Skip to content

Commit bb138dd

Browse files
committed
add descriptions to manifest
1 parent 9827c97 commit bb138dd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/manifest.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,14 +290,17 @@
290290
"children": [
291291
{
292292
"title": "Up to 1,000 Users",
293+
"description": "Hardware specifications and architecture guidance for Coder deployments that support up to 1,000 users",
293294
"path": "./admin/infrastructure/validated-architectures/1k-users.md"
294295
},
295296
{
296297
"title": "Up to 2,000 Users",
298+
"description": "Hardware specifications and architecture guidance for Coder deployments that support up to 2,000 users",
297299
"path": "./admin/infrastructure/validated-architectures/2k-users.md"
298300
},
299301
{
300302
"title": "Up to 3,000 Users",
303+
"description": "Enterprise-scale architecture recommendations for Coder deployments that support up to 3,000 users",
301304
"path": "./admin/infrastructure/validated-architectures/3k-users.md"
302305
}
303306
]
@@ -327,42 +330,51 @@
327330
"children": [
328331
{
329332
"title": "OIDC Authentication",
333+
"description": "Configure OpenID Connect authentication with identity providers like Okta or Active Directory",
330334
"path": "./admin/users/oidc-auth.md"
331335
},
332336
{
333337
"title": "GitHub Authentication",
338+
"description": "Set up authentication through GitHub OAuth to enable secure user login and sign-up",
334339
"path": "./admin/users/github-auth.md"
335340
},
336341
{
337342
"title": "Password Authentication",
343+
"description": "Manage username/password authentication settings and user password reset workflows",
338344
"path": "./admin/users/password-auth.md"
339345
},
340346
{
341347
"title": "Headless Authentication",
348+
"description": "Create and manage non-interactive user accounts for automated systems and API integrations",
342349
"path": "./admin/users/headless-auth.md"
343350
},
344351
{
345352
"title": "Groups \u0026 Roles",
353+
"description": "Manage access control with user groups and role-based permissions for Coder resources",
346354
"path": "./admin/users/groups-roles.md",
347355
"state": ["premium"]
348356
},
349357
{
350358
"title": "IdP Sync",
359+
"description": "Synchronize user groups, roles, and organizations from your identity provider to Coder",
351360
"path": "./admin/users/idp-sync.md",
352361
"state": ["premium"]
353362
},
354363
{
355364
"title": "Organizations",
365+
"description": "Segment and isolate resources by creating separate organizations for different teams or projects",
356366
"path": "./admin/users/organizations.md",
357367
"state": ["premium"]
358368
},
359369
{
360370
"title": "Quotas",
371+
"description": "Control resource usage by implementing workspace budgets and credit-based cost management",
361372
"path": "./admin/users/quotas.md",
362373
"state": ["premium"]
363374
},
364375
{
365376
"title": "Sessions \u0026 API Tokens",
377+
"description": "Manage authentication tokens for API access and configure session duration policies",
366378
"path": "./admin/users/sessions-tokens.md"
367379
}
368380
]

0 commit comments

Comments
 (0)