Skip to content

Commit 1cd6188

Browse files
committed
Add premium state to relevant docs in manifest
Extend the manifest.json file to include an indicator for features that are available to enterprise or premium users. This change aims to clearly differentiate documentation sections that require premium access, thus improving user navigation and understanding of feature availability.
1 parent c867423 commit 1cd6188

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

docs/manifest.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@
235235
},
236236
{
237237
"title": "Groups \u0026 Roles",
238-
"path": "./admin/users/groups-roles.md"
238+
"path": "./admin/users/groups-roles.md",
239+
"state": ["enterprise", "premium"]
239240
},
240241
{
241242
"title": "Organizations",
@@ -365,7 +366,8 @@
365366
"title": "Provisioners",
366367
"description": "Learn how to run external provisioners with Coder",
367368
"path": "./admin/provisioners.md",
368-
"icon_path": "./images/icons/key.svg"
369+
"icon_path": "./images/icons/key.svg",
370+
"state": ["enterprise", "premium"]
369371
},
370372
{
371373
"title": "External Auth",
@@ -448,12 +450,14 @@
448450
{
449451
"title": "Workspace Proxies",
450452
"description": "Run geo distributed workspace proxies",
451-
"path": "./admin/networking/workspace-proxies.md"
453+
"path": "./admin/networking/workspace-proxies.md",
454+
"state": ["enterprise", "premium"]
452455
},
453456
{
454457
"title": "High Availability",
455458
"description": "Learn how to configure Coder for High Availability",
456-
"path": "./admin/high-availability.md"
459+
"path": "./admin/networking/high-availability.md",
460+
"state": ["enterprise", "premium"]
457461
},
458462
{
459463
"title": "Troubleshooting",
@@ -513,7 +517,8 @@
513517
{
514518
"title": "Audit Logs",
515519
"description": "Audit actions taken inside Coder",
516-
"path": "./admin/security/audit-logs.md"
520+
"path": "./admin/security/audit-logs.md",
521+
"state": ["enterprise", "premium"]
517522
},
518523
{
519524
"title": "Secrets",
@@ -523,7 +528,8 @@
523528
{
524529
"title": "Database Encryption",
525530
"description": "Encrypt the database to prevent unauthorized access",
526-
"path": "./admin/security/database-encryption.md"
531+
"path": "./admin/security/database-encryption.md",
532+
"state": ["enterprise", "premium"]
527533
}
528534
]
529535
}

0 commit comments

Comments
 (0)