Skip to content

Commit 6610084

Browse files
committed
Update manifest to improve readability and rename icon
1 parent ee69767 commit 6610084

File tree

2 files changed

+48
-13
lines changed

2 files changed

+48
-13
lines changed
File renamed without changes.

docs/manifest.json

Lines changed: 48 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"versions": ["main"],
2+
"versions": [
3+
"main"
4+
],
35
"routes": [
46
{
57
"title": "About",
@@ -282,7 +284,10 @@
282284
"title": "Process Logging",
283285
"description": "Audit commands in workspaces with exectrace",
284286
"path": "./templates/process-logging.md",
285-
"state": ["enterprise", "premium"]
287+
"state": [
288+
"enterprise",
289+
"premium"
290+
]
286291
},
287292
{
288293
"title": "Icons",
@@ -393,21 +398,30 @@
393398
"description": "Learn how to manage user groups",
394399
"path": "./admin/groups.md",
395400
"icon_path": "./images/icons/group.svg",
396-
"state": ["enterprise", "premium"]
401+
"state": [
402+
"enterprise",
403+
"premium"
404+
]
397405
},
398406
{
399407
"title": "Organizations",
400408
"description": "Learn how to manage organizations",
401409
"path": "./admin/organizations.md",
402410
"icon_path": "./images/icons/orgs.svg",
403-
"state": ["enterprise", "premium"]
411+
"state": [
412+
"enterprise",
413+
"premium"
414+
]
404415
},
405416
{
406417
"title": "Template RBAC",
407418
"description": "Learn how to use the role based access control against templates",
408419
"path": "./admin/rbac.md",
409420
"icon_path": "./images/icons/rbac.svg",
410-
"state": ["enterprise", "beta"]
421+
"state": [
422+
"enterprise",
423+
"beta"
424+
]
411425
},
412426
{
413427
"title": "Configuration",
@@ -450,14 +464,20 @@
450464
"description": "Run provisioners isolated from the Coder server",
451465
"path": "./admin/provisioners.md",
452466
"icon_path": "./images/icons/queue.svg",
453-
"state": ["enterprise", "premium"]
467+
"state": [
468+
"enterprise",
469+
"premium"
470+
]
454471
},
455472
{
456473
"title": "Workspace Proxies",
457474
"description": "Run geo distributed workspace proxies",
458475
"path": "./admin/workspace-proxies.md",
459476
"icon_path": "./images/icons/networking.svg",
460-
"state": ["enterprise", "premium"]
477+
"state": [
478+
"enterprise",
479+
"premium"
480+
]
461481
},
462482
{
463483
"title": "Application Logs",
@@ -470,21 +490,30 @@
470490
"description": "Learn how to use Audit Logs in your Coder deployment",
471491
"path": "./admin/audit-logs.md",
472492
"icon_path": "./images/icons/radar.svg",
473-
"state": ["enterprise", "premium"]
493+
"state": [
494+
"enterprise",
495+
"premium"
496+
]
474497
},
475498
{
476499
"title": "Quotas",
477500
"description": "Learn how to use Workspace Quotas in Coder",
478501
"path": "./admin/quotas.md",
479502
"icon_path": "./images/icons/dollar.svg",
480-
"state": ["enterprise", "premium"]
503+
"state": [
504+
"enterprise",
505+
"premium"
506+
]
481507
},
482508
{
483509
"title": "High Availability",
484510
"description": "Learn how to configure Coder for High Availability",
485511
"path": "./admin/high-availability.md",
486512
"icon_path": "./images/icons/hydra.svg",
487-
"state": ["enterprise", "premium"]
513+
"state": [
514+
"enterprise",
515+
"premium"
516+
]
488517
},
489518
{
490519
"title": "Prometheus",
@@ -497,7 +526,10 @@
497526
"description": "Learn how to configure the appearance of Coder",
498527
"path": "./admin/appearance.md",
499528
"icon_path": "./images/icons/info.svg",
500-
"state": ["enterprise", "premium"]
529+
"state": [
530+
"enterprise",
531+
"premium"
532+
]
501533
},
502534
{
503535
"title": "Telemetry",
@@ -510,7 +542,10 @@
510542
"description": "Learn how to encrypt sensitive data at rest in Coder",
511543
"path": "./admin/encryption.md",
512544
"icon_path": "./images/icons/lock.svg",
513-
"state": ["enterprise", "premium"]
545+
"state": [
546+
"enterprise",
547+
"premium"
548+
]
514549
},
515550
{
516551
"title": "Deployment Health",
@@ -544,7 +579,7 @@
544579
"title": "Licensing",
545580
"description": "Learn how to enable Premium features",
546581
"path": "./licensing.md",
547-
"icon_path": "./images/icons/enterprise.svg"
582+
"icon_path": "./images/icons/licensing.svg"
548583
},
549584
{
550585
"title": "Contributing",

0 commit comments

Comments
 (0)