Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jun 7, 2024
1 parent cad213d commit 61a829e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ export default defineConfig({
],
},
...Object.values(categories)
.filter((menu) => menu.rules.length && menu.specKind !== "proposal")
.filter(
(menu) => menu.rules.length && menu.specKind !== "proposal",
)
.map((category) => ({
text: category.title,
items: category.rules.map(({ ruleId }) => ({
Expand Down

0 comments on commit 61a829e

Please sign in to comment.