vlang / docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

V Documentation Generator

NOTE: DO NOT edit the .html files in the main branch of this repository, your changes will be overwritten!

The commits on this repo's main branch are done automatically, each time the main V repo's master branch is updated. The build.vsh script here is responsible for running the generator, and fast.v in the main V repo is responsible for uploading the generated HTML pages to github on each commit.

This repo is responsible for the content on https://docs.vlang.io/ . Its content is generated by a custom V program, that is available in the https://github.com/vlang/docs/tree/generator branch.

The information from https://raw.githubusercontent.com/vlang/v/master/doc/docs.md is split into pages, and each page is formatted to a separate .html file, for the convenience of the viewers.

To change the generator code, do: git clone --branch generator https://github.com/vlang/docs docs_generator/ then follow the instructions in its README.md file.

External dependencies

You'll need rsync, V, and sass .

About


Languages

Language:HTML 96.7%Language:JavaScript 2.4%Language:SCSS 0.9%Language:V 0.0%