Skip to content

Commit

Permalink
Merge pull request #2865 from continuedev/ref
Browse files Browse the repository at this point in the history
polishing after reference docs addition
  • Loading branch information
sestinj authored Nov 11, 2024
2 parents 0cf4362 + 01435cf commit ff5395b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/docs/customize/deep-dives/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ All of the configuration options available for chat models are available to use
}
```

If you aren't yet familiar with the available options, you can find the full reference [here](./ways-to-configure.md).
If you aren't yet familiar with the available options, you can find the full reference [here](./configuration.md).

## Configuration Options

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
description: Ways to configure
description: Configuration
keywords: [config, settings, customize]
---

# Ways to configure
# Configuration

Continue can be deeply customized. User-level configuration is stored and can be edited in your home directory in [`config.json`](#configjson):

Expand Down
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
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const config = {
type: "docSidebar",
sidebarId: "docsSidebar",
position: "left",
label: "Docs",
label: "User Guide",
href: "/",
},
{
Expand Down
5 changes: 5 additions & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ const sidebars = {
],
},
"customize/changelog",
{
type: "link",
label: "Reference",
href: "/reference",
},
],
};

Expand Down

0 comments on commit ff5395b

Please sign in to comment.