Skip to content

Commit 2242191

Browse files
author
RECTOR
committed
docs: Add multi-file schemas guide (#78)
- Comprehensive guide for cross-file schema references - Covers JavaScript-style imports and Rust-style modules - Type aliases, circular dependency handling, best practices - Real-world DeFi project structure example - Added to sidebar navigation
1 parent 894ed07 commit 2242191

File tree

2 files changed

+746
-0
lines changed

2 files changed

+746
-0
lines changed

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export default defineConfig({
7070
items: [
7171
{ label: 'LUMOS vs Codama', slug: 'guides/lumos-vs-codama', badge: { text: 'New', variant: 'tip' } },
7272
{ label: 'Using npm Package', slug: 'guides/npm-package', badge: { text: 'New', variant: 'success' } },
73+
{ label: 'Multi-File Schemas', slug: 'guides/multi-file-schemas', badge: { text: 'New', variant: 'success' } },
7374
{ label: 'Schema Versioning', slug: 'guides/versioning', badge: { text: 'New', variant: 'success' } },
7475
{ label: 'Schema Migrations', slug: 'guides/schema-migrations', badge: { text: 'New', variant: 'success' } },
7576
{ label: 'Error Handling', slug: 'guides/error-handling', badge: { text: 'New', variant: 'success' } },

0 commit comments

Comments
 (0)