Getting Started¶
This guide walks you through setting up the MkDocs POC project locally.
Prerequisites¶
- Python 3.8+
- pip (Python package manager)
Installation¶
Step 1: Clone the Repository¶
Step 2: Create Virtual Environment (Recommended)¶
Step 3: Install Dependencies¶
Running Locally¶
Start the development server:
Then open http://127.0.0.1:8000 in your browser. The site will auto-reload when you edit the documentation.
Building the Site¶
To build static files without serving:
Output is written to the site/ directory.
Project Structure¶
Next Steps¶
- Code Examples — See Java, YAML, and Bash snippets
- Accessibility — Accessibility configuration