Skip to content

Commit 4fd8415

Browse files
robcohenclaude
andcommitted
docs: add missing sidebar navigation entries
Add recently created docs to the navigation sidebar: Commands: - add (transaction entry) - config (configuration management) Guides: - Custom Plugins (WASM/native plugin development) - Embedding rustledger (CLI, WASM, WASI, LSP integration) Development: - Contributing Plugins (plugin contribution guide) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 47e7a3b commit 4fd8415

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/.vitepress/config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ export default defineConfig({
5050
{ text: 'Common Queries', link: '/guides/common-queries' },
5151
{ text: 'Budgeting', link: '/guides/budgeting' },
5252
{ text: 'Importing Data', link: '/guides/importing' },
53+
{ text: 'Custom Plugins', link: '/guides/custom-plugins' },
5354
{ text: 'Shell Aliases', link: '/guides/shell-aliases' },
5455
{ text: 'Editor Integration', link: '/guides/editor-integration' },
56+
{ text: 'Embedding rustledger', link: '/guides/integration' },
5557
{ text: 'Multi-file Ledgers', link: '/guides/multi-file' },
5658
],
5759
},
@@ -76,6 +78,8 @@ export default defineConfig({
7678
{ text: 'format', link: '/commands/format' },
7779
{ text: 'extract', link: '/commands/extract' },
7880
{ text: 'price', link: '/commands/price' },
81+
{ text: 'add', link: '/commands/add' },
82+
{ text: 'config', link: '/commands/config' },
7983
{ text: 'doctor', link: '/commands/doctor' },
8084
],
8185
},
@@ -100,6 +104,7 @@ export default defineConfig({
100104
{ text: 'Overview', link: '/development/' },
101105
{ text: 'Testing', link: '/development/testing' },
102106
{ text: 'Benchmarking', link: '/development/benchmarking' },
107+
{ text: 'Contributing Plugins', link: '/development/contributing-plugins' },
103108
],
104109
},
105110
],

0 commit comments

Comments
 (0)