Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c0be21a

Browse files
committed
make lint/fmt/gen
1 parent 03a1da6 commit c0be21a

File tree

1 file changed

+16
-60
lines changed

1 file changed

+16
-60
lines changed

docs/manifest.json

Lines changed: 16 additions & 60 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",
@@ -202,10 +200,7 @@
202200
"title": "Appearance",
203201
"description": "Learn how to configure the appearance of Coder",
204202
"path": "./admin/setup/appearance.md",
205-
"state": [
206-
"enterprise",
207-
"premium"
208-
]
203+
"state": ["enterprise", "premium"]
209204
},
210205
{
211206
"title": "Telemetry",
@@ -286,34 +281,22 @@
286281
{
287282
"title": "Groups \u0026 Roles",
288283
"path": "./admin/users/groups-roles.md",
289-
"state": [
290-
"enterprise",
291-
"premium"
292-
]
284+
"state": ["enterprise", "premium"]
293285
},
294286
{
295287
"title": "IdP Sync",
296288
"path": "./admin/users/idp-sync.md",
297-
"state": [
298-
"enterprise",
299-
"premium"
300-
]
289+
"state": ["enterprise", "premium"]
301290
},
302291
{
303292
"title": "Organizations",
304293
"path": "./admin/users/organizations.md",
305-
"state": [
306-
"premium",
307-
"beta"
308-
]
294+
"state": ["premium", "beta"]
309295
},
310296
{
311297
"title": "Quotas",
312298
"path": "./admin/users/quotas.md",
313-
"state": [
314-
"enterprise",
315-
"premium"
316-
]
299+
"state": ["enterprise", "premium"]
317300
},
318301
{
319302
"title": "Sessions \u0026 API Tokens",
@@ -450,10 +433,7 @@
450433
"title": "Process Logging",
451434
"description": "Log workspace processes",
452435
"path": "./admin/templates/extending-templates/process-logging.md",
453-
"state": [
454-
"enterprise",
455-
"premium"
456-
]
436+
"state": ["enterprise", "premium"]
457437
}
458438
]
459439
},
@@ -466,10 +446,7 @@
466446
"title": "Permissions \u0026 Policies",
467447
"description": "Learn how to create templates with Terraform",
468448
"path": "./admin/templates/template-permissions.md",
469-
"state": [
470-
"enterprise",
471-
"premium"
472-
]
449+
"state": ["enterprise", "premium"]
473450
},
474451
{
475452
"title": "Troubleshooting Templates",
@@ -483,10 +460,7 @@
483460
"description": "Learn how to run external provisioners with Coder",
484461
"path": "./admin/provisioners.md",
485462
"icon_path": "./images/icons/key.svg",
486-
"state": [
487-
"enterprise",
488-
"premium"
489-
]
463+
"state": ["enterprise", "premium"]
490464
},
491465
{
492466
"title": "External Auth",
@@ -562,19 +536,13 @@
562536
"title": "Workspace Proxies",
563537
"description": "Run geo distributed workspace proxies",
564538
"path": "./admin/networking/workspace-proxies.md",
565-
"state": [
566-
"enterprise",
567-
"premium"
568-
]
539+
"state": ["enterprise", "premium"]
569540
},
570541
{
571542
"title": "High Availability",
572543
"description": "Learn how to configure Coder for High Availability",
573544
"path": "./admin/networking/high-availability.md",
574-
"state": [
575-
"enterprise",
576-
"premium"
577-
]
545+
"state": ["enterprise", "premium"]
578546
},
579547
{
580548
"title": "Troubleshooting",
@@ -608,25 +576,19 @@
608576
"title": "Notifications",
609577
"description": "Configure notifications for your deployment",
610578
"path": "./admin/monitoring/notifications/index.md",
611-
"state": [
612-
"beta"
613-
],
579+
"state": ["beta"],
614580
"children": [
615581
{
616582
"title": "Slack Notifications",
617583
"description": "Learn how to setup Slack notifications",
618584
"path": "./admin/monitoring/notifications/slack.md",
619-
"state": [
620-
"beta"
621-
]
585+
"state": ["beta"]
622586
},
623587
{
624588
"title": "Microsoft Teams Notifications",
625589
"description": "Learn how to setup Microsoft Teams notifications",
626590
"path": "./admin/monitoring/notifications/teams.md",
627-
"state": [
628-
"beta"
629-
]
591+
"state": ["beta"]
630592
}
631593
]
632594
}
@@ -642,10 +604,7 @@
642604
"title": "Audit Logs",
643605
"description": "Audit actions taken inside Coder",
644606
"path": "./admin/security/audit-logs.md",
645-
"state": [
646-
"enterprise",
647-
"premium"
648-
]
607+
"state": ["enterprise", "premium"]
649608
},
650609
{
651610
"title": "Secrets",
@@ -656,10 +615,7 @@
656615
"title": "Database Encryption",
657616
"description": "Encrypt the database to prevent unauthorized access",
658617
"path": "./admin/security/database-encryption.md",
659-
"state": [
660-
"enterprise",
661-
"premium"
662-
]
618+
"state": ["enterprise", "premium"]
663619
}
664620
]
665621
},

0 commit comments

Comments
 (0)