Skip to content

Commit

Permalink
fix broken docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
RomneyDa committed Nov 11, 2024
1 parent e6c316b commit 01435cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/customize/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ Continue can be deeply customized. This is primarily accomplished by editing a l

## Getting started

To open `config.json`, click the "gear" icon in the bottom right corner of the Continue Chat sidebar. When editing this file, you can see the available options suggested as you type, or you can check the [full reference](./deep-dives/ways-to-configure.md).
To open `config.json`, click the "gear" icon in the bottom right corner of the Continue Chat sidebar. When editing this file, you can see the available options suggested as you type, or you can check the [full reference](./deep-dives/configuration.md).

When you save `config.json`, Continue will automatically refresh to take into account your changes.

## Per-workspace configuration

If you'd like to scope certain settings to a particular workspace, you can add a `.continuerc.json` to the root of your project. It has the same [definition](./deep-dives/ways-to-configure.md) as `config.json`, and will automatically be applied on top of the local config.json.
If you'd like to scope certain settings to a particular workspace, you can add a `.continuerc.json` to the root of your project. It has the same [definition](./deep-dives/configuration.md) as `config.json`, and will automatically be applied on top of the local config.json.

## Programmatic configuration

Expand Down

0 comments on commit 01435cf

Please sign in to comment.