Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marc2332/vale

πŸ“ Documentation Generator built with Deno
https://github.com/marc2332/vale

deno docs documentation typescript

Last synced: 4 months ago
JSON representation

πŸ“ Documentation Generator built with Deno

Awesome Lists containing this project

README

        

> 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](https://deno.land/manual) and
[mdbook](https://rust-lang.github.io/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:

```bash
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:

```bash
vale init demo
vale watch demo
```

Please give it a [⭐ Star](https://github.com/marc2332/vale) if you like it :)

Made by [Marc EspΓ­n](https://github.com/marc2332)

MIT License