docs(vc-shell): add components, composables, plugins to nav order#59
Merged
Merged
Conversation
|
|
9e30589 to
9409492
Compare
19f25ed to
2f62dad
Compare
9409492 to
24ccff8
Compare
2f62dad to
24ccff8
Compare
3 tasks
eeefbbb to
6be576e
Compare
Update the manual vc-shell/.pages nav-list to include the three auto-generated top-level folders that the sync-docs CI workflow populates: components, composables, plugins. Restores their position between concepts and guides. MERGE ORDER: must land AFTER the sync-docs.yml auto-PR creates the components/, composables/, and plugins/ folders. If this lands first, awesome-pages errors with NavEntryNotFound because vc-shell/.pages would reference folders that don't yet exist. Final sidebar after both have landed: VC-Shell ├── Introduction ├── Getting Started ├── Concepts ├── Components ← auto from vc-shell sources ├── Composables ← auto from vc-shell sources ├── Plugins ← auto from vc-shell sources (new in #223) ├── Guides └── Reference
48f8274 to
f092379
Compare
04d5ac9
into
docs/vc-shell-integration
1 of 2 checks passed
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
Update the manual
vc-shell/.pagesnav-list to include the three auto-generated top-level folders that thesync-docs.ymlCI workflow populates:components,composables,plugins. Restores their position betweenconceptsandguides.⚠ Merge order
Must land AFTER the
sync-docs.ymlauto-PR (created byvc-shell-docs-botwith theauto-generatedlabel) creates thecomponents/,composables/, andplugins/folders in vc-docs. If this lands first, awesome-pages errors with:because
vc-shell/.pagesreferences folders that don't yet exist on disk.This PR is intentionally opened as draft until the auto-sync lands. Mark ready for review after the first auto-sync PR is merged.
Final sidebar once all PRs have landed
Related
sync-docs.ymlafter next vc-shell release): TBDTest plan
mkdocs build— verify nav resolves; sidebar shows VC-Shell → Components/Composables/Plugins peers