You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/customize/context/documentation.mdx
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Documentation sources may be suggested based on package files in your repo. This
77
77
- Packages with partial information (with a pen icon) can be clicked to fill the form with the available information
78
78
- Note that you can hover over the information icon to see where the package suggestion was found.
79
79
80
-

80
+

81
81
82
82
### In a configuration file
83
83
@@ -212,8 +212,9 @@ If your documentation is private, you can skip the default crawler and use a loc
212
212
</Tabs>
213
213
214
214
<Info>
215
-
Chromium crawling has been deprecated
216
-
{/* The default local crawler is a lightweight tool that cannot render sites that are dynamically generated using JavaScript. If your sites need to be rendered, you can enable the experimental `Use Chromium for Docs Crawling` feature from your [User Settings Page](../deep-dives/settings.md) This will download and install Chromium to `~/.continue/.utils`, and use it as the local crawler. */}
215
+
The default local crawler is a lightweight tool that cannot render sites that are dynamically generated using JavaScript. If your sites need to be rendered, you can enable the experimental `Use Chromium for Docs Crawling` feature from your [User Settings Page](../settings) This will download and install Chromium to `~/.continue/.utils`, and use it as the local crawler.
216
+
217
+
**Note:** Chromium crawling support is being deprecated and may be removed in future versions.
217
218
</Info>
218
219
219
220
Further notes:
@@ -230,11 +231,11 @@ You can view indexing statuses and manage your documentation sites from the `@do
230
231
- Failed indexing attempts will show an error status bar and icon
231
232
- Delete a documentation site from your configuration using the trash icon
Copy file name to clipboardExpand all lines: docs/customize/model-roles/00-intro.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ These roles can be specified for a `config.yaml` model block using `roles`. See
21
21
22
22
You can control which of the models in your assistant for a given role will be currently used for that role. Above the main input, click the 3 dots and then the cube icon to expand the `Models` section. Then you can use the dropdowns to select an active model for each role.
23
23
24
-

24
+

25
25
26
26
<Info>
27
27
`roles` are not explicitly defined within `config.json` (deprecated) - they
0 commit comments