Skip to content

Commit 1f6af7a

Browse files
committed
chore: update banner
Signed-off-by: Mark Phelps <[email protected]>
1 parent 9cb6627 commit 1f6af7a

File tree

1 file changed

+27
-9
lines changed

1 file changed

+27
-9
lines changed

docs.json

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
"groups": [
3030
{
3131
"group": "Overview",
32-
"pages": ["introduction", "concepts"]
32+
"pages": [
33+
"introduction",
34+
"concepts"
35+
]
3336
},
3437
{
3538
"group": "Use Cases",
@@ -174,7 +177,9 @@
174177
},
175178
{
176179
"group": "Authorization",
177-
"pages": ["authorization/overview"]
180+
"pages": [
181+
"authorization/overview"
182+
]
178183
},
179184
{
180185
"group": "Operations",
@@ -201,7 +206,9 @@
201206
"groups": [
202207
{
203208
"group": "Overview",
204-
"pages": ["reference/overview"]
209+
"pages": [
210+
"reference/overview"
211+
]
205212
},
206213
{
207214
"group": "Authentication",
@@ -312,7 +319,9 @@
312319
{
313320
"anchor": "Changelog",
314321
"icon": "clock",
315-
"pages": ["changelog/overview"]
322+
"pages": [
323+
"changelog/overview"
324+
]
316325
},
317326
{
318327
"anchor": "AI Context",
@@ -361,7 +370,10 @@
361370
"group": "Pro Features",
362371
"tag": "NEW",
363372
"icon": "crown",
364-
"pages": ["/v2/pro", "/v2/licensing"]
373+
"pages": [
374+
"/v2/pro",
375+
"/v2/licensing"
376+
]
365377
},
366378
{
367379
"group": "Configuration",
@@ -387,7 +399,9 @@
387399
"v2/integration/overview",
388400
{
389401
"group": "Server-Side SDKs",
390-
"pages": ["v2/integration/server/rest"]
402+
"pages": [
403+
"v2/integration/server/rest"
404+
]
391405
},
392406
"v2/integration/client",
393407
"v2/integration/openfeature"
@@ -461,15 +475,19 @@
461475
},
462476
{
463477
"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+
]
465481
}
466482
]
467483
},
468484
{
469485
"group": "Tooling",
470486
"icon": "hammer",
471487
"tag": "NEW",
472-
"pages": ["v2/tooling/github-actions"]
488+
"pages": [
489+
"v2/tooling/github-actions"
490+
]
473491
}
474492
]
475493
},
@@ -504,7 +522,7 @@
504522
"dark": "/logo/dark-logo.svg"
505523
},
506524
"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.",
508526
"dismissible": true
509527
},
510528
"api": {

0 commit comments

Comments
 (0)