Skip to content

zacxyonly/SimpleContext-Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 SimpleContext-Docs

Official documentation for the SimpleContext ecosystem
Built with MkDocs + Material Theme · Auto-deployed to GitHub Pages

Docs MkDocs License


📖 Read the Docs

zacxyonly.github.io/SimpleContext-Docs


🗂️ Structure

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

🛠️ Local Development

git clone https://github.com/zacxyonly/SimpleContext-Docs
cd SimpleContext-Docs
pip install -r requirements.txt
mkdocs serve
# → http://localhost:8000

🚀 Deploy

Docs are auto-deployed to GitHub Pages on every push to main via GitHub Actions.

Manual deploy:

mkdocs gh-deploy --force

🔗 Ecosystem

Repo Description
SimpleContext Core engine
SimpleContext-Agents Agent library
SimpleContext-Plugin Plugin registry
SimpleContext-Bot Telegram Bot
SimpleContext-Docs This repo