Skip to content

Commit c8639ac

Browse files
authored
docs: Fix broken @docs page images and info block (#6879)
* fix: images 404s * fix: uncomment chromium mention
1 parent 3fd1dab commit c8639ac

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/customize/context/documentation.mdx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Documentation sources may be suggested based on package files in your repo. This
7777
- Packages with partial information (with a pen icon) can be clicked to fill the form with the available information
7878
- Note that you can hover over the information icon to see where the package suggestion was found.
7979

80-
![Add documentation form](/img/docs-form.png)
80+
![Add documentation form](/images/docs-form.png)
8181

8282
### In a configuration file
8383

@@ -212,8 +212,9 @@ If your documentation is private, you can skip the default crawler and use a loc
212212
</Tabs>
213213

214214
<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.
217218
</Info>
218219

219220
Further notes:
@@ -230,11 +231,11 @@ You can view indexing statuses and manage your documentation sites from the `@do
230231
- Failed indexing attempts will show an error status bar and icon
231232
- Delete a documentation site from your configuration using the trash icon
232233

233-
![More Page @docs indexes section](/img/docs-indexes.png)
234+
![More Page @docs indexes section](/images/docs-indexes.png)
234235

235236
You can also view the overall status of currently indexing docs from a hideable progress bar at the bottom of the chat page
236237

237-
![Documentation indexing peek](/img/docs-indexing-peek.png)
238+
![Documentation indexing peek](/images/docs-indexing-peek.png)
238239

239240
You can also use the following IDE command to force a re-index of all docs: `Continue: Docs Force Re-Index`.
240241

@@ -400,4 +401,4 @@ The following configuration example includes:
400401
</Tab>
401402
</Tabs>
402403

403-
{/* This could also involve enabling Chromium as a backup for local documentation the [User Settings Page](../deep-dives/settings.md). */}
404+
This setup could also involve enabling Chromium as a backup for local documentation through the [User Settings Page](../settings).

docs/customize/model-roles/00-intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ These roles can be specified for a `config.yaml` model block using `roles`. See
2121

2222
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.
2323

24-
![Settings Active Models Section](/img/settings-model-roles.png)
24+
![Settings Active Models Section](/images/settings-model-roles.png)
2525

2626
<Info>
2727
`roles` are not explicitly defined within `config.json` (deprecated) - they

0 commit comments

Comments
 (0)