mirror of
https://github.com/libretro/docs.git
synced 2024-11-23 16:59:40 +00:00
This is a repo of the RetroArch official document page.
.github | ||
docs | ||
.gitignore | ||
.travis.yml | ||
deploy | ||
LICENSE | ||
Makefile | ||
mkdocs.yml | ||
README.md |
Libretro Documentation
This is the source for the libretro documentation, powered by MkDocs.
Material for MkDocs documentation
Building
-
Make sure you have Python and pip installed
python --version pip --version
-
Install MkDocs
pip install mkdocs
-
Install MkDocs-Material
pip install mkdocs-material
-
Install PyMdown Extensions
pip install pymdown-extensions
-
Build the site
mkdocs build
-
The documentation will be built to the
site
directory