VitePress-based documentation site for BobDyn framework.
- VitePress - Documentation-focused static site generator
- KaTeX - Fast math rendering
- Vue 3 - VitePress framework
- Markdown - Content authoring
GNOME Nautilus-inspired dark theme with:
- System font stack
- 75ch max text width for readability
- Sticky navigation with Bob logo
- Clean, minimal interface
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewAll content is written in Markdown:
- docs/index.md - Home page content
Use KaTeX syntax:
Inline math: $a_y = \frac{v^2}{R}$
Display math:
$$
K = \frac{\partial \delta}{\partial a_y}
$$Use HTML classes for special styling:
<p class="section-intro">
Introductory text with muted color
</p>
<p class="closing-note">
Closing note with extra spacing
</p>