This is a repo of the RetroArch official document page.
Go to file
Hedonium 1e767db8a3 Update citra.md, core_list.md, see_also.md, todo.md, licenses.md, mkdocs.yml. Add citra_canary.md
Sync Citra with latest Core Template

Add Citra Canary/Experimental documentation.
2018-03-29 00:28:25 -04:00
.github Update ISSUE_TEMPLATE.md 2018-02-23 11:06:40 -05:00
docs Update citra.md, core_list.md, see_also.md, todo.md, licenses.md, mkdocs.yml. Add citra_canary.md 2018-03-29 00:28:25 -04:00
.gitignore Initial commit 2018-02-23 10:11:21 +01:00
.travis.yml Initial commit 2018-02-23 10:11:21 +01:00
deploy Update deploy 2018-02-25 10:52:30 -05:00
LICENSE Initial commit 2018-02-23 10:11:21 +01:00
Makefile Initial commit 2018-02-23 10:11:21 +01:00
mkdocs.yml Update citra.md, core_list.md, see_also.md, todo.md, licenses.md, mkdocs.yml. Add citra_canary.md 2018-03-29 00:28:25 -04:00
README.md Initial commit 2018-02-23 10:11:21 +01:00

Libretro Documentation

This is the source for the libretro documentation, powered by MkDocs.

MkDocs documentation

Material for MkDocs documentation

Libretro Forums topic

To-do list

travis

Building

  1. Make sure you have Python and pip installed

    python --version
    pip --version
    
  2. Install MkDocs

    pip install mkdocs
    
  3. Install MkDocs-Material

    pip install mkdocs-material
    
  4. Install PyMdown Extensions

    pip install pymdown-extensions
    
  5. Build the site

    mkdocs build
    
  6. The documentation will be built to the site directory