Skip to content

Commit 62a3318

Browse files
committed
fmt
1 parent 99b993d commit 62a3318

File tree

1 file changed

+14
-52
lines changed

1 file changed

+14
-52
lines changed

docs/manifest.json

Lines changed: 14 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"versions": [
3-
"main"
4-
],
2+
"versions": ["main"],
53
"routes": [
64
{
75
"title": "About",
@@ -284,10 +282,7 @@
284282
"title": "Process Logging",
285283
"description": "Audit commands in workspaces with exectrace",
286284
"path": "./templates/process-logging.md",
287-
"state": [
288-
"enterprise",
289-
"premium"
290-
]
285+
"state": ["enterprise", "premium"]
291286
},
292287
{
293288
"title": "Icons",
@@ -398,29 +393,21 @@
398393
"description": "Learn how to manage user groups",
399394
"path": "./admin/groups.md",
400395
"icon_path": "./images/icons/group.svg",
401-
"state": [
402-
"enterprise",
403-
"premium"
404-
]
396+
"state": ["enterprise", "premium"]
405397
},
406398
{
407399
"title": "Organizations",
408400
"description": "Learn how to manage organizations",
409401
"path": "./admin/organizations.md",
410402
"icon_path": "./images/icons/orgs.svg",
411-
"state": [
412-
"premium"
413-
]
403+
"state": ["premium"]
414404
},
415405
{
416406
"title": "Template RBAC",
417407
"description": "Learn how to use the role based access control against templates",
418408
"path": "./admin/rbac.md",
419409
"icon_path": "./images/icons/rbac.svg",
420-
"state": [
421-
"enterprise",
422-
"beta"
423-
]
410+
"state": ["enterprise", "beta"]
424411
},
425412
{
426413
"title": "Configuration",
@@ -463,20 +450,14 @@
463450
"description": "Run provisioners isolated from the Coder server",
464451
"path": "./admin/provisioners.md",
465452
"icon_path": "./images/icons/queue.svg",
466-
"state": [
467-
"enterprise",
468-
"premium"
469-
]
453+
"state": ["enterprise", "premium"]
470454
},
471455
{
472456
"title": "Workspace Proxies",
473457
"description": "Run geo distributed workspace proxies",
474458
"path": "./admin/workspace-proxies.md",
475459
"icon_path": "./images/icons/networking.svg",
476-
"state": [
477-
"enterprise",
478-
"premium"
479-
]
460+
"state": ["enterprise", "premium"]
480461
},
481462
{
482463
"title": "Application Logs",
@@ -489,30 +470,21 @@
489470
"description": "Learn how to use Audit Logs in your Coder deployment",
490471
"path": "./admin/audit-logs.md",
491472
"icon_path": "./images/icons/radar.svg",
492-
"state": [
493-
"enterprise",
494-
"premium"
495-
]
473+
"state": ["enterprise", "premium"]
496474
},
497475
{
498476
"title": "Quotas",
499477
"description": "Learn how to use Workspace Quotas in Coder",
500478
"path": "./admin/quotas.md",
501479
"icon_path": "./images/icons/dollar.svg",
502-
"state": [
503-
"enterprise",
504-
"premium"
505-
]
480+
"state": ["enterprise", "premium"]
506481
},
507482
{
508483
"title": "High Availability",
509484
"description": "Learn how to configure Coder for High Availability",
510485
"path": "./admin/high-availability.md",
511486
"icon_path": "./images/icons/hydra.svg",
512-
"state": [
513-
"enterprise",
514-
"premium"
515-
]
487+
"state": ["enterprise", "premium"]
516488
},
517489
{
518490
"title": "Prometheus",
@@ -525,10 +497,7 @@
525497
"description": "Learn how to configure the appearance of Coder",
526498
"path": "./admin/appearance.md",
527499
"icon_path": "./images/icons/info.svg",
528-
"state": [
529-
"enterprise",
530-
"premium"
531-
]
500+
"state": ["enterprise", "premium"]
532501
},
533502
{
534503
"title": "Telemetry",
@@ -541,10 +510,7 @@
541510
"description": "Learn how to encrypt sensitive data at rest in Coder",
542511
"path": "./admin/encryption.md",
543512
"icon_path": "./images/icons/lock.svg",
544-
"state": [
545-
"enterprise",
546-
"premium"
547-
]
513+
"state": ["enterprise", "premium"]
548514
},
549515
{
550516
"title": "Deployment Health",
@@ -562,17 +528,13 @@
562528
"title": "Slack Notifications",
563529
"description": "Learn how to setup Slack notifications",
564530
"path": "./admin/notifications/slack.md",
565-
"state": [
566-
"beta"
567-
]
531+
"state": ["beta"]
568532
},
569533
{
570534
"title": "Microsoft Teams Notifications",
571535
"description": "Learn how to setup Microsoft Teams notifications",
572536
"path": "./admin/notifications/teams.md",
573-
"state": [
574-
"beta"
575-
]
537+
"state": ["beta"]
576538
}
577539
]
578540
}

0 commit comments

Comments
 (0)