Skip to content

docs: fix bad yaml-reference links #4536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/customize/deep-dives/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To open your configuration file, you can click the "gear" icon in the bottom rig

When you save a config file from the IDE, Continue will automatically refresh to take into account your changes. A config file is automatically created the first time you use Continue, and always automatically generated with default values if it doesn't exist.

See the full reference for `config.yaml` [here](../../reference.md).
See the full reference for `config.yaml` [here](../../yaml-reference.md).

## Deprecated configuration methods

Expand Down
6 changes: 3 additions & 3 deletions docs/docs/yaml-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ See also

- [Intro to YAML](https://yaml.org/)
- [JSON Continue Config Reference](/json-reference)
- [YAML Continue Config Reference](/reference)
- [YAML Continue Config Reference](/yaml-reference)

## Create YAML file

Expand All @@ -37,9 +37,9 @@ Add all model configurations in `config.json`, including models in `models`, `ta
- `inlineEdit` -> e.g. `roles: [chat, edit]`
- `applyCodeBlock` -> e.g. `roles: [chat, apply]`

Model-level `requestOptions` remain, with minor changes. See [YAML Continue Config Reference](/reference#requestoptions)
Model-level `requestOptions` remain, with minor changes. See [YAML Continue Config Reference](/yaml-reference#requestoptions)

Model-level `completionOptions` are replaced by `defaultCompletionOptions`, with minor changes. See [YAML Continue Config Reference](/reference#completionoptions)
Model-level `completionOptions` are replaced by `defaultCompletionOptions`, with minor changes. See [YAML Continue Config Reference](/yaml-reference#completionoptions)

<!-- TODO - ollama autodetect supported? -->

Expand Down
Loading