Update codex-docs/DEPLOY_DOCS.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-18 01:16:42 -06:00
committed by GitHub
parent 6e2c0e9f74
commit b079c8e1a6

View File

@@ -21,8 +21,8 @@ This guide explains how to build, test, and deploy the BlackRoad OS documentatio
# Navigate to codex-docs directory # Navigate to codex-docs directory
cd codex-docs cd codex-docs
# Install MkDocs and Material theme # Install MkDocs, Material theme, and Minify plugin
pip install mkdocs mkdocs-material pymdown-extensions pip install mkdocs mkdocs-material pymdown-extensions mkdocs-minify-plugin
``` ```
### 2. Test Locally ### 2. Test Locally