📝 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, 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