Skip to content

Commit f825b77

Browse files
committed
Remove deprecated docs and adjust manifest formatting
This commit eliminates outdated documentation files and updates the JSON formatting in the docs manifest for improved readability and consistency.
1 parent ee19eac commit f825b77

File tree

3 files changed

+60
-138
lines changed

3 files changed

+60
-138
lines changed

docs/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,3 @@ AWS EC2, Azure, Google Cloud, Kubernetes, and more.
114114

115115
- Coder is not a SaaS/fully-managed offering. You must host Coder on a cloud
116116
service (AWS, Azure, GCP) or your private data center.
117-
118-
## Up next
119-
120-
- Learn about [Templates](./admin/templates/index.md)
121-
- [Install Coder](./install/index.md)

docs/manifest.json

Lines changed: 60 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"versions": ["main"],
2+
"versions": [
3+
"main"
4+
],
35
"routes": [
46
{
57
"title": "About",
@@ -190,7 +192,10 @@
190192
"title": "Appearance",
191193
"description": "Learn how to configure the appearance of Coder",
192194
"path": "./admin/setup/appearance.md",
193-
"state": ["enterprise", "premium"]
195+
"state": [
196+
"enterprise",
197+
"premium"
198+
]
194199
},
195200
{
196201
"title": "Telemetry",
@@ -266,22 +271,34 @@
266271
{
267272
"title": "Groups \u0026 Roles",
268273
"path": "./admin/users/groups-roles.md",
269-
"state": ["enterprise", "premium"]
274+
"state": [
275+
"enterprise",
276+
"premium"
277+
]
270278
},
271279
{
272280
"title": "IDP Sync",
273281
"path": "./admin/users/idp-sync.md",
274-
"state": ["enterprise", "premium"]
282+
"state": [
283+
"enterprise",
284+
"premium"
285+
]
275286
},
276287
{
277288
"title": "Organizations",
278289
"path": "./admin/users/organizations.md",
279-
"state": ["premium", "beta"]
290+
"state": [
291+
"premium",
292+
"beta"
293+
]
280294
},
281295
{
282296
"title": "Quotas",
283297
"path": "./admin/users/quotas.md",
284-
"state": ["enterprise", "premium"]
298+
"state": [
299+
"enterprise",
300+
"premium"
301+
]
285302
},
286303
{
287304
"title": "Sessions \u0026 API Tokens",
@@ -396,7 +413,10 @@
396413
"title": "Process Logging",
397414
"description": "Log workspace processes",
398415
"path": "./admin/templates/extending-templates/process-logging.md",
399-
"state": ["enterprise", "premium"]
416+
"state": [
417+
"enterprise",
418+
"premium"
419+
]
400420
}
401421
]
402422
},
@@ -409,7 +429,10 @@
409429
"title": "Permissions \u0026 Policies",
410430
"description": "Learn how to create templates with Terraform",
411431
"path": "./admin/templates/template-permissions.md",
412-
"state": ["enterprise", "premium"]
432+
"state": [
433+
"enterprise",
434+
"premium"
435+
]
413436
},
414437
{
415438
"title": "Troubleshooting Templates",
@@ -423,7 +446,10 @@
423446
"description": "Learn how to run external provisioners with Coder",
424447
"path": "./admin/provisioners.md",
425448
"icon_path": "./images/icons/key.svg",
426-
"state": ["enterprise", "premium"]
449+
"state": [
450+
"enterprise",
451+
"premium"
452+
]
427453
},
428454
{
429455
"title": "External Auth",
@@ -494,13 +520,19 @@
494520
"title": "Workspace Proxies",
495521
"description": "Run geo distributed workspace proxies",
496522
"path": "./admin/networking/workspace-proxies.md",
497-
"state": ["enterprise", "premium"]
523+
"state": [
524+
"enterprise",
525+
"premium"
526+
]
498527
},
499528
{
500529
"title": "High Availability",
501530
"description": "Learn how to configure Coder for High Availability",
502531
"path": "./admin/networking/high-availability.md",
503-
"state": ["enterprise", "premium"]
532+
"state": [
533+
"enterprise",
534+
"premium"
535+
]
504536
},
505537
{
506538
"title": "Troubleshooting",
@@ -534,19 +566,25 @@
534566
"title": "Notifications",
535567
"description": "Configure notifications for your deployment",
536568
"path": "./admin/monitoring/notifications/index.md",
537-
"state": ["beta"],
569+
"state": [
570+
"beta"
571+
],
538572
"children": [
539573
{
540574
"title": "Slack Notifications",
541575
"description": "Learn how to setup Slack notifications",
542576
"path": "./admin/monitoring/notifications/slack.md",
543-
"state": ["beta"]
577+
"state": [
578+
"beta"
579+
]
544580
},
545581
{
546582
"title": "Microsoft Teams Notifications",
547583
"description": "Learn how to setup Microsoft Teams notifications",
548584
"path": "./admin/monitoring/notifications/teams.md",
549-
"state": ["beta"]
585+
"state": [
586+
"beta"
587+
]
550588
}
551589
]
552590
}
@@ -562,7 +600,10 @@
562600
"title": "Audit Logs",
563601
"description": "Audit actions taken inside Coder",
564602
"path": "./admin/security/audit-logs.md",
565-
"state": ["enterprise", "premium"]
603+
"state": [
604+
"enterprise",
605+
"premium"
606+
]
566607
},
567608
{
568609
"title": "Secrets",
@@ -573,7 +614,10 @@
573614
"title": "Database Encryption",
574615
"description": "Encrypt the database to prevent unauthorized access",
575616
"path": "./admin/security/database-encryption.md",
576-
"state": ["enterprise", "premium"]
617+
"state": [
618+
"enterprise",
619+
"premium"
620+
]
577621
}
578622
]
579623
},

docs/start/index.md

Lines changed: 0 additions & 117 deletions
This file was deleted.

0 commit comments

Comments
 (0)