thp/doc-generator
Araozu 761de27edc [Web] Minimal compilation from MD to HTML 2023-03-28 18:43:46 -05:00
..
markdown/en/docs/latest [Web] Minimal compilation from MD to HTML 2023-03-28 18:43:46 -05:00
src [Web] Minimal compilation from MD to HTML 2023-03-28 18:43:46 -05:00
static [Compiler] Fix error in val/var error messages when the offending token is a string 2023-03-28 09:53:42 -05:00
.gitignore [Web] Minimal compilation from MD to HTML 2023-03-28 18:43:46 -05:00
Cargo.lock [Web] Minimal compilation from MD to HTML 2023-03-28 18:43:46 -05:00
Cargo.toml [Web] Minimal compilation from MD to HTML 2023-03-28 18:43:46 -05:00
README.md Basic config for doc generation 2023-03-27 10:08:00 -05:00

README.md

Doc-generator

Here is the generator for the webpage of the language.

src folder

Contains the code to generate HTML files from MD files.

static folder

Contains the HTML esqueleton, and the MD files.

dist folder

Contains the generated HTML files.