Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(repo): update toc for arazzo #2690

Merged
merged 2 commits into from
Sep 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 18 additions & 13 deletions toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,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 +74,7 @@
},
{
"type": "item",
"title": "Extends",
"title": "Extending Rulesets",
"uri": "/docs/guides/4b-extends.md"
},
{
Expand All @@ -92,7 +97,7 @@
"title": "JavaScript Ruleset Format",
"uri": "/docs/guides/4f-js-rulesets.md"
}
]
]
},
{
"type": "item",
Expand All @@ -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",
Expand All @@ -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"
}
]
}
}