feat(docs): nest Core-flow under GeneralUpdate.Core as collapsible category#134
Merged
Conversation
…rt label - Wrap GeneralUpdate.Core as a collapsible category in sidebar - Nest Core-flow as sub-item (execution-flow inside Core) - Set sidebar_label: '执行流程详解' (zh) / 'Execution Flow' (en) Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Nests the Core execution-flow documentation page under a collapsible GeneralUpdate.Core section in the Components sidebar, avoiding an extra top-level sidebar entry introduced when the page was added.
Changes:
- Updated
website/sidebars.jsto makeGeneralUpdate.Corea collapsible category and placeCore-flowunder it. - Added localized
sidebar_labelfrontmatter toCore-flow.md(CN + EN) so the nested entry displays a friendly title in each locale.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| website/sidebars.js | Wraps GeneralUpdate.Core as a collapsible category and nests doc/Core-flow beneath it. |
| website/docs/doc/Core-flow.md | Adds Chinese sidebar_label for the sidebar item display name. |
| website/i18n/en/docusaurus-plugin-content-docs/current/doc/Core-flow.md | Adds English sidebar_label for the sidebar item display name. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
After the Core-flow page was added (PR #133), it showed as a separate top-level entry in the Components sidebar. This PR nests it inside a collapsible GeneralUpdate.Core category instead.
Changes
website/sidebars.jscategory, nest Core-flow as child itemwebsite/docs/doc/Core-flow.mdsidebar_label: 执行流程详解website/i18n/en/.../Core-flow.mdsidebar_label: Execution Flow🤖 Generated with Claude Code