|
1 | 1 | {
|
2 |
| - "versions": ["main"], |
| 2 | + "versions": [ |
| 3 | + "main" |
| 4 | + ], |
3 | 5 | "routes": [
|
4 | 6 | {
|
5 | 7 | "title": "About",
|
|
282 | 284 | "title": "Process Logging",
|
283 | 285 | "description": "Audit commands in workspaces with exectrace",
|
284 | 286 | "path": "./templates/process-logging.md",
|
285 |
| - "state": ["enterprise", "premium"] |
| 287 | + "state": [ |
| 288 | + "enterprise", |
| 289 | + "premium" |
| 290 | + ] |
286 | 291 | },
|
287 | 292 | {
|
288 | 293 | "title": "Icons",
|
|
393 | 398 | "description": "Learn how to manage user groups",
|
394 | 399 | "path": "./admin/groups.md",
|
395 | 400 | "icon_path": "./images/icons/group.svg",
|
396 |
| - "state": ["enterprise", "premium"] |
| 401 | + "state": [ |
| 402 | + "enterprise", |
| 403 | + "premium" |
| 404 | + ] |
397 | 405 | },
|
398 | 406 | {
|
399 | 407 | "title": "Organizations",
|
400 | 408 | "description": "Learn how to manage organizations",
|
401 | 409 | "path": "./admin/organizations.md",
|
402 | 410 | "icon_path": "./images/icons/orgs.svg",
|
403 |
| - "state": ["enterprise", "premium"] |
| 411 | + "state": [ |
| 412 | + "enterprise", |
| 413 | + "premium" |
| 414 | + ] |
404 | 415 | },
|
405 | 416 | {
|
406 | 417 | "title": "Template RBAC",
|
407 | 418 | "description": "Learn how to use the role based access control against templates",
|
408 | 419 | "path": "./admin/rbac.md",
|
409 | 420 | "icon_path": "./images/icons/rbac.svg",
|
410 |
| - "state": ["enterprise", "beta"] |
| 421 | + "state": [ |
| 422 | + "enterprise", |
| 423 | + "beta" |
| 424 | + ] |
411 | 425 | },
|
412 | 426 | {
|
413 | 427 | "title": "Configuration",
|
|
450 | 464 | "description": "Run provisioners isolated from the Coder server",
|
451 | 465 | "path": "./admin/provisioners.md",
|
452 | 466 | "icon_path": "./images/icons/queue.svg",
|
453 |
| - "state": ["enterprise", "premium"] |
| 467 | + "state": [ |
| 468 | + "enterprise", |
| 469 | + "premium" |
| 470 | + ] |
454 | 471 | },
|
455 | 472 | {
|
456 | 473 | "title": "Workspace Proxies",
|
457 | 474 | "description": "Run geo distributed workspace proxies",
|
458 | 475 | "path": "./admin/workspace-proxies.md",
|
459 | 476 | "icon_path": "./images/icons/networking.svg",
|
460 |
| - "state": ["enterprise", "premium"] |
| 477 | + "state": [ |
| 478 | + "enterprise", |
| 479 | + "premium" |
| 480 | + ] |
461 | 481 | },
|
462 | 482 | {
|
463 | 483 | "title": "Application Logs",
|
|
470 | 490 | "description": "Learn how to use Audit Logs in your Coder deployment",
|
471 | 491 | "path": "./admin/audit-logs.md",
|
472 | 492 | "icon_path": "./images/icons/radar.svg",
|
473 |
| - "state": ["enterprise", "premium"] |
| 493 | + "state": [ |
| 494 | + "enterprise", |
| 495 | + "premium" |
| 496 | + ] |
474 | 497 | },
|
475 | 498 | {
|
476 | 499 | "title": "Quotas",
|
477 | 500 | "description": "Learn how to use Workspace Quotas in Coder",
|
478 | 501 | "path": "./admin/quotas.md",
|
479 | 502 | "icon_path": "./images/icons/dollar.svg",
|
480 |
| - "state": ["enterprise", "premium"] |
| 503 | + "state": [ |
| 504 | + "enterprise", |
| 505 | + "premium" |
| 506 | + ] |
481 | 507 | },
|
482 | 508 | {
|
483 | 509 | "title": "High Availability",
|
484 | 510 | "description": "Learn how to configure Coder for High Availability",
|
485 | 511 | "path": "./admin/high-availability.md",
|
486 | 512 | "icon_path": "./images/icons/hydra.svg",
|
487 |
| - "state": ["enterprise", "premium"] |
| 513 | + "state": [ |
| 514 | + "enterprise", |
| 515 | + "premium" |
| 516 | + ] |
488 | 517 | },
|
489 | 518 | {
|
490 | 519 | "title": "Prometheus",
|
|
497 | 526 | "description": "Learn how to configure the appearance of Coder",
|
498 | 527 | "path": "./admin/appearance.md",
|
499 | 528 | "icon_path": "./images/icons/info.svg",
|
500 |
| - "state": ["enterprise", "premium"] |
| 529 | + "state": [ |
| 530 | + "enterprise", |
| 531 | + "premium" |
| 532 | + ] |
501 | 533 | },
|
502 | 534 | {
|
503 | 535 | "title": "Telemetry",
|
|
510 | 542 | "description": "Learn how to encrypt sensitive data at rest in Coder",
|
511 | 543 | "path": "./admin/encryption.md",
|
512 | 544 | "icon_path": "./images/icons/lock.svg",
|
513 |
| - "state": ["enterprise", "premium"] |
| 545 | + "state": [ |
| 546 | + "enterprise", |
| 547 | + "premium" |
| 548 | + ] |
514 | 549 | },
|
515 | 550 | {
|
516 | 551 | "title": "Deployment Health",
|
|
544 | 579 | "title": "Licensing",
|
545 | 580 | "description": "Learn how to enable Premium features",
|
546 | 581 | "path": "./licensing.md",
|
547 |
| - "icon_path": "./images/icons/enterprise.svg" |
| 582 | + "icon_path": "./images/icons/licensing.svg" |
548 | 583 | },
|
549 | 584 | {
|
550 | 585 | "title": "Contributing",
|
|
0 commit comments