These docs are written in Markdown. If you need help with the syntax, use this guide. Mkdocs uses some Markdown extensions that you may have to familiarize with.
The documentation source is maintained via Git. For more info on how to use git, refer to Github's help page.
In order to propose improvements to a document:
New Pull Request
in the docs repoThere is a To-Do list for libretro/docs here and you can submit suggestions or issues regarding documentation at the libretro/docs issue tracker.
!!! Note "Building in Windows/msys2"
If you are using the standard RetroArch msys2 environment, you will need to install python with the command pacman -S python
. Next you will need to download the get-pip.py
script from the pip
bootstrap site. Finally, execute the script with the command python get-pip.py
.
Install MkDocs
pip install mkdocs
Install MkDocs-Material
pip install mkdocs-material
Install PyMdown Extensions
pip install pymdown-extensions
Install mkdocs-git-revision-date
pip install mkdocs-git-revision-date-plugin
Install mkdocs-macros
pip install mkdocs-macros-plugin
Build the site
mkdocs build
The documentation will be built to the site
directory; preview any changes with MkDocs' built-in dev-server before submitting a pull request
mkdocs serve
References
These are the documents that should be added/updated when a new core is added to the libretro ecosystem.