Official documentation for the SimpleContext ecosystem
Built with MkDocs + Material Theme · Auto-deployed to GitHub Pages
zacxyonly.github.io/SimpleContext-Docs
docs/
├── index.md
├── getting-started/
│ ├── overview.md
│ ├── installation.md
│ ├── quickstart.md
│ └── ecosystem.md
├── core/
│ ├── architecture.md
│ ├── memory-tiers.md
│ ├── context-engine.md
│ ├── api-reference.md
│ └── configuration.md
├── agents/
│ ├── overview.md
│ ├── available-agents.md
│ ├── create-agent.md
│ └── design-tips.md
├── plugins/
│ ├── overview.md
│ ├── official-plugins.md
│ ├── development.md
│ ├── app-commands.md
│ └── community-plugins.md
├── bot/
│ ├── setup.md
│ ├── commands.md
│ ├── plugin-integration.md
│ └── troubleshooting.md
└── contributing/
├── guidelines.md
├── plugin-tutorial.md
└── agent-tutorial.md
git clone https://github.com/zacxyonly/SimpleContext-Docs
cd SimpleContext-Docs
pip install -r requirements.txt
mkdocs serve
# → http://localhost:8000Docs are auto-deployed to GitHub Pages on every push to main via GitHub Actions.
Manual deploy:
mkdocs gh-deploy --force| Repo | Description |
|---|---|
| SimpleContext | Core engine |
| SimpleContext-Agents | Agent library |
| SimpleContext-Plugin | Plugin registry |
| SimpleContext-Bot | Telegram Bot |
| SimpleContext-Docs | This repo |