Skip to content

Commit

Permalink
Remove autogenerated category pages from spec
Browse files Browse the repository at this point in the history
... since these pages are rather useless without adding proper
descriptions for everything.
  • Loading branch information
gnidan committed Sep 26, 2024
1 parent 1d8f4f4 commit 47a18c8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 24 deletions.
5 changes: 1 addition & 4 deletions packages/web/spec/data/_category_.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"label": "ethdebug/format/data",
"position": 5,
"link": {
"type": "generated-index",
"description": "Work-in-progress formal schema for ethdebug format"
}
"link": null
}
5 changes: 1 addition & 4 deletions packages/web/spec/materials/_category_.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"label": "ethdebug/format/materials",
"position": 5,
"link": {
"type": "generated-index",
"description": "Work-in-progress formal schema for ethdebug format"
}
"link": null
}
5 changes: 1 addition & 4 deletions packages/web/spec/pointer/_category_.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"label": "ethdebug/format/pointer",
"position": 4,
"link": {
"type": "generated-index",
"description": "Work-in-progress formal schema for ethdebug format"
}
"link": null
}
5 changes: 1 addition & 4 deletions packages/web/spec/pointer/collection/_category_.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"label": "Collections",
"position": 5,
"link": {
"type": "generated-index",
"description": "Work-in-progress formal schema for ethdebug format"
}
"link": null
}
5 changes: 1 addition & 4 deletions packages/web/spec/pointer/region/_category_.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"label": "Regions",
"position": 4,
"link": {
"type": "generated-index",
"description": "Work-in-progress formal schema for ethdebug format"
}
"link": null
}
5 changes: 1 addition & 4 deletions packages/web/spec/type/_category_.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"label": "ethdebug/format/type",
"position": 3,
"link": {
"type": "generated-index",
"description": "Work-in-progress formal schema for ethdebug format"
}
"link": null
}

0 comments on commit 47a18c8

Please sign in to comment.