@veluai/velu 0.2.37 → 0.2.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/dist/cli.js +41 -41
  2. package/docs/aalam.md +44 -0
  3. package/docs/mintlify-migration.md +8 -3
  4. package/docs/thulir.md +23 -0
  5. package/docs/vepa.md +2 -1
  6. package/package.json +4 -2
  7. package/runtime/velu-ui/base.css +9 -0
  8. package/runtime/velu-ui/components/ApiReferencePage.jsx +4 -3
  9. package/runtime/velu-ui/components/ApiSamples.jsx +9 -2
  10. package/runtime/velu-ui/components/Callout.jsx +4 -1
  11. package/runtime/velu-ui/components/PageFooter.jsx +3 -1
  12. package/runtime/velu-ui/components/PageHeader.jsx +7 -1
  13. package/runtime/velu-ui/components/PageNav.jsx +98 -22
  14. package/runtime/velu-ui/components/Sidebar.jsx +21 -9
  15. package/runtime/velu-ui/components/ThemeToggle.jsx +1 -0
  16. package/runtime/velu-ui/components/TocBar.jsx +21 -2
  17. package/runtime/velu-ui/components/Update.jsx +22 -10
  18. package/runtime/velu-ui/components/VepaFooter.jsx +19 -17
  19. package/runtime/velu-ui/components/api-page.css +6 -3
  20. package/runtime/velu-ui/components/chatbot.css +5 -4
  21. package/runtime/velu-ui/components/docs-layout.css +99 -114
  22. package/runtime/velu-ui/components/page-footer.css +2 -3
  23. package/runtime/velu-ui/components/page-header.css +6 -0
  24. package/runtime/velu-ui/components/page-nav.css +192 -0
  25. package/runtime/velu-ui/components/sidebar.css +5 -13
  26. package/runtime/velu-ui/primitives/switcher.css +4 -0
  27. package/runtime/velu-ui/styles.css +2 -0
  28. package/runtime/velu-ui/themes/aalam.css +266 -0
  29. package/runtime/velu-ui/themes/thulir.css +428 -0
  30. package/runtime/velu-ui/themes/vepa.css +142 -10
  31. package/schema/velu.schema.json +23 -3
  32. package/src/navigation.js +22 -3
  33. package/src/runtime/App.jsx +182 -107
  34. package/templates/starter/ai-tools/claude-code.mdx +1 -0
  35. package/templates/starter/ai-tools/cursor.mdx +1 -0
  36. package/templates/starter/api-reference/introduction.mdx +1 -0
  37. package/templates/starter/development.mdx +1 -0
  38. package/templates/starter/essentials/code.mdx +1 -0
  39. package/templates/starter/essentials/images.mdx +1 -0
  40. package/templates/starter/essentials/markdown.mdx +1 -0
  41. package/templates/starter/essentials/navigation.mdx +1 -0
  42. package/templates/starter/essentials/settings.mdx +1 -0
  43. package/templates/starter/index.mdx +1 -0
  44. package/templates/starter/quickstart.mdx +1 -0
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  title: Introduction
3
3
  description: How this API reference is generated.
4
+ icon: terminal
4
5
  ---
5
6
 
6
7
  The endpoints in this tab are generated automatically from an OpenAPI
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  title: Development
3
3
  description: Preview your docs locally as you write.
4
+ icon: code
4
5
  ---
5
6
 
6
7
  `velu dev` serves your project with server-side rendering and live
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  title: Code blocks
3
3
  description: Syntax-highlighted code and groups.
4
+ icon: square-code
4
5
  ---
5
6
 
6
7
  Fenced code blocks are upgraded to a rich code component with a copy
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  title: Images
3
3
  description: Add images and visual media.
4
+ icon: image
4
5
  ---
5
6
 
6
7
  Use standard Markdown images, or the `Image` component for captions
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  title: Markdown
3
3
  description: Author with Markdown and components.
4
+ icon: file-text
4
5
  ---
5
6
 
6
7
  Standard Markdown works everywhere: **bold**, _italic_, `inline code`,
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  title: Navigation
3
3
  description: Organize your docs with tabs, groups, and pages.
4
+ icon: map
4
5
  ---
5
6
 
6
7
  `navigation` in `velu.json` is a tree. The pieces, outermost to
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  title: Settings
3
3
  description: Theme your site through velu.json.
4
+ icon: settings
4
5
  ---
5
6
 
6
7
  Your site's look comes from a few top-level keys in `velu.json`.
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  title: Introduction
3
3
  description: Welcome to your Velu documentation site.
4
+ icon: book-open
4
5
  ---
5
6
 
6
7
  This is your new documentation site, rendered by **Velu** from plain
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  title: Quickstart
3
3
  description: Get your documentation site running in a minute.
4
+ icon: rocket
4
5
  ---
5
6
 
6
7
  ## Start the dev server