docs: unlist tutorials for extensions with archived or moved servers (#5116)
This commit is contained in:
@@ -7,6 +7,7 @@ import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed';
|
||||
import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
|
||||
import { PanelLeft, Settings } from 'lucide-react';
|
||||
|
||||
<YouTubeShortEmbed videoUrl="https://youtube.com/embed/2IVPcjEr-yQ" />
|
||||
|
||||
@@ -41,6 +42,14 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
|
||||
"/path/to/other/allowed/dir"
|
||||
]}
|
||||
/>
|
||||
|
||||
After installing, update the extension with the actual paths to allowed directories:
|
||||
1. Click the <PanelLeft className="inline" size={16} /> button in the top-left to open the sidebar
|
||||
2. Click `Extensions` in the sidebar
|
||||
3. On the `Filesystem` card, click the <Settings className="inline" size={16} /> button
|
||||
4. Edit the command to replace the placeholder paths with space-separated paths to allowed directories
|
||||
5. Click `Save Changes`
|
||||
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="cli" label="Goose CLI">
|
||||
|
||||
Reference in New Issue
Block a user