Skip to content

Commit 7977f00

Browse files
Merge "Resources" group into "Development" group
This merges the "Resources" group in the sidebar into the "Development" group. This also removes `specification/contributing.mdx` which is now entirely superfluous to `development/contributing.mdx`.
1 parent de5de03 commit 7977f00

File tree

5 files changed

+6
-25
lines changed

5 files changed

+6
-25
lines changed

docs/docs.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,11 @@
141141
{
142142
"group": "Development",
143143
"pages": [
144+
"specification/versioning",
144145
"development/roadmap",
145146
"development/contributing",
146147
"links/github"
147148
]
148-
},
149-
{
150-
"group": "Resources",
151-
"pages": ["specification/versioning", "specification/contributing"]
152149
}
153150
]
154151
},
@@ -243,14 +240,11 @@
243240
{
244241
"group": "Development",
245242
"pages": [
243+
"specification/versioning",
246244
"development/roadmap",
247245
"development/contributing",
248246
"links/github"
249247
]
250-
},
251-
{
252-
"group": "Resources",
253-
"pages": ["specification/versioning", "specification/contributing"]
254248
}
255249
]
256250
},
@@ -348,14 +342,11 @@
348342
{
349343
"group": "Development",
350344
"pages": [
345+
"specification/versioning",
351346
"development/roadmap",
352347
"development/contributing",
353348
"links/github"
354349
]
355-
},
356-
{
357-
"group": "Resources",
358-
"pages": ["specification/versioning", "specification/contributing"]
359350
}
360351
]
361352
}

docs/specification/2024-11-05/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,5 @@ Explore the detailed specification for each protocol component:
142142
icon="user"
143143
href="/specification/2024-11-05/client"
144144
/>
145-
<Card title="Contributing" icon="pencil" href="/specification/contributing" />
145+
<Card title="Contributing" icon="pencil" href="/development/contributing" />
146146
</CardGroup>

docs/specification/2025-03-26/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,5 @@ Explore the detailed specification for each protocol component:
144144
icon="user"
145145
href="/specification/2025-03-26/client"
146146
/>
147-
<Card title="Contributing" icon="pencil" href="/specification/contributing" />
147+
<Card title="Contributing" icon="pencil" href="/development/contributing" />
148148
</CardGroup>

docs/specification/contributing.mdx

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/specification/draft/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,5 @@ Explore the detailed specification for each protocol component:
144144
icon="user"
145145
href="/specification/draft/client"
146146
/>
147-
<Card title="Contributing" icon="pencil" href="/specification/contributing" />
147+
<Card title="Contributing" icon="pencil" href="/development/contributing" />
148148
</CardGroup>

0 commit comments

Comments
 (0)