Deprecated documentation context provider - use the new documentation awareness approach instead
@Docs
context provider has been deprecated in favor of a more integrated approach to documentation awareness. Please refer to our Guide on Making Agents Aware of Codebases and Documentation for the recommended approach.@Docs
context provider, please migrate to the new approach outlined in our codebase and documentation awareness guide. The new approach provides:
@Docs
context provider, preserved for reference
The @Docs
context provider allows you to efficiently reference documentation directly within Continue.
@Docs
context provider, add it to the list of context providers in your config.json
file.
@Docs
context provider works by
config.yaml
file. The previous docs
blocks functionality has been deprecated.
@Docs
context provider - type @Docs
in the chat, hit Enter
, and search for Add Docs
More
page (three dots icon) in the @docs indexes
section
the @Docs
context provider.Title
and Start URL
for the site.
Title
: The name of the documentation site, used for identification in the UI.Start URL
: The URL where the indexing process should begin.@docs indexes
section of the More
page.
Documentation sources may be suggested based on package files in your repo. This currently works for Python requirements.txt
files and Node.js (Javascript/Typescript) package.json
files.
+
icon) can be clicked to immediately kick off indexingdocs
in your global configuration, as follows:
@Docs
context provider with the nRetrieve
, nFinal
, and useReranking
.
useLocalCrawling
to true
.
Use Chromium for Docs Crawling
feature from
your User Settings Page. This will download and install Chromium
to ~/.continue/.utils
, and use it as the local crawler. Note: Chromium
crawling support is being deprecated and may be removed in future versions.useLocalCrawling
is especially useful if the URL itself is confidential.@docs indexes
section of the More
page (three dots)
Click to re-index
to trigger a reindex for a specific sourceCancel indexing
to cancel the processContinue: Docs Force Re-Index
.