Skip to content

Commit 39f04b6

Browse files
committed
feat: Complete API reference with Generated Code Examples page
- Added comprehensive generated-code.md showing all LUMOS outputs - Includes examples: simple accounts, events, vectors, enums, non-Solana - Shows both Rust and TypeScript generated code side-by-side - Explains context-aware generation and import strategies - Added usage examples for Anchor programs and TypeScript clients - Updated sidebar to include Generated Code page Closes #16 - API Reference Documentation (100% complete)
1 parent 4914c6a commit 39f04b6

File tree

2 files changed

+583
-0
lines changed

2 files changed

+583
-0
lines changed

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export default defineConfig({
5454
{ label: 'CLI Commands', slug: 'api/cli-commands' },
5555
{ label: 'Type System', slug: 'api/types' },
5656
{ label: 'Attributes', slug: 'api/attributes' },
57+
{ label: 'Generated Code', slug: 'api/generated-code' },
5758
],
5859
},
5960
// TODO: Add these sections as we create the content

0 commit comments

Comments
 (0)