docs: document .continue/configs/ directory for local config profiles#12397
Open
praneethb7 wants to merge 1 commit into
Open
docs: document .continue/configs/ directory for local config profiles#12397praneethb7 wants to merge 1 commit into
praneethb7 wants to merge 1 commit into
Conversation
Contributor
|
All contributors have signed the CLA ✍️ ✅ |
Author
|
I have read the CLA Document and I hereby sign the CLA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Documents the
.continue/configs/directory added in #11935 as a third option for local config profiles, alongside the existing.continue/agents/and.continue/assistants/directories.docs/customize/deep-dives/configuration.mdx— Added "How to Use Local Config Profiles" section with a comparison table, bash + YAML examples, and guidance on which directory to usedocs/guides/understanding-configs.mdx— Added "How to Use Multiple Local Config Profiles" sub-section inside the existing Local Configs sectionCloses #12395
AI Code Review
@continue-reviewChecklist
Screen recording or screenshot
N/A — documentation-only change, no UI changes.
Tests
N/A — documentation-only change. No code logic was modified.
Summary by cubic
Documents the
.continue/configs/directory as a third option for local config profiles, alongside.continue/agents/and.continue/assistants/. Clarifies how to create, select, and share profiles at workspace or global scope.docs/customize/deep-dives/configuration.mdxwith directory comparison, bash/YAML examples, auto-discovery/watch behavior, guidance on which directory to use, and notes on version control and backwards compatibility.docs/guides/understanding-configs.mdxwith “How to Use Multiple Local Config Profiles,” a quick example, and a link to the deep dive.Written for commit 0666312. Summary will update on new commits.