From 12ce4a7f4345a2d1e6c114c2c8f24b152f06daf3 Mon Sep 17 00:00:00 2001 From: Dev Esther <125284347+estheroche@users.noreply.github.com> Date: Wed, 11 Feb 2026 20:20:05 -0600 Subject: [PATCH] Fix punctuation in 'Ask AI Menu' section Added periods at the end of bullet points in the 'Ask AI Menu' section for consistency. --- src/pages/guide/building-with-ai.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/guide/building-with-ai.mdx b/src/pages/guide/building-with-ai.mdx index ab6c87e5..8e5bc6ce 100644 --- a/src/pages/guide/building-with-ai.mdx +++ b/src/pages/guide/building-with-ai.mdx @@ -20,7 +20,7 @@ These files are generated at build time and served at the root of the site. AI user agents are automatically detected and served raw Markdown instead of rendered HTML. This provides better token efficiency and easier parsing for LLMs. -### Supported AI Agents +### Supported AI Agents. Popular user agents that are automatically detected: @@ -44,10 +44,10 @@ This is useful for copying documentation into AI conversations or for custom int The docs include a built-in "Ask AI" menu (⌘I / Ctrl+I) that provides: -- **Open in ChatGPT/Claude**: Opens the current page context in popular AI assistants -- **Copy page for AI**: Copies the page content as Markdown to your clipboard -- **View as Markdown**: Opens the raw Markdown version of the current page -- **Copy MCP URL**: Copies the MCP server URL for AI assistant configuration +- **Open in ChatGPT/Claude**: Opens the current page context in popular AI assistants. +- **Copy page for AI**: Copies the page content as Markdown to your clipboard. +- **View as Markdown**: Opens the raw Markdown version of the current page. +- **Copy MCP URL**: Copies the MCP server URL for AI assistant configuration. ## MCP Server