wofsauge / IsaacDocs

API Documentation for "The Binding of Isaac: Repentance" Link: https://wofsauge.github.io/IsaacDocs/
https://docs.moddingofisaac.com
94 stars 110 forks source link

Discord

The Binding of Isaac: Afterbirth+ Community Documentation Project

You can view the website for this repository here: https://wofsauge.github.io/IsaacDocs/

This project aims to make the Binding of Isaac modding documentation better by providing additional information, features, and a more modern design.

New features

Technology used

Creating a local version

  1. Clone the repository.
  2. Install a current version of Python 3.x.
  3. pip install -r requirements.txt
  4. cd IsaacDocs
  5. Use mkdocs serve to create a locally hosted version of the page available at: http://127.0.0.1:8000/
  6. Alternatively, use mkdocs build to build a static version of the page.