https://github.com/siv3d/siv3d.docs
https://github.com/siv3d/siv3d.docs
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/siv3d/siv3d.docs
- Owner: Siv3D
- License: mit
- Created: 2019-05-15T12:06:22.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T21:41:32.000Z (about 1 month ago)
- Last Synced: 2025-04-10T09:13:48.270Z (about 1 month ago)
- Language: CSS
- Homepage: https://siv3d.github.io/
- Size: 63.2 MB
- Stars: 5
- Watchers: 6
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.