1[
2  {
3    "title": "API Introduction",
4    "path": "index"
5  },
6  {
7    "title": "API Features",
8    "routes": [
9      {
10        "title": "Consistency Modes",
11        "path": "features/consistency"
12      },
13      {
14        "title": "Blocking Queries",
15        "path": "features/blocking"
16      },
17      {
18        "title": "Filtering",
19        "path": "features/filtering"
20      },
21      {
22        "title": "Agent Caching",
23        "path": "features/caching"
24      }
25    ]
26  },
27  {
28    "divider": true
29  },
30  {
31    "title": "ACLs",
32    "routes": [
33      {
34        "title": "Overview",
35        "path": "acl"
36      },
37      {
38        "title": "Tokens",
39        "path": "acl/tokens"
40      },
41      {
42        "title": "Legacy Tokens",
43        "path": "acl/legacy"
44      },
45      {
46        "title": "Policies",
47        "path": "acl/policies"
48      },
49      {
50        "title": "Roles",
51        "path": "acl/roles"
52      },
53      {
54        "title": "Auth Methods",
55        "path": "acl/auth-methods"
56      },
57      {
58        "title": "Binding Rules",
59        "path": "acl/binding-rules"
60      }
61    ]
62  },
63  {
64    "title": "ACL (Legacy)",
65    "path": "acl-legacy",
66    "hidden": true
67  },
68  {
69    "title": "Agent",
70    "routes": [
71      {
72        "title": "Overview",
73        "path": "agent"
74      },
75      {
76        "title": "Checks",
77        "path": "agent/check"
78      },
79      {
80        "title": "Services",
81        "path": "agent/service"
82      },
83      {
84        "title": "Connect",
85        "path": "agent/connect"
86      }
87    ]
88  },
89  {
90    "title": "Catalog",
91    "path": "catalog"
92  },
93  {
94    "title": "Config",
95    "path": "config"
96  },
97  {
98    "title": "Connect",
99    "routes": [
100      {
101        "title": "Overview",
102        "path": "connect"
103      },
104      {
105        "title": "Certificate Authority (CA)",
106        "path": "connect/ca"
107      },
108      {
109        "title": "Intentions",
110        "path": "connect/intentions"
111      }
112    ]
113  },
114  {
115    "title": "Coordinates",
116    "path": "coordinate"
117  },
118  {
119    "title": "Discovery Chain",
120    "path": "discovery-chain"
121  },
122  {
123    "title": "Events",
124    "path": "event"
125  },
126  {
127    "title": "Health",
128    "path": "health"
129  },
130  {
131    "title": "KV Store",
132    "path": "kv"
133  },
134  {
135    "title": "Operator",
136    "routes": [
137      {
138        "title": "Overview",
139        "path": "operator"
140      },
141      {
142        "title": "Area",
143        "path": "operator/area"
144      },
145      {
146        "title": "Autopilot",
147        "path": "operator/autopilot"
148      },
149      {
150        "title": "Keyring",
151        "path": "operator/keyring"
152      },
153      {
154        "title": "License",
155        "path": "operator/license"
156      },
157      {
158        "title": "Raft",
159        "path": "operator/raft"
160      },
161      {
162        "title": "Segment",
163        "path": "operator/segment"
164      }
165    ]
166  },
167  {
168    "title": "Namespaces",
169    "path": "namespaces"
170  },
171  {
172    "title": "Prepared Queries",
173    "path": "query"
174  },
175  {
176    "title": "Sessions",
177    "path": "session"
178  },
179  {
180    "title": "Snapshots",
181    "path": "snapshot"
182  },
183  {
184    "title": "Status",
185    "path": "status"
186  },
187  {
188    "title": "Transactions",
189    "path": "txn"
190  },
191  {
192    "divider": true
193  },
194  {
195    "title": "Libraries & SDKs",
196    "path": "libraries-and-sdks"
197  }
198]
199