We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b56873 commit c9e8cc8Copy full SHA for c9e8cc8
README.md
@@ -448,7 +448,7 @@ The tree distinguishes between **page nodes** (have files) and **structural node
448
- **Page nodes** create nesting boundaries – children get relative paths
449
- **Structural nodes** collapse – their path segment is prepended to descendants
450
451
-```
+```text
452
parent.vue + parent/child.vue
453
→ { path: '/parent', children: [{ path: 'child' }] }
454
@@ -458,7 +458,7 @@ parent/child.vue (no parent.vue)
458
459
`index.vue` promotes a structural directory into a page node:
460
461
462
users/index.vue + users/[id].vue
463
→ { path: '/users', file: 'users/index.vue', children: [{ path: ':id()' }] }
464
```
0 commit comments