euv-docs 0.25.14

A VuePress-style documentation site generator powered by euv + euv-ui (Rust/WASM).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
home: true
title: euv-docs
heroText: euv-docs
tagline: A VuePress-style documentation site generator powered by euv + euv-ui.
actions:
  - text: Get Started
    link: /guide/getting-started.html
    type: primary
features:
  - title: Markdown-driven
    details: Write plain .md files — pages, sidebars, and TOC are generated at build time.
  - title: VuePress layout
    details: Home hero, navbar, sidebar, anchor TOC, prev/next links, footer.
  - title: Rust + WASM
    details: Single euv WASM app — reactive, themeable, fast.
footer: MIT Licensed | Built with euv + euv-ui
---