|
29 | 29 | "groups": [
|
30 | 30 | {
|
31 | 31 | "group": "Overview",
|
32 |
| - "pages": ["introduction", "concepts"] |
| 32 | + "pages": [ |
| 33 | + "introduction", |
| 34 | + "concepts" |
| 35 | + ] |
33 | 36 | },
|
34 | 37 | {
|
35 | 38 | "group": "Use Cases",
|
|
174 | 177 | },
|
175 | 178 | {
|
176 | 179 | "group": "Authorization",
|
177 |
| - "pages": ["authorization/overview"] |
| 180 | + "pages": [ |
| 181 | + "authorization/overview" |
| 182 | + ] |
178 | 183 | },
|
179 | 184 | {
|
180 | 185 | "group": "Operations",
|
|
201 | 206 | "groups": [
|
202 | 207 | {
|
203 | 208 | "group": "Overview",
|
204 |
| - "pages": ["reference/overview"] |
| 209 | + "pages": [ |
| 210 | + "reference/overview" |
| 211 | + ] |
205 | 212 | },
|
206 | 213 | {
|
207 | 214 | "group": "Authentication",
|
|
312 | 319 | {
|
313 | 320 | "anchor": "Changelog",
|
314 | 321 | "icon": "clock",
|
315 |
| - "pages": ["changelog/overview"] |
| 322 | + "pages": [ |
| 323 | + "changelog/overview" |
| 324 | + ] |
316 | 325 | },
|
317 | 326 | {
|
318 | 327 | "anchor": "AI Context",
|
|
361 | 370 | "group": "Pro Features",
|
362 | 371 | "tag": "NEW",
|
363 | 372 | "icon": "crown",
|
364 |
| - "pages": ["/v2/pro", "/v2/licensing"] |
| 373 | + "pages": [ |
| 374 | + "/v2/pro", |
| 375 | + "/v2/licensing" |
| 376 | + ] |
365 | 377 | },
|
366 | 378 | {
|
367 | 379 | "group": "Configuration",
|
|
387 | 399 | "v2/integration/overview",
|
388 | 400 | {
|
389 | 401 | "group": "Server-Side SDKs",
|
390 |
| - "pages": ["v2/integration/server/rest"] |
| 402 | + "pages": [ |
| 403 | + "v2/integration/server/rest" |
| 404 | + ] |
391 | 405 | },
|
392 | 406 | "v2/integration/client",
|
393 | 407 | "v2/integration/openfeature"
|
|
461 | 475 | },
|
462 | 476 | {
|
463 | 477 | "group": "Migration Guides",
|
464 |
| - "pages": ["v2/guides/migration/cloud/flipt-cloud-to-v2"] |
| 478 | + "pages": [ |
| 479 | + "v2/guides/migration/cloud/flipt-cloud-to-v2" |
| 480 | + ] |
465 | 481 | }
|
466 | 482 | ]
|
467 | 483 | },
|
468 | 484 | {
|
469 | 485 | "group": "Tooling",
|
470 | 486 | "icon": "hammer",
|
471 | 487 | "tag": "NEW",
|
472 |
| - "pages": ["v2/tooling/github-actions"] |
| 488 | + "pages": [ |
| 489 | + "v2/tooling/github-actions" |
| 490 | + ] |
473 | 491 | }
|
474 | 492 | ]
|
475 | 493 | },
|
|
504 | 522 | "dark": "/logo/dark-logo.svg"
|
505 | 523 | },
|
506 | 524 | "banner": {
|
507 |
| - "content": "🎉 **Flipt v2.0.0 is now available!** Experience the next generation of feature management with [Pro features](https://docs.flipt.io/v2/pro) and enhanced GitOps workflow.", |
| 525 | + "content": "🎉 **Flipt v2 is now available!** Experience the next generation of feature management with [Pro features](https://docs.flipt.io/v2/pro) and enhanced GitOps workflow.", |
508 | 526 | "dismissible": true
|
509 | 527 | },
|
510 | 528 | "api": {
|
|
0 commit comments