Standardize header capitalization across documentation to follow
title case conventions (capitalize major words like nouns, verbs,
adjectives; keep minor words lowercase).
Changes include:
- Model provider docs: "Chat model" → "Chat Model", etc.
- Plan mode docs: "Understanding Plan mode" → "Understanding Plan Mode"
- CLI docs: "Quick start" → "Quick Start", "Next steps" → "Next Steps"
- Guide docs: various headers fixed for consistency
- Also fixed typo: "Availible models" → "Available Models"
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Close by default
* Update docs index page to reflect updated focus
* Rename hub to mission control
* Replace Hub with mission control
* Draft for github agent
* Add draft of sentry agent
* Add to docs.json
* Reorganize MC
* Update Mission Control Overview
* Add Tasks
* Merge cards into workflows
* Add workflows
* Fix docs.json
* Change automations to workflows
* Change automations to workflows
* Replace automation with workflow
* Fix formatting and cta
* Remove source-control from nav
* Remove blocks references
* Update Sharing page to direct users to profile
* Move sharing up so it doesn't look awkward
* Add integrations index
* Change Mission Control overview to index page
* Remove some info from integration
* Simplify sentry integration page
* Fix broken links
* Fix links and terminology
* Add a section on agent monitoring
* Fix broken links
* Fix broken links
* Remove hub references
* Fix broken redirect
* Make plural
* Fix link
* Add the
* Replace hub
* Update MC link
* Fix links and messaging
* Appeasing the mintlify formatting gods
* Run npm i
* Npm i in binary file
* docs: add comprehensive Ollama troubleshooting guide
- Add solutions for local connection issues
- Document remote Ollama configuration steps
- Include WSL-specific networking fixes
- Add Docker container connectivity solutions
- Cover parse error troubleshooting
Addresses common Ollama integration problems users face when setting up Continue with local, remote, WSL, and containerized Ollama instances.
* docs: add local assistant secrets management section to FAQs
- Added comprehensive documentation for managing local secrets and environment variables
- Included multiple methods for configuring .env files (workspace, global, process)
- Added examples showing how to use secrets in config.yaml
- Explained difference between local secrets and Hub-managed secrets
- Added troubleshooting tips for common secret configuration issues
- Added link to Ollama guide for better discoverability
- Added link to offline usage guide for users without internet access
* docs: add model addons usage documentation for local assistants
- Document how to use hub model addons in local assistant configs
- Show examples of using 'uses:' syntax with provider/model-name format
- Explain how to combine hub addons with local model configurations
- Include override example for customizing addon settings locally
- Add requirements section noting login and internet connection needed
* fix: resolve broken image links in documentation
- Fixed broken link to plan mode selector image (use plan-mode-selector.png)
- Fixed broken link to assistant extension selector image
- Removed broken link to non-existent /features/plan/how-to-customize page