Skip to content

Commit 303bee6

Browse files
committed
feat: restore navbar
1 parent 63ea4f0 commit 303bee6

File tree

16 files changed

+50
-47
lines changed

16 files changed

+50
-47
lines changed

.astro/collections/deepDocDefaults.schema.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,6 @@
2222
"collection": {
2323
"type": "array"
2424
},
25-
"visibility": {
26-
"type": "array",
27-
"items": {
28-
"type": "string",
29-
"enum": [
30-
"navbar"
31-
]
32-
},
33-
"default": []
34-
},
3525
"$schema": {
3626
"type": "string"
3727
}

.astro/collections/docDefaults.schema.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,6 @@
2222
"collection": {
2323
"type": "array"
2424
},
25-
"visibility": {
26-
"type": "array",
27-
"items": {
28-
"type": "string",
29-
"enum": [
30-
"navbar"
31-
]
32-
},
33-
"default": []
34-
},
3525
"$schema": {
3626
"type": "string"
3727
}

.astro/collections/docs.schema.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616
"icon": {
1717
"type": "string"
1818
},
19+
"visibility": {
20+
"type": "array",
21+
"items": {
22+
"type": "string",
23+
"enum": [
24+
"navbar"
25+
]
26+
},
27+
"default": []
28+
},
1929
"$schema": {
2030
"type": "string"
2131
}

.astro/collections/documentation.schema.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616
"icon": {
1717
"type": "string"
1818
},
19+
"visibility": {
20+
"type": "array",
21+
"items": {
22+
"type": "string",
23+
"enum": [
24+
"navbar"
25+
]
26+
},
27+
"default": []
28+
},
1929
"$schema": {
2030
"type": "string"
2131
}

.astro/data-store.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content/docs/documentation/_default.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ directory: documentation
44
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
55
permalink: framework
66
icon: lucide:cuboid
7-
visibility:
8-
- navbar
97
collection:
108
- getting-started
119
- foundamentals

content/docs/documentation/components/_default.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ directory: components
44
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
55
permalink: components
66
icon: lucide:cuboid
7-
visibility:
8-
- navbar
97
collection:
108
- alert: false
119
- code-block: true

content/docs/documentation/components/components2/_default.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ directory: components
44
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
55
permalink: components
66
icon: lucide:cuboid
7-
visibility:
8-
- navbar
97
collection:
108
- alert: false
119
- code-block: true

content/docs/documentation/foundamentals/_default.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ directory: foundamentals
44
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
55
permalink: foundamentals
66
icon: lucide:cuboid
7-
visibility:
8-
- navbar
97
collection:
108
- routing: false
119
- docs: true

content/docs/documentation/getting-started/_default.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ directory: getting-started
44
description: Lorem ipsum dolor sit amet, consectetur adipiscing elit.
55
permalink: getting-started
66
icon: lucide:cuboid
7-
visibility:
8-
- navbar
97
collection:
108
- getting-started: false
119
- installation: true

0 commit comments

Comments
 (0)