WORK IN PROGRESS β οΈ Expect breaking changes β οΈ
π Vale
Vale is a static documentation generator, designed for speed, simplicity and readability. Built with Deno, but you can use it for any project. Inspired by Deno Manual and mdbook.
π Features
- Multiple languages
- Code blocks support
I plan to add other features such as a searcher, third-party links on the navbar, "Edit on Github" link, page tags, SSR, themes, copy button in code blocks, etc...
π¦ Installation
Install Vale with Deno:
deno install --allow-env --allow-read --allow-write --allow-net --unstable -n vale https://deno.land/x/vale/mod.ts
Create and run a basic project:
vale init demo
vale watch demo
Please give it a β Star if you like it :)
Made by Marc EspΓn
MIT License