mirror of
https://github.com/libretro/docs.git
synced 2025-02-17 07:28:01 +00:00
1.1 KiB
1.1 KiB
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