RLBot / wiki

Central Wiki for RLBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RLBot central wiki

Setup

For linux (windows is probably very similar):

python -m venv venv # Create virtual env for python
source venv/bin/activate # Activate virtual env
pip install -r requirements.txt # Install mkdocs

Refer to mkdocs --help for serving locally, building and deploying

Todo

  • Move all* pages from RLBot/RLBot wiki (*see docs/missing-pages.md)
  • Move language specific wikis
  • Sort pages into categories

About

Central Wiki for RLBot