The 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 their help
In order to propose improvements to a document:
- Clone the repo
- Make the changes and update your clone
- Follow the "Building the docs" section to render the documentation site locally
- Propose your changes using the button
New Pull Request
in the docs repo
There 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
-
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 requestmkdocs serve
References
These are the documents that should be added/updated when a new core is added to the libretro ecosystem.
- Add the core to docs/library/ (Follow the latest core template. docs/meta/core-template.md)
- Add the core to mkdocs.yml
- Add the core to docs/meta/core-list.md
- Add the core to docs/meta/see-also.md if it's related to another core in some way
- Add the core to docs/development/licenses.md
- Add the core to docs/guides/softpatching.md if it supports softpatching
- Add the core to docs/guides/retroachievements.md if it supports cheevos
- Add the core to docs/library/bios.md if it needs a BIOS