Skip to content

Commit

Permalink
add sidebar nav and better descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
RomneyDa committed Jan 29, 2025
1 parent 0b71391 commit f0f66bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 4 additions & 6 deletions docs/docs/customize/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ keywords: [config, settings, configuration, customize, customization, sidebar]

# The User Settings Page

The User Settings page can be accessed by clicking the gear icon in the header of the Continue sidebar.
The **User Settings page** can be accessed by clicking the gear icon in the header of the Continue sidebar.

![slash-commands](/img/header-buttons.png)

Which takes you to this page:

![User Settings Page](/img/settings-page.png)

Click the "Open [your config location]" button to open your configuration file.
Click the `Open Config File` button to open your configuration file. See the [Configuration Reference](../reference.md) for more information.

Below that, the following settings are available:
Below that, the following settings which are not part of a configuration file are available:

- `Wrap Codeblocks`: If on, enables text wrapping in code blocks. Off by default.
- `Display Raw Markdown`: If on, shows raw markdown in responses. Off by default.
Expand All @@ -31,6 +31,4 @@ Below that, the following settings are available:
- `Multiline Autocompletions`: Controls multiline completions for autocomplete. Can be set to `always`, `never`, or `auto`. Defaults to `auto`
- `Font Size`: Specifies base font size for UI elements
- `Workspace prompts path`: Where to find Prompt Files in a workspace - replaces the default .continue/prompts
- `Disable autocomplete in files`: List of comma-separated glob pattern to disable autocomplete in matching files. E.g., "_/.md, _/.txt"

For other configuration such as models and context, see [Configuration](../customize/deep-dives/configuration.md)
- `Disable autocomplete in files`: List of comma-separated glob pattern to disable autocomplete in matching files. E.g., "\_/.md, \*/.txt"
3 changes: 2 additions & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,13 @@ const sidebars = {
},
],
},
"customize/changelog",
"customize/settings",
{
type: "link",
label: "Reference",
href: "/reference",
},
"customize/changelog",
// {
// type: "link",
// label: "YAML Reference",
Expand Down

0 comments on commit f0f66bb

Please sign in to comment.