GitHunt
ME

medvednikov/v-docs-generator

The V Programming Language documentation generator from docs.md

V Documentation Generator

It is a simple generator creates multi-page documentation
from the original V docs.md

If you need a convenient way to read the original V documentation,
just use this generator.

This is the initial version of the
VOSCA documentation generator,
which does not have its own documentation but can generate documentation from the V
docs.md
file.

Build the documentation

To build the documentation, run the following command:

v install
npm run generate

This will install all dependencies, and generate the documentation in the output directory.

To run documentation server, run the following command:

npm run serve

And then just open http://localhost:8081 in your browser.

Languages

SCSS42.9%HTML36.7%V16.7%JavaScript3.6%

Contributors

Created April 21, 2024
Updated February 13, 2026
medvednikov/v-docs-generator | GitHunt