Skip to content

Commit 8eb95c0

Browse files
docs: fix category metadata validation in documentation
- Remove invalid documentation_type field from category configs - Update category descriptions per Diátaxis framework - Fix Tutorials/How-Tos/Reference/Explanation categories - Align with Docusaurus schema requirements
1 parent b2b13eb commit 8eb95c0

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"label": "Explanation",
3-
"documentation_type": "explanation",
43
"position": 5,
54
"link": {
65
"type": "generated-index",
7-
"description": "Conceptual guides explaining api-ts architecture and design decisions."
6+
"description": "Conceptual guides understanding API design philosophy"
87
}
98
}

website/docs/how-to-guides/_category_.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"label": "How-To Guides",
3-
"documentation_type": "how-to_guide",
43
"position": 3,
54
"link": {
65
"type": "generated-index",
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"label": "Reference",
3-
"documentation_type": "reference",
43
"position": 4,
54
"link": {
65
"type": "generated-index",
7-
"description": "Technical reference documentation for api-ts components"
6+
"description": "Technical specifications and API reference documentation"
87
}
98
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"label": "Tutorial - Basics",
3-
"documentation_type": "tutorial",
43
"position": 2,
54
"link": {
65
"type": "generated-index",
7-
"description": "5 minutes to learn the most important api-ts concepts."
6+
"description": "Hands-on learning experiences for API specification fundamentals"
87
}
98
}

0 commit comments

Comments
 (0)