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:
ajaysi
2025-09-24 16:53:29 +05:30
parent ac307683e0
commit 5bee5c0aa0
9 changed files with 1259 additions and 0 deletions

3
.gitignore vendored
View File

@@ -19,6 +19,9 @@ __pycache__/
**/cache/
*.cache
# MkDocs site directory
docs-site/site/
venv_new
venv
# Environment files