Commit Graph

25 Commits

Author SHA1 Message Date
Dallin Romney
e1ba630166 Merge pull request #8961 from continuedev/nate/con-5033
docs: add required name, schema, and version fields to all YAML examples
2025-12-03 14:38:00 -08:00
Dallin Romney
23b359aab0 fix: my config not myproject 2025-12-02 13:17:05 -08:00
continue[bot]
f757c40332 docs: add required fields to all remaining YAML config.yaml examples
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>
2025-12-01 23:59:16 +00:00
continue[bot]
6ba729efab docs: fix formatting of autocomplete template variables
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>
2025-11-27 16:19:50 +00:00
Ty Dunn
ef0b7f6c88 some initial changes 2025-10-13 21:02:25 -07:00
BekahHW
32d7ba280f docs: features to ide extensions (#8219)
* 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>
2025-10-13 18:43:47 -04:00
Ty Dunn
5caeb1e1b9 docs: initial prompts changes (#7664)
* initial prompts docs changes

* following through on second half

* final touches

* fix: broken links

---------

Co-authored-by: Nate <sestinj@gmail.com>
2025-09-25 17:01:16 -07:00
Brian 'bdougie' Douglas
e9ed761e49 fix: address review comments for YAML migration docs
- Fix yaml-migration.mdx: correct JSON examples to use proper JSON syntax
- Fix yaml-migration.mdx: update YAML examples to use correct field mappings (context vs contextProviders)
- Fix yaml-migration.mdx: correct model configurations with proper roles and embed options
- Fix edit.mdx: change 'Claude 3.5 Sonnet' to 'Claude 4 Sonnet'
- Fix reranking.mdx: replace Hub tab hyperlinks with actual YAML config examples

Generated with [Continue](https://continue.dev)

Co-Authored-By: Continue <noreply@continue.dev>
2025-09-22 23:18:18 -07:00
Brian 'bdougie' Douglas
fef758b358 fix(docs): revert incorrect config.json to config.yml replacements
- 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>
2025-09-16 14:50:34 -07:00
Continue Agent
c510fc4d2c Replace config.json references with config.yml and remove tabs
- 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>
2025-09-15 23:28:59 +00:00
Dallin Romney
02d0631357 merge: main 2025-09-10 17:00:38 -07:00
Ty Dunn
4baec6bb5b docs: assistant --> agent 2025-09-08 14:40:33 -07:00
Aditya Mitra
b290e5b4dc fix(docs): broken settings page links (#7598)
* fix(docs): broken settings page links

* undo minor changes
2025-09-05 12:39:12 -07:00
Fred Bricon
0b4e31a059 feat: enable reasoning toggle for ollama models
Signed-off-by: Fred Bricon <fbricon@gmail.com>
2025-09-03 09:36:16 +02:00
Ty Dunn
9f68638e32 docs: updates to reflect product simplifications (#7357)
* 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>
2025-08-28 15:33:07 -07:00
BekahHW
1704df4f1e feat: GEO updates for docs (#7083) 2025-08-14 21:20:59 +01:00
Keerthana Panyam
bbc200f283 Merge branch 'main' into panyamkeerthana/current_file_context 2025-08-08 11:51:33 -04:00
Keerthana Panyam
8fe5077e60 move context restriction properties to model level autocompleteOptions
- 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.
2025-08-08 11:50:14 -04:00
Brian 'bdougie' Douglas
b8057dc3f2 fix: links 2025-08-06 15:26:16 -07:00
Brian 'bdougie' Douglas
221127e09e fix: apply code changes requested in the diff
Commit generated with [cn](https://docs.continue.dev/guides/cli)
2025-08-06 15:05:12 -07:00
Patrick Erichsen
e23de26444 docs: update continue-mcp.mdx to mention new mcp server (#6741)
* Update continue-mcp.mdx

* Update continue-mcp.mdx

* Update continue-mcp.mdx
2025-07-22 15:37:57 -07:00
Ting-Wai
1a9458c346 Fix misformatted yaml code (#6733)
docs: fix misformatted yaml code
2025-07-21 10:41:14 -07:00
Brian 'bdougie' Douglas
252c60a76e docs: Update MCP documentation and add CLA
- Update MCP documentation in docs/reference/continue-mcp.mdx
- Simplify MCP deep dive documentation
- Add CLA.md file
- Update CLA workflow
- Remove continue-docs-mcp.yaml
- Add mintlify CLI selection tree image
- Update docs.json configuration

Co-Authored-By: Brian Douglas <bdougieyo@icloud.com>
2025-07-16 02:26:46 -07:00
Patrick Erichsen
d1d1646b60 docs: remove unnecessary anchor tags 2025-07-14 11:04:42 -07:00
Brian 'bdougie' Douglas
efe9d45a72 s/docs2/docs 2025-07-10 13:34:36 -07:00