forked from stoplightio/spectral
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoc.json
130 lines (130 loc) · 2.82 KB
/
toc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"items": [
{
"type": "item",
"title": "Overview",
"uri": "/README.md"
},
{
"type": "divider",
"title": "Getting Started"
},
{
"type": "item",
"title": "Concepts",
"uri": "/docs/getting-started/1-concepts.md"
},
{
"type": "item",
"title": "Installation",
"uri": "/docs/getting-started/2-installation.md"
},
{
"type": "item",
"title": "Rulesets",
"uri": "/docs/getting-started/3-rulesets.md"
},
{
"type": "item",
"title": "OpenAPI Support",
"uri": "/docs/getting-started/4-openapi.md"
},
{
"type": "item",
"title": "AsyncAPI Support",
"uri": "/docs/getting-started/5-asyncapi.md"
},
{
"type": "divider",
"title": "Guides"
},
{
"type": "item",
"title": "Workflows",
"uri": "/docs/guides/1-workflows.md"
},
{
"type": "item",
"title": "Spectral CLI",
"uri": "/docs/guides/2-cli.md"
},
{
"type": "item",
"title": "Spectral in JavaScript",
"uri": "/docs/guides/3-javascript.md"
},
{
"type": "item",
"title": "Custom Rulesets",
"uri": "/docs/guides/4-custom-rulesets.md"
},
{
"type": "item",
"title": "Custom Functions",
"uri": "/docs/guides/5-custom-functions.md"
},
{
"type": "item",
"title": "Sharing & Distributing Rulesets",
"uri": "/docs/guides/7-sharing-rulesets.md"
},
{
"type": "item",
"title": "Continuous Integration",
"uri": "/docs/guides/8-continuous-integration.md"
},
{
"type": "item",
"title": "Tips & Tricks",
"uri": "/docs/guides/8-tips-and-tricks.md"
},
{
"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",
"uri": "/docs/migration-guides/5.0.md"
},
{
"type": "item",
"title": "Spectral v5 to \"v6\" Migration Guide",
"uri": "/docs/migration-guides/6.0.md"
},
{
"type": "divider",
"title": "Reference"
},
{
"type": "item",
"title": "OpenAPI Rules",
"uri": "/docs/reference/openapi-rules.md"
},
{
"type": "item",
"title": "AsyncAPI Rules",
"uri": "/docs/reference/asyncapi-rules.md"
},
{
"type": "item",
"title": "Core Functions",
"uri": "/docs/reference/functions.md"
},
{
"type": "item",
"title": "Error Handling",
"uri": "/docs/reference/error-handling.md"
},
{
"type": "item",
"title": "YAML support",
"uri": "/docs/reference/yaml.md"
}
]
}