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

https://github.com/siv3d/siv3d.docs


https://github.com/siv3d/siv3d.docs

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Siv3D documentation source files

The published website is avilable at https://siv3d.github.io/

## Building the documentation source files
Install the `mkdocs-material` packages using pip:
```
pip install mkdocs-material
```
In the directory where `mkdocs.yml` file resides, build the documentation:
```
mkdocs build
```
This will create a new directory, named `siv3d.github.io`.