feat: Set up MkDocs documentation site with Material theme
- Created comprehensive MkDocs configuration with Material theme - Set up organized documentation structure for ALwrity features - Added GitHub Pages deployment workflow - Created initial documentation pages: - Homepage with feature overview - Quick Start guide - Blog Writer and SEO Dashboard feature docs - Comprehensive troubleshooting guide - Configured responsive design with dark/light mode toggle - Added search functionality and navigation - Set up automatic deployment to GitHub Pages The documentation site will be available at https://alwrity.github.io/ALwrity
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -19,6 +19,9 @@ __pycache__/
|
||||
**/cache/
|
||||
*.cache
|
||||
|
||||
# MkDocs site directory
|
||||
docs-site/site/
|
||||
|
||||
venv_new
|
||||
venv
|
||||
# Environment files
|
||||
|
||||
Reference in New Issue
Block a user