Skip to content

Commit 53b0abe

Browse files
committed
Refactor guide for AI-powered internal documentation setup
Updated the guide title and description to better reflect the focus on finding internal documentation using AI. The link has also been modified to match the new title.
1 parent eeca751 commit 53b0abe

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

docs/guides/all/setup-internal-docs-ai-context.md renamed to docs/guides/all/find-internal-documentation-with-ai.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
displayed_sidebar: null
3-
description: Learn how to centralize internal documentation and enable AI-powered question answering using Port's general AI interface
3+
description: Learn how to find internal documentation with AI
44
---
55

66
import Tabs from "@theme/Tabs"
77
import TabItem from "@theme/TabItem"
88

9-
# Set up internal docs for AI context
9+
# Find internal documentation with AI
1010

1111

12-
This guide demonstrates how to centralize your internal documentation in Port and enable AI-powered question answering using Port's general AI interface. By storing documentation as entities, you can ask questions like "When was this document last updated?", "Who owns this document?", or "What are all the product-related docs?" and get intelligent responses.
12+
This guide demonstrates how to find internal documentation with AI. By storing documentation as entities, you can ask questions like "When was this document last updated?", "Who owns this document?", or "What are all the product-related docs?" and get intelligent responses.
1313

1414
<img src="/img/guides/internal-docs-ai-context-1.png" width="100%" border="1px" />
1515

@@ -501,9 +501,6 @@ Try: "I'm working on integrating user authentication, what API documentation sho
501501
**Rule of thumb**: If Port has documentation on the topic, add "in our catalog" to avoid ambiguity.
502502

503503

504-
505-
506-
507504
## Conclusion
508505

509506
You've successfully set up a centralized documentation system with AI-powered question answering! Your internal documentation is now searchable through natural language queries, making it easier for team members to find the information they need.

src/components/guides-section/consts.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1451,11 +1451,11 @@ export const availableGuides = [
14511451
link: "/guides/all/enforce-ai-coding-security-standards",
14521452
},
14531453
{
1454-
title: "Set up internal docs for AI context",
1455-
description: "Centralize internal documentation and enable AI-powered question answering using Port's general AI interface",
1454+
title: "Find internal documentation with AI",
1455+
description: "Find internal documentation using AI by storing documentation as entities in your Port catalog",
14561456
tags: ["SDLC","AI"],
14571457
logos: ["AI"],
1458-
link: "/guides/all/setup-internal-docs-ai-context",
1458+
link: "/guides/all/find-internal-documentation-with-ai",
14591459
}
14601460
]
14611461

0 commit comments

Comments
 (0)