/vale

πŸ“ Documentation Generator built with Deno

Primary LanguageTypeScriptMIT LicenseMIT

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