Publish Collection of Documents
This skill builds a MkDocs site from collected Markdown documents.
Usage
python scripts/publish-collection-of-documents.py <path-to-mkdocs.yml>Configuration
The MkDocs config must specify:
docs_dir: Directory containing collected documentssite_dir: Output directory for the HTML site
The script passes the config to mkdocs build and relies on MkDocs defaults.