-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: route groups #572
base: main
Are you sure you want to change the base?
docs: route groups #572
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #572 +/- ##
==========================================
+ Coverage 57.83% 57.94% +0.10%
==========================================
Files 32 32
Lines 3121 3129 +8
Branches 558 560 +2
==========================================
+ Hits 1805 1813 +8
Misses 1309 1309
Partials 7 7 ☔ View full report in Codecov by Sentry. |
docs/guide/file-based-routing.md
Outdated
│ ├── settings.vue | ||
├── (user)/ | ||
│ ├── profile.vue | ||
│ ├── orders.vue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the correct characters like in the other examples. You can also use the tree
command (brew install tree)` to print these:
└── vim
├── colors
│ ├── distinguished.vim
│ ├── lucius.vim
│ ├── molokai.vim
│ └── neverness.vim
├── ftplugin
│ ├── c.vim
│ ├── cpp.vim
│ └── java.vim
└── spell
├── en.utf-8.add
├── en.utf-8.add.spl
├── es.utf-8.add
├── es.utf-8.add.spl
├── es.utf-8.spl
├── es.utf-8.sug
├── fr.utf-8.spl
└── fr.utf-8.sug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@posva I generated the tree with tree command, and updated the file. Let me know if it's ok now
Co-authored-by: Eduardo San Martin Morote <[email protected]>
Co-authored-by: Eduardo San Martin Morote <[email protected]>
Co-authored-by: Eduardo San Martin Morote <[email protected]>
I will merge this one after releasing the feature |
No description provided.