Skip to content

Commit e3e4083

Browse files
committed
Fix formatting in docs
1 parent 047a862 commit e3e4083

File tree

2 files changed

+5
-27
lines changed

2 files changed

+5
-27
lines changed

web/versioned_sidebars/version-0.18.0-sidebars.json

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,7 @@
7474
"type": "category",
7575
"label": "Email",
7676
"collapsed": true,
77-
"items": [
78-
"auth/email",
79-
"auth/email/create-your-own-ui"
80-
]
77+
"items": ["auth/email", "auth/email/create-your-own-ui"]
8178
},
8279
{
8380
"type": "category",
@@ -99,9 +96,7 @@
9996
"type": "category",
10097
"label": "Advanced",
10198
"collapsed": true,
102-
"items": [
103-
"auth/advanced/custom-auth-actions"
104-
]
99+
"items": ["auth/advanced/custom-auth-actions"]
105100
}
106101
]
107102
},
@@ -162,10 +157,7 @@
162157
"label": "Wasp AI",
163158
"collapsed": false,
164159
"collapsible": true,
165-
"items": [
166-
"wasp-ai/creating-new-app",
167-
"wasp-ai/developing-existing-app"
168-
]
160+
"items": ["wasp-ai/creating-new-app", "wasp-ai/developing-existing-app"]
169161
},
170162
{
171163
"type": "category",
@@ -219,12 +211,7 @@
219211
"label": "Miscellaneous",
220212
"collapsed": true,
221213
"collapsible": true,
222-
"items": [
223-
"contributing",
224-
"telemetry",
225-
"vision",
226-
"contact"
227-
]
214+
"items": ["contributing", "telemetry", "vision", "contact"]
228215
}
229216
]
230217
}

web/versions.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
[
2-
"0.18.0",
3-
"0.17.0",
4-
"0.16.0",
5-
"0.15.0",
6-
"0.14.0",
7-
"0.13.0",
8-
"0.12.0",
9-
"0.11.8"
10-
]
1+
["0.18.0", "0.17.0", "0.16.0", "0.15.0", "0.14.0", "0.13.0", "0.12.0", "0.11.8"]

0 commit comments

Comments
 (0)