Extends PR #8961 to cover model provider docs, model role docs,
deep dive guides, and other documentation files that were missing
the required name, version, and schema fields in their config.yaml
examples.
This ensures all YAML examples throughout the documentation are
valid and prevent schema validation errors for users.
Co-authored-by: nate <nate@continue.dev>
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>
Remove extra spaces in Mustache variable syntax for consistency.
The documentation already listed all the correct variables including
the 'language' parameter added in PR #1853.
Co-authored-by: nate <nate@continue.dev>
* Add autocomplete gif
* Add edit quickstart gif
* Add chat gif
* Add agent gif
* Fix broken image path
* Change Features to IDE Extensions
* Moved install and quickstart to ext and created redirects
* Move pages in docs.json
* Move examples from overview to extensions
* Remove the Overview and redirect to the index
* Fix Redirect
* Update docs/chat/how-to-use-it.mdx
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
* Redirect model pages to customize
---------
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
* initial prompts docs changes
* following through on second half
* final touches
* fix: broken links
---------
Co-authored-by: Nate <sestinj@gmail.com>
- Restore valid config.json references in yaml-migration.mdx (migration source)
- Restore config.json reference in reference.mdx deprecation notice
- Restore config.json reference in slash-commands.mdx (deprecated approach)
These were legitimate references to the old JSON config format, not errors.
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>
- Replaced all references to config.json with config.yml across documentation files
- Removed tabs from configuration examples to show only config.yml examples
- Updated migration guide to reflect config.yml to config.yaml migration path
- Cleaned up configuration documentation to focus on YAML format only
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>
* remove outdated pages and references to them
* change telemetry to a page instead of a directory with one page
* fix duplicate redirects
* remove vs code actions docs and references
* update hub introduction
* deprecate some context providers
* initial codebase and documentation guide
* replace context provider with MCP in custom code RAG
* deprecate @docs and @codebase
* remove context, docs, data blocks
* move context providers to deep dives
* move custom providers
* remove "blocks"
* remove rules "block"
* update popular providers
* cleanup before review
* updating more providers
* improve model reccs
* fix broken links
* add models links
* cleaning up models details
* move agent to first in list
* remove outdated descriptions
* reorder referene section
* update block types
* adjust model config example
* fix tabs for yaml / json
---------
Co-authored-by: Brian 'bdougie' Douglas <brian@dinnerpeople.app>
- added context restriction properties to model autocompleteOptions schema
- discarded changes to add global tabAutocompleteOptions to config schema
- added experimental parameters to both config-types.
- added YAML alternative note to json reference.
- updated YAML configuration example with per-model options.
- added reference documentation with parameters for autocomplete options.