This repository contains the source code for the DraftShift documentation website.
Visit https://draftshift.github.io/Docs for the actual documentation.
We welcome contributions! If you'd like to help improve the documentation:
-
Submit a descriptive pull request of the feature/issue you are addressing.
-
Keep the documented information concise.
If you want to contribute build guides, please refer to the Build Guide documentation for more information.
To run the documentation site locally:
-
Prerequisites: Ensure Python is installed and included in your environment PATH.
-
Install dependencies:
pip install -r requirements.txt -
Run the development server:
python -m mkdocs serve
The site will be available at http://127.0.0.1:8000 with live reload enabled.