Comprehensive documentation for Simili Bot - AI-powered GitHub issue management system.
- index - Main landing page with features overview
- setup/installation - Installation methods (GitHub Action, Docker, Binary)
- setup/quick-start - 5-minute setup guide
- setup/github-action - Complete GitHub Action integration guide
- overview/features - Feature breakdown and capabilities
- overview/architecture - System architecture and design patterns
- configuration/overview - Configuration file structure
- configuration/qdrant - Vector database setup and configuration
- configuration/gemini - AI model setup and configuration
- configuration/repositories - Repository configuration and management
- configuration/transfer-rules - Routing rules configuration
- guides/semantic-search - How semantic search works
- guides/duplicate-detection - Duplicate detection with confidence
- guides/issue-routing - Automatic issue routing
- guides/quality-assessment - Issue quality evaluation
- guides/auto-triage - Automatic label suggestions
- guides/multi-repo-setup - Managing multiple repositories
- guides/config-inheritance - Sharing configurations across projects
- guides/custom-workflows - Creating custom pipeline workflows
- guides/deployment - Production deployment guide
- guides/troubleshooting - Common issues and solutions
- reference/cli/process-command - Process command reference
- reference/cli/index-command - Index command reference
- reference/config-schema - Complete configuration schema
- reference/environment-variables - Environment variable reference
- reference/pipeline/steps - All 13 pipeline steps
- reference/pipeline/context - Pipeline data flow
- reference/integrations/gemini - Gemini API integration
Total: 29 pages of comprehensive documentation
✅ Semantic Search - Find related issues using AI embeddings ✅ Duplicate Detection - Automatically identify duplicates ✅ Smart Routing - Intelligent issue routing to correct repos ✅ Quality Assessment - Evaluate issue descriptions ✅ Auto Triage - Suggest labels automatically ✅ Multi-Repo - Manage issues across organization ✅ Configuration Inheritance - Share configs across projects ✅ Modular Pipeline - 13 composable steps ✅ GitHub Action Integration - Run automatically ✅ Docker Support - Self-hosted deployment
- Updated branding (Simili Bot v0.1.0)
- Navigation structure for 3 main tabs: Getting Started, Guides, Reference
- Links to GitHub repository
Getting Started
├── Overview
│ ├── Features
│ └── Architecture
├── Setup
│ ├── Installation
│ ├── Quick Start
│ └── GitHub Action
└── Configuration
├── Overview
├── Qdrant
├── Gemini
├── Repositories
└── Transfer Rules
Guides
├── Semantic Search
├── Duplicate Detection
├── Issue Routing
├── Quality Assessment
├── Auto Triage
├── Multi-Repo Setup
├── Config Inheritance
├── Custom Workflows
├── Deployment
└── Troubleshooting
Reference
├── CLI
│ ├── Process Command
│ └── Index Command
├── Configuration
│ ├── Config Schema
│ └── Environment Variables
└── Pipeline
├── Steps
├── Context
└── Integrations
└── Gemini
✅ Comprehensive and detailed explanations ✅ Real-world examples for all features ✅ Complete configuration references ✅ Troubleshooting sections ✅ Cross-linking between related topics ✅ Clear hierarchy and navigation ✅ Quick-start guides for rapid onboarding ✅ Reference documentation for developers
View documentation at: docs.mintlify.app (when deployed)
Develop locally:
npm install -g mintlify
mintlify dev- All documentation pages listed above
- docs.json - Updated configuration
- index.mdx - Replaced with Simili Bot content
- Deploy documentation (Mintlify hosting)
- Add community feedback section
- Create video tutorials
- Add FAQ section
- Create API client library documentation
- Add contributing guidelines for docs
Documentation Version: v0.1.0 (aligned with Simili Bot version) Last Updated: 2025-02-04 Maintainer: Claude Code