Skip to content

Commit

Permalink
chore(docs): update toc for arazzo
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaumanali94 authored Sep 16, 2024
1 parent 5769b76 commit 990961a
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions toc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"collapseTableOfContents": false,
"items": [
{
"type": "item",
Expand Down Expand Up @@ -29,14 +30,19 @@
"title": "OpenAPI Support",
"uri": "/docs/getting-started/4-openapi.md"
},
{
"type": "item",
"title": "Arazzo Support",
"uri": "/docs/getting-started/6-arazzo.md"
},
{
"type": "item",
"title": "AsyncAPI Support",
"uri": "/docs/getting-started/5-asyncapi.md"
},
{
"type": "divider",
"title": "Guides"
"title": "guides"
},
{
"type": "item",
Expand Down Expand Up @@ -69,7 +75,7 @@
},
{
"type": "item",
"title": "Extends",
"title": "Extending Rulesets",
"uri": "/docs/guides/4b-extends.md"
},
{
Expand All @@ -92,7 +98,7 @@
"title": "JavaScript Ruleset Format",
"uri": "/docs/guides/4f-js-rulesets.md"
}
]
]
},
{
"type": "item",
Expand All @@ -118,11 +124,6 @@
"type": "divider",
"title": "Migration Guides"
},
{
"type": "item",
"title": "Spectral v2/v3 to v4 Migration Guide",
"uri": "/docs/migration-guides/4.0.md"
},
{
"type": "item",
"title": "Spectral v4 to v5 Migration Guide",
Expand All @@ -144,23 +145,28 @@
},
{
"type": "item",
"title": "AsyncAPI Rules",
"uri": "/docs/reference/asyncapi-rules.md"
"title": "Arazzo Rules",
"uri": "/docs/reference/arazzo-rules.md"
},
{
"type": "item",
"title": "Core Functions",
"uri": "/docs/reference/functions.md"
"title": "AsyncAPI Rules",
"uri": "/docs/reference/asyncapi-rules.md"
},
{
"type": "item",
"title": "Error Handling",
"uri": "/docs/reference/error-handling.md"
},
{
"type": "item",
"title": "Core Functions",
"uri": "/docs/reference/functions.md"
},
{
"type": "item",
"title": "YAML support",
"uri": "/docs/reference/yaml.md"
}
]
}
}

0 comments on commit 990961a

Please sign in to comment.