Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.11 KB

File metadata and controls

37 lines (22 loc) · 1.11 KB

DraftShift Documentation Source

This repository contains the source code for the DraftShift documentation website.

Visit https://stealthchanger.com for the actual documentation.


Contributing

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.

Contributing Build Guides

If you want to contribute build guides, please refer to the Build Guide documentation for more information.

Development Setup

To run the documentation site locally:

  1. Prerequisites: Ensure Python is installed and included in your environment PATH.

  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Run the development server:

    python -m mkdocs serve
    

The site will be available at http://127.0.0.1:8000 with live reload enabled.