docs: link AI nav to Overview and restructure overview page#1022
Merged
Conversation
Make the "AI" sidebar entry link directly to the Overview page (matching the Introduction/Hello World/General Usage Guide pattern of a parent node with both a path and a childList), and drop the now-redundant "Overview" child. Rewrite overview.md: replace the "How to Use" wrapper with a subheading per method (Ask AI, Agent Skills, Use with LLMs), fix typos, and add a short description to each method. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR improves the AI documentation section by making the AI sidebar node directly navigable to the Overview page, and by restructuring the AI Overview content into clearer, linkable sections.
Changes:
- Update the sidebar tree so the AI parent node links to
/ai/overview.html(and remove the redundant Overview child entry). - Restructure the AI Overview page into three top-level methods (Ask AI, Agent Skills, Use with LLMs) to provide clearer anchors and descriptions.
- Fix minor typos and wording for clarity.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
_data/full_tree.yml |
Makes the AI nav entry clickable (links to the overview) while retaining its child navigation. |
_articles/ai/overview.md |
Reorganizes the overview content into three dedicated sections with improved wording and corrected typos. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
tony-xlh
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Two changes to the AI documentation section:
Nav behavior (
_data/full_tree.yml)Make the AI sidebar entry link directly to the Overview page instead of only expanding. This matches the existing pattern used by Introduction, Hello World, and General Usage Guide — a parent node with both a
path:and achildList:. The now-redundant "Overview" child is removed, so the tree is:Content (
_articles/ai/overview.md)## How to Usewrapper with one##subheading per method: Ask AI, Agent Skills, Use with LLMs — each now has its own anchor.🤖 Generated with Claude Code