docs: unlist tutorials for extensions with archived or moved servers (#5116)

This commit is contained in:
dianed-square
2025-10-10 15:25:05 -07:00
committed by GitHub
parent 1562ad887a
commit 69a7b7fe5a
9 changed files with 32 additions and 114 deletions
+9
View File
@@ -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">