Skip to content

Commit 6566cb2

Browse files
authored
Close protobuf and OpenAPI linter sections by default (#113)
1 parent 72028fe commit 6566cb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/sidebar-from-site-structure.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ function assembleToolingItems(siteStructure: SiteStructure): any[] {
111111
) {
112112
items.push({
113113
label: "Protobuf Linter",
114+
collapsed: true,
114115
items: [
115116
"tooling/linter",
116117
{
@@ -131,6 +132,7 @@ function assembleToolingItems(siteStructure: SiteStructure): any[] {
131132
) {
132133
items.push({
133134
label: "OpenAPI Linter",
135+
collapsed: true,
134136
items: [
135137
"tooling/openapi-linter",
136138
{

0 commit comments

Comments
 (0)