diff --git a/docs/cli/configuration.mdx b/docs/cli/configuration.mdx deleted file mode 100644 index faaebc6bba6..00000000000 --- a/docs/cli/configuration.mdx +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: "CLI Configuration" -description: "Configure Continue CLI behavior with environment variables" -sidebarTitle: "Configuration" ---- - -Continue CLI tools automatically truncate large outputs to prevent excessive token usage. You can customize these limits using environment variables. - -## Environment Variables - -| Environment Variable | Tool | Default | -|---------------------|------|--------:| -| `CONTINUE_CLI_BASH_MAX_OUTPUT_CHARS` | Bash | 50,000 | -| `CONTINUE_CLI_BASH_MAX_OUTPUT_LINES` | Bash | 1,000 | -| `CONTINUE_CLI_READ_FILE_MAX_OUTPUT_CHARS` | Read | 100,000 | -| `CONTINUE_CLI_READ_FILE_MAX_OUTPUT_LINES` | Read | 5,000 | -| `CONTINUE_CLI_FETCH_MAX_OUTPUT_LENGTH` | Fetch | 20,000 | -| `CONTINUE_CLI_DIFF_MAX_OUTPUT_LENGTH` | Diff | 50,000 | -| `CONTINUE_CLI_SEARCH_CODE_MAX_RESULTS` | Search | 100 | -| `CONTINUE_CLI_SEARCH_CODE_MAX_RESULT_CHARS` | Search | 1,000 | - -## Example - -```bash -# Increase limits for verbose build output -export CONTINUE_CLI_BASH_MAX_OUTPUT_CHARS=100000 -export CONTINUE_CLI_BASH_MAX_OUTPUT_LINES=2000 -cn -``` diff --git a/docs/docs.json b/docs/docs.json index 5fb3288dcd7..659b3996c0a 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -26,7 +26,7 @@ "group": "Mission Control", "icon": "globe", "pages": [ - "mission-control", + "mission-control/index", "mission-control/tasks", "mission-control/workflows", { @@ -100,16 +100,6 @@ "icon": "book-open", "expanded": false, "pages": ["faqs", "troubleshooting", "CONTRIBUTING"] - }, - { - "group": "IDE Extensions", - "icon": "puzzle-piece", - "pages": [ - { - "page": "ide-extensions/install", - "href": "/ide-extensions/install" - } - ] } ] }, @@ -122,10 +112,7 @@ "pages": [ "ide-extensions/install", "ide-extensions/quick-start", - { - "page": "Customization", - "href": "/customize/overview" - } + "customize/overview" ] }, {