Skip to content

Commit

Permalink
add API reference dropdown (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
kid-icarus committed Mar 5, 2024
1 parent e493508 commit 28e3011
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,25 @@ const config = {
position: 'left',
label: 'Docs',
},
{
type: 'dropdown',
label: 'API Reference',
position: 'left',
items: [
{
label: 'JavaScript',
href: 'https://automerge.org/automerge/api-docs/js/',
},
{
label: 'Rust',
href: 'https://docs.rs/automerge/latest/automerge/',
},
{
label: 'Swift',
href: 'https://automerge.org/automerge-swift/documentation/automerge/',
},
],
},
{
href: 'https://github.com/automerge',
label: 'GitHub',
Expand Down

0 comments on commit 28e3011

Please sign in to comment.