docs: update extensions library (#3612)

This commit is contained in:
dianed-square
2025-07-24 10:08:06 -07:00
committed by GitHub
parent 673e4a2519
commit 41f2ba8f9e
5 changed files with 39 additions and 18 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ export function ServerCard({ server }: { server: MCPServer }) {
style={{ fontSize: "12px" }}
className="text-textSubtle leading-normal"
>
Can be enabled in the goose settings page
Can be enabled on the Extensions page in Goose
</span>
</div>
)}
@@ -99,7 +99,7 @@ const getDocumentationPath = (serverId: string): string => {
<div className="flex items-center gap-2">
<Info className="h-4 w-4 text-textSubtle shrink-0" />
<span className="text-sm text-textSubtle">
Can be enabled in the goose settings page
Can be enabled on the Extensions page in Goose
</span>
</div>
) : (
@@ -182,7 +182,7 @@ const getDocumentationPath = (serverId: string): string => {
{server.is_builtin ? (
<div
className="built-in-badge"
title="This extension is built into goose and can be enabled in the settings page"
title="This extension is built into Goose and can be enabled on the Extensions page"
>
Built-in
</div>