Skip to content
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

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Conversation

nemanjamalesija
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.94%. Comparing base (6d52071) to head (9aa3d2f).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

│ ├── settings.vue
├── (user)/
│ ├── profile.vue
│ ├── orders.vue
Copy link
Owner

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   

Copy link
Contributor Author

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

docs/guide/file-based-routing.md Show resolved Hide resolved
docs/guide/file-based-routing.md Outdated Show resolved Hide resolved
docs/guide/file-based-routing.md Outdated Show resolved Hide resolved
@posva posva changed the title Update file-based-routing.md docs: route groups Jan 14, 2025
@posva
Copy link
Owner

posva commented Jan 15, 2025

I will merge this one after releasing the feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants