Skip to content

Commit 00c0c9b

Browse files
authored
Merge pull request #43 from apollographql/eh/DOC-450
docs outline
2 parents c923daf + 23e2ce6 commit 00c0c9b

File tree

8 files changed

+39
-0
lines changed

8 files changed

+39
-0
lines changed

docs/README.md

Whitespace-only changes.

docs/source/_sidebar.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
switcher:
2+
heading: "Apollo MCP Server"
3+
versions:
4+
- label: v0
5+
latest: true
6+
href: ./
7+
items:
8+
- label: "Welcome"
9+
href: "."
10+
- label: "Get Started"
11+
href: "./get-started"
12+
- label: "Features"
13+
href: ./features
14+
- label: "Command Reference"
15+
href: "./command-reference"
16+
- label: "Best Practices"
17+
href: "./best-practices"
18+
- label: "Limitations"
19+
href: "./limitations"

docs/source/best-practices.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Best Practices
3+
---

docs/source/command-reference.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Command Reference
3+
---

docs/source/features/index.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Apollo MCP Server Features
3+
---

docs/source/get-started/index.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Get Started with Apollo MCP Server
3+
---

docs/source/index.mdx

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Apollo MCP Server
3+
---
4+
5+
Welcome to Apollo MCP Server!

docs/source/limitations.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: Limitations
3+
---

0 commit comments

Comments
 (0)