From 990961ab11f633c7b374f5ba738380ac77da1946 Mon Sep 17 00:00:00 2001 From: Nauman Date: Mon, 16 Sep 2024 14:35:42 +0500 Subject: [PATCH 1/2] chore(docs): update toc for arazzo --- toc.json | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/toc.json b/toc.json index 69956dc9b..dfd177fa0 100644 --- a/toc.json +++ b/toc.json @@ -1,4 +1,5 @@ { + "collapseTableOfContents": false, "items": [ { "type": "item", @@ -29,6 +30,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 +42,7 @@ }, { "type": "divider", - "title": "Guides" + "title": "guides" }, { "type": "item", @@ -69,7 +75,7 @@ }, { "type": "item", - "title": "Extends", + "title": "Extending Rulesets", "uri": "/docs/guides/4b-extends.md" }, { @@ -92,7 +98,7 @@ "title": "JavaScript Ruleset Format", "uri": "/docs/guides/4f-js-rulesets.md" } - ] + ] }, { "type": "item", @@ -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", @@ -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" } ] -} \ No newline at end of file +} From f636ec47dca18fd3729773861c280bafdb3d267b Mon Sep 17 00:00:00 2001 From: Nauman Date: Mon, 16 Sep 2024 14:36:46 +0500 Subject: [PATCH 2/2] chore(docs): remove collapsing --- toc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/toc.json b/toc.json index dfd177fa0..75cae5c8b 100644 --- a/toc.json +++ b/toc.json @@ -1,5 +1,4 @@ { - "collapseTableOfContents": false, "items": [ { "type": "item",