Skip to content

Commit

Permalink
docs: add rust crate docs to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Jun 18, 2024
1 parent 6267a11 commit 1bda910
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ const sidebars: SidebarsConfig = {
},
{
type: 'link',
label: 'API Reference',
label: 'API reference',
href: 'https://cala.sh/api-reference.html',
},
{
type: 'link',
label: 'Rust crate docs',
href: 'https://docs.rs/cala-ledger/latest/cala_ledger/',
},
],
};

Expand Down

0 comments on commit 1bda910

Please sign in to comment.