Skip to content

Commit 0cf57fd

Browse files
committed
fix closing p tag
Signed-off-by: Ronan Flynn-Curran <[email protected]>
1 parent db09f07 commit 0cf57fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Apollo MCP Server provides a standard way for AI models to access and orchestrat
2424
<!-- Getting Started CTA -->
2525
<div class="mb-16 rounded-lg border border-blue-200 bg-gradient-to-r from-blue-50 to-indigo-50 p-8">
2626
<h2 class="mb-4 text-2xl font-bold">Getting Started</h2>
27-
<p class="mb-6 text-gray-700">Get up and running in a couple of minutes with the Quickstart. Topics include how to:
27+
<p class="mb-6 text-gray-700">Get up and running in a couple of minutes with the Quickstart. Topics include how to:</p>
2828

2929
<ul class="list-inside list-disc space-y-2 text-gray-700 mb-6">
3030
<li>creating your own MCP server (starting from scratch or using an existing Graph)</li>

0 commit comments

Comments
 (0)