Skip to content

Commit 02b750a

Browse files
committed
fmt
1 parent ac9c116 commit 02b750a

File tree

1 file changed

+24
-84
lines changed

1 file changed

+24
-84
lines changed

docs/manifest.json

Lines changed: 24 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"versions": [
3-
"main"
4-
],
2+
"versions": ["main"],
53
"routes": [
64
{
75
"title": "About",
@@ -188,9 +186,7 @@
188186
"description": "Use Coder Desktop to access your workspace like it's a local machine",
189187
"path": "./user-guides/desktop/index.md",
190188
"icon_path": "./images/icons/computer-code.svg",
191-
"state": [
192-
"early access"
193-
]
189+
"state": ["early access"]
194190
},
195191
{
196192
"title": "Workspace Management",
@@ -240,10 +236,7 @@
240236
"title": "Appearance",
241237
"description": "Learn how to configure the appearance of Coder",
242238
"path": "./admin/setup/appearance.md",
243-
"state": [
244-
"enterprise",
245-
"premium"
246-
]
239+
"state": ["enterprise", "premium"]
247240
},
248241
{
249242
"title": "Telemetry",
@@ -324,33 +317,22 @@
324317
{
325318
"title": "Groups \u0026 Roles",
326319
"path": "./admin/users/groups-roles.md",
327-
"state": [
328-
"enterprise",
329-
"premium"
330-
]
320+
"state": ["enterprise", "premium"]
331321
},
332322
{
333323
"title": "IdP Sync",
334324
"path": "./admin/users/idp-sync.md",
335-
"state": [
336-
"enterprise",
337-
"premium"
338-
]
325+
"state": ["enterprise", "premium"]
339326
},
340327
{
341328
"title": "Organizations",
342329
"path": "./admin/users/organizations.md",
343-
"state": [
344-
"premium"
345-
]
330+
"state": ["premium"]
346331
},
347332
{
348333
"title": "Quotas",
349334
"path": "./admin/users/quotas.md",
350-
"state": [
351-
"enterprise",
352-
"premium"
353-
]
335+
"state": ["enterprise", "premium"]
354336
},
355337
{
356338
"title": "Sessions \u0026 API Tokens",
@@ -492,10 +474,7 @@
492474
"title": "Process Logging",
493475
"description": "Log workspace processes",
494476
"path": "./admin/templates/extending-templates/process-logging.md",
495-
"state": [
496-
"enterprise",
497-
"premium"
498-
]
477+
"state": ["enterprise", "premium"]
499478
}
500479
]
501480
},
@@ -508,10 +487,7 @@
508487
"title": "Permissions \u0026 Policies",
509488
"description": "Learn how to create templates with Terraform",
510489
"path": "./admin/templates/template-permissions.md",
511-
"state": [
512-
"enterprise",
513-
"premium"
514-
]
490+
"state": ["enterprise", "premium"]
515491
},
516492
{
517493
"title": "Troubleshooting Templates",
@@ -525,19 +501,13 @@
525501
"description": "Learn how to run external provisioners with Coder",
526502
"path": "./admin/provisioners/index.md",
527503
"icon_path": "./images/icons/key.svg",
528-
"state": [
529-
"enterprise",
530-
"premium"
531-
],
504+
"state": ["enterprise", "premium"],
532505
"children": [
533506
{
534507
"title": "Manage Provisioner Jobs",
535508
"description": "Learn how to run external provisioners with Coder",
536509
"path": "./admin/provisioners/manage-provisioner-jobs.md",
537-
"state": [
538-
"enterprise",
539-
"premium"
540-
]
510+
"state": ["enterprise", "premium"]
541511
}
542512
]
543513
},
@@ -615,19 +585,13 @@
615585
"title": "Workspace Proxies",
616586
"description": "Run geo distributed workspace proxies",
617587
"path": "./admin/networking/workspace-proxies.md",
618-
"state": [
619-
"enterprise",
620-
"premium"
621-
]
588+
"state": ["enterprise", "premium"]
622589
},
623590
{
624591
"title": "High Availability",
625592
"description": "Learn how to configure Coder for High Availability",
626593
"path": "./admin/networking/high-availability.md",
627-
"state": [
628-
"enterprise",
629-
"premium"
630-
]
594+
"state": ["enterprise", "premium"]
631595
},
632596
{
633597
"title": "Troubleshooting",
@@ -686,10 +650,7 @@
686650
"title": "Audit Logs",
687651
"description": "Audit actions taken inside Coder",
688652
"path": "./admin/security/audit-logs.md",
689-
"state": [
690-
"enterprise",
691-
"premium"
692-
]
653+
"state": ["enterprise", "premium"]
693654
},
694655
{
695656
"title": "Secrets",
@@ -700,10 +661,7 @@
700661
"title": "Database Encryption",
701662
"description": "Encrypt the database to prevent unauthorized access",
702663
"path": "./admin/security/database-encryption.md",
703-
"state": [
704-
"enterprise",
705-
"premium"
706-
]
664+
"state": ["enterprise", "premium"]
707665
}
708666
]
709667
},
@@ -762,9 +720,7 @@
762720
"title": "Run AI Coding Agents with Coder",
763721
"description": "Learn how to run and secure agents in Coder",
764722
"path": "./tutorials/ai-agents/README.md",
765-
"state": [
766-
"early access"
767-
],
723+
"state": ["early access"],
768724
"children": [
769725
{
770726
"title": "Learn about coding agents",
@@ -775,65 +731,49 @@
775731
"title": "Create a Coder template for agents",
776732
"description": "Create a purpose-built template for your AI agents",
777733
"path": "./tutorials/ai-agents/create-template.md",
778-
"state": [
779-
"early access"
780-
]
734+
"state": ["early access"]
781735
},
782736
{
783737
"title": "Integrate with your issue tracker",
784738
"description": "Assign tickets to AI agents and interact via code reviews",
785739
"path": "./tutorials/ai-agents/issue-tracker.md",
786-
"state": [
787-
"early access"
788-
]
740+
"state": ["early access"]
789741
},
790742
{
791743
"title": "Best practices \u0026 adding tools via MCP",
792744
"description": "Improve results by adding tools to your agents",
793745
"path": "./tutorials/ai-agents/best-practices.md",
794-
"state": [
795-
"early access"
796-
]
746+
"state": ["early access"]
797747
},
798748
{
799749
"title": "Supervise agents via Coder UI",
800750
"description": "Interact with agents via the Coder UI",
801751
"path": "./tutorials/ai-agents/coder-dashboard.md",
802-
"state": [
803-
"early access"
804-
]
752+
"state": ["early access"]
805753
},
806754
{
807755
"title": "Supervise agents via the IDE",
808756
"description": "Interact with agents via VS Code or Cursor",
809757
"path": "./tutorials/ai-agents/ide-integration.md",
810-
"state": [
811-
"early access"
812-
]
758+
"state": ["early access"]
813759
},
814760
{
815761
"title": "Programmatically manage agents",
816762
"description": "Manage agents via MCP, the Coder CLI, and/or REST API",
817763
"path": "./tutorials/ai-agents/headless.md",
818-
"state": [
819-
"early access"
820-
]
764+
"state": ["early access"]
821765
},
822766
{
823767
"title": "Securing agents in Coder",
824768
"description": "Learn how to secure agents with boundaries",
825769
"path": "./tutorials/ai-agents/securing.md",
826-
"state": [
827-
"early access"
828-
]
770+
"state": ["early access"]
829771
},
830772
{
831773
"title": "Custom agents",
832774
"description": "Learn how to use custom agents with Coder",
833775
"path": "./tutorials/ai-agents/custom-agents.md",
834-
"state": [
835-
"early access"
836-
]
776+
"state": ["early access"]
837777
}
838778
]
839779
},

0 commit comments

Comments
 (0)