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 1d09517
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 32 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
}
5 changes: 1 addition & 4 deletions packages/web/spec/type/complex/_category_.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"label": "Complex types",
"position": 5,
"link": {
"type": "generated-index",
"description": "Schemas for known complex types"
}
"link": null
}
5 changes: 1 addition & 4 deletions packages/web/spec/type/elementary/_category_.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"label": "Elementary types",
"position": 4,
"link": {
"type": "generated-index",
"description": "Schemas for known elementary types"
}
"link": null
}

0 comments on commit 1d09517

Please sign in to comment.