mirror of
https://github.com/libretro/docs.git
synced 2024-11-27 10:40:28 +00:00
This is a repo of the RetroArch official document page.
475e9964d7
* add xml shader doc to development doc TOC * add xml shaders to shader table * change xml shader status to discontinued * clarify that xml shaders are no longer available * use mkdocs admonition for xml shader warning |
||
---|---|---|
.github | ||
archive | ||
docs | ||
.editorconfig | ||
.gitattributes | ||
.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