Skip to content

Commit c874579

Browse files
rebecca bausingerchewbeccy
authored andcommitted
dedicated-guides
1 parent 840a449 commit c874579

5 files changed

+66
-33
lines changed

docs/new-concept-copilot.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,13 @@ All conversations with meshStack Copilot, including all data provided to the mod
9393

9494
## Related Resources
9595

96-
- [How to use meshStack Copilot Guide](new-guide-how-to-copilot.md)
96+
### Concepts
97+
98+
- [Copilot](new-concept-copilot.md)
9799
- [Security FAQ](security-faq.md)
100+
101+
### Guides
102+
103+
- [How to use meshStack Copilot Guide](new-guide-how-to-copilot.md)
104+
- [How to Discover Services Guide](new-guide-how-to-discover-services.md)
105+
- [How to Generate Building Block Documentation Guide](new-guide-how-to-generate-building-block-documentation.md)

docs/new-guide-how-to-copilot.md

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,7 @@ title: How to Use meshStack Copilot
77
This guide shows you how to get the most out of meshStack Copilot, your AI-powered assistant for discovering platform services, generating documentation, and improving your cloud experience.
88
:::
99

10-
## Challenge
11-
12-
Finding the right platform services, keeping documentation up to date, and understanding user needs can be tough. meshStack Copilot helps you solve these challenges by providing instant answers, documentation support, and actionable insights—all in one place.
13-
14-
## Discover Platform Services
15-
16-
### Prerequisites
17-
18-
- You have access to meshPanel with Copilot enabled.
19-
20-
### Step by Step Guide
21-
22-
1. Click the Copilot sheep icon at the top right corner of any meshPanel screen.
23-
2. Use the chat interface to ask questions about available services, policies, or how to get started with a specific tool.
24-
3. Copilot will recommend services and guide you on how to request access.
25-
26-
## Generate Service Documentation
27-
28-
### Prerequisites
29-
30-
- You have access to meshPanel with Copilot enabled.
31-
- You are defining a building block or service.
32-
33-
### Step by Step Guide
34-
35-
1. Use Copilot’s “Get help” button when defining a building block or service.
36-
2. Answer Copilot’s prompts to generate best-practices documentation, including descriptions, usage instructions, and troubleshooting guides.
37-
38-
## Improve Services with User Insights
10+
## Improve Answers with User Insights
3911

4012
### Prerequisites
4113

@@ -66,5 +38,4 @@ Use Copilot’s “Get help” button for context-aware suggestions and faster w
6638

6739
### Concepts
6840

69-
- [meshStack Copilot Concept](new-concept-copilot.md)
70-
- [Marketplace](new-concept-marketplace.md)
41+
- [Copilot](new-concept-copilot.md)
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
id: new-guide-how-to-discover-services
3+
title: How to Discover Services
4+
---
5+
6+
:::note What is this guide about?
7+
This guide shows you how to use Copilot in meshPanel to discover available services, ask questions, and get recommendations tailored to your needs.
8+
:::
9+
10+
## Prerequisites
11+
12+
- You have access to meshPanel with Copilot enabled.
13+
14+
## Step by Step Guide
15+
16+
1. Click the Copilot sheep icon at the top right corner of any meshPanel screen.
17+
2. Use the chat interface to ask questions about available services, policies, or how to get started with a specific tool.
18+
3. Copilot will recommend services and guide you on how to request access.
19+
20+
## Related Resources
21+
22+
### Concepts
23+
24+
- [Marketplace](new-concept-marketplace)
25+
- [Platform](new-concept-platform)
26+
- [Copilot](new-concept-copilot.md)
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
id: new-guide-how-to-generate-building-block-documentation
3+
title: How to Generate Building Block Documentation
4+
---
5+
6+
:::note What is this guide about?
7+
This guide shows you how to use Copilot in meshPanel to quickly generate high-quality documentation for your building blocks and services.
8+
:::
9+
10+
## Prerequisites
11+
12+
- You have access to meshPanel with Copilot enabled.
13+
- You are defining a building block or service.
14+
15+
## Step by Step Guide
16+
17+
1. Use Copilot’s “Get help” button when defining a building block or service.
18+
2. Answer Copilot’s prompts to generate best-practices documentation, including descriptions, usage instructions, and troubleshooting guides.
19+
20+
## Related Resources
21+
22+
### Concepts
23+
24+
- [Building Block](new-concept-buildingblock)
25+
- [Service Documentation](new-concept-marketplace)
26+
- [Copilot](new-concept-copilot.md)

sidebars.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,9 @@ const sidebars: SidebarsConfig = {
328328
label: 'Developer Engagement',
329329
items: [
330330
'new-guide-how-to-provide-security-contact',
331-
'new-guide-how-to-copilot'
331+
'new-guide-how-to-copilot',
332+
'new-guide-how-to-discover-services',
333+
'new-guide-how-to-generate-building-block-documentation'
332334
],
333335
},
334336
{

0 commit comments

Comments
 (0)