diff --git a/toc.json b/toc.json index 69956dc9b..75cae5c8b 100644 --- a/toc.json +++ b/toc.json @@ -29,6 +29,11 @@ "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", @@ -36,7 +41,7 @@ }, { "type": "divider", - "title": "Guides" + "title": "guides" }, { "type": "item", @@ -69,7 +74,7 @@ }, { "type": "item", - "title": "Extends", + "title": "Extending Rulesets", "uri": "/docs/guides/4b-extends.md" }, { @@ -92,7 +97,7 @@ "title": "JavaScript Ruleset Format", "uri": "/docs/guides/4f-js-rulesets.md" } - ] + ] }, { "type": "item", @@ -118,11 +123,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", @@ -144,23 +144,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" } ] -} \ No newline at end of file +}