From 1bda91029456994912620a4df97355ae79a2ed9b Mon Sep 17 00:00:00 2001 From: openoms Date: Tue, 18 Jun 2024 14:50:09 +0200 Subject: [PATCH] docs: add rust crate docs to sidebar --- website/sidebars.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/website/sidebars.ts b/website/sidebars.ts index f7989e20..2c71f1a7 100644 --- a/website/sidebars.ts +++ b/website/sidebars.ts @@ -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/', + }, ], };