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