Skip to content

Commit 9623781

Browse files
rz1989sclaude
andcommitted
docs: Add VISION and FUTURE guides to documentation
- Add comprehensive Vision guide (LUMOS ENDGAME as workflow language) - Add Future guide (horizontal expansion plans for multichain, DevOps, Web2) - Update sidebar navigation with Vision and Future links - Add badges to highlight new pages Resolves #73 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8fbe9fe commit 9623781

File tree

3 files changed

+1535
-0
lines changed

3 files changed

+1535
-0
lines changed

astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ export default defineConfig({
6262
label: 'Guides',
6363
items: [
6464
{ label: 'Migration Guide', slug: 'guides/migration-guide' },
65+
{ label: 'Vision', slug: 'guides/vision', badge: { text: 'New', variant: 'success' } },
66+
{ label: 'Future', slug: 'guides/future', badge: { text: 'New', variant: 'success' } },
6567
],
6668
},
6769
// {

0 commit comments

Comments
 (0)