Docs(guides) : standardize tree view on guide#7922
Merged
alexander-akait merged 4 commits intowebpack:mainfrom Mar 6, 2026
Merged
Docs(guides) : standardize tree view on guide#7922alexander-akait merged 4 commits intowebpack:mainfrom
alexander-akait merged 4 commits intowebpack:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
avivkeller
previously approved these changes
Mar 5, 2026
Member
|
@ThierryRakotomanana Please merge all changes into one PR and change it everywhere |
Contributor
Author
|
Understood, @alexander-akait. |
Consolidates directory tree refactors across multiple guides into a single standard. This replaces inconsistent ASCII markers with Unicode box-drawing characters (├──, └──, │). - Refactored Getting Started, Asset Management, and Output Management. - Standardized vertical continuity and unified formatting logic. Supersedes: webpack#7901
5375b9e to
8fdc1bb
Compare
Contributor
Author
|
@alexander-akait I've updated the PR to include all guide refactors in a single PR, superseding my previous submission. |
alexander-akait
approved these changes
Mar 6, 2026
Member
|
Thanks |
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
Following my PR #7901
There are inconsistencies in how project structures are represented on Asset Management (Global Assets) uses a basic hyphen-based style, and then on Wrapping Up the style shifts, losing vertical alignment and continuity.
What kind of change does this PR introduce?
Refactor to improve visual experience
│) and termination corners (└──) create a solid visual path.Did you add tests for your changes?
No, it's just for styling the documentation and improve DevEx when following the guide
Does this PR introduce a breaking change?
No,
If relevant, what needs to be documented once your changes are merged or what have you already documented?
Use of AI
No