Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb5ae21

Browse files
committed
returning releases
1 parent 710bd75 commit bb5ae21

File tree

2 files changed

+23
-56
lines changed

2 files changed

+23
-56
lines changed

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# About Coder
22

3+
<!-- Warning for docs contributors: The first route in manifest.json must be titled "About" for the static landing page to work correctly. -->
4+
35
Coder is an open-source platform for creating and managing developer workspaces
46
on your preferred clouds and servers.
57

docs/manifest.json

Lines changed: 21 additions & 56 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",
@@ -97,6 +95,12 @@
9795
"description": "Learn how to uninstall Coder",
9896
"path": "./install/uninstall.md",
9997
"icon_path": "./images/icons/trash.svg"
98+
},
99+
{
100+
"title": "Releases",
101+
"description": "Learn about the Coder release channels and schedule",
102+
"path": "./install/releases.md",
103+
"icon_path": "./images/icons/trash.svg"
100104
}
101105
]
102106
},
@@ -186,10 +190,7 @@
186190
"title": "Appearance",
187191
"description": "Learn how to configure the appearance of Coder",
188192
"path": "./admin/setup/appearance.md",
189-
"state": [
190-
"enterprise",
191-
"premium"
192-
]
193+
"state": ["enterprise", "premium"]
193194
},
194195
{
195196
"title": "Telemetry",
@@ -265,33 +266,22 @@
265266
{
266267
"title": "Groups \u0026 Roles",
267268
"path": "./admin/users/groups-roles.md",
268-
"state": [
269-
"enterprise",
270-
"premium"
271-
]
269+
"state": ["enterprise", "premium"]
272270
},
273271
{
274272
"title": "Group Sync",
275273
"path": "./admin/users/group-sync.md",
276-
"state": [
277-
"enterprise",
278-
"premium"
279-
]
274+
"state": ["enterprise", "premium"]
280275
},
281276
{
282277
"title": "Organizations",
283278
"path": "./admin/users/organizations.md",
284-
"state": [
285-
"premium"
286-
]
279+
"state": ["premium"]
287280
},
288281
{
289282
"title": "Quotas",
290283
"path": "./admin/users/quotas.md",
291-
"state": [
292-
"enterprise",
293-
"premium"
294-
]
284+
"state": ["enterprise", "premium"]
295285
},
296286
{
297287
"title": "Sessions \u0026 API Tokens",
@@ -396,21 +386,15 @@
396386
"title": "Process Logging",
397387
"description": "Log workspace processes",
398388
"path": "./admin/templates/extending-templates/process-logging.md",
399-
"state": [
400-
"enterprise",
401-
"premium"
402-
]
389+
"state": ["enterprise", "premium"]
403390
}
404391
]
405392
},
406393
{
407394
"title": "Permissions \u0026 Policies",
408395
"description": "Learn how to create templates with Terraform",
409396
"path": "./admin/templates/template-permissions.md",
410-
"state": [
411-
"enterprise",
412-
"premium"
413-
]
397+
"state": ["enterprise", "premium"]
414398
},
415399
{
416400
"title": "Troubleshooting Templates",
@@ -424,10 +408,7 @@
424408
"description": "Learn how to run external provisioners with Coder",
425409
"path": "./admin/provisioners.md",
426410
"icon_path": "./images/icons/key.svg",
427-
"state": [
428-
"enterprise",
429-
"premium"
430-
]
411+
"state": ["enterprise", "premium"]
431412
},
432413
{
433414
"title": "External Auth",
@@ -498,19 +479,13 @@
498479
"title": "Workspace Proxies",
499480
"description": "Run geo distributed workspace proxies",
500481
"path": "./admin/networking/workspace-proxies.md",
501-
"state": [
502-
"enterprise",
503-
"premium"
504-
]
482+
"state": ["enterprise", "premium"]
505483
},
506484
{
507485
"title": "High Availability",
508486
"description": "Learn how to configure Coder for High Availability",
509487
"path": "./admin/networking/high-availability.md",
510-
"state": [
511-
"enterprise",
512-
"premium"
513-
]
488+
"state": ["enterprise", "premium"]
514489
},
515490
{
516491
"title": "Troubleshooting",
@@ -549,17 +524,13 @@
549524
"title": "Slack Notifications",
550525
"description": "Learn how to setup Slack notifications",
551526
"path": "./admin/monitoring/notifications/slack.md",
552-
"state": [
553-
"beta"
554-
]
527+
"state": ["beta"]
555528
},
556529
{
557530
"title": "Microsoft Teams Notifications",
558531
"description": "Learn how to setup Microsoft Teams notifications",
559532
"path": "./admin/monitoring/notifications/teams.md",
560-
"state": [
561-
"beta"
562-
]
533+
"state": ["beta"]
563534
}
564535
]
565536
}
@@ -575,10 +546,7 @@
575546
"title": "Audit Logs",
576547
"description": "Audit actions taken inside Coder",
577548
"path": "./admin/security/audit-logs.md",
578-
"state": [
579-
"enterprise",
580-
"premium"
581-
]
549+
"state": ["enterprise", "premium"]
582550
},
583551
{
584552
"title": "Secrets",
@@ -589,10 +557,7 @@
589557
"title": "Database Encryption",
590558
"description": "Encrypt the database to prevent unauthorized access",
591559
"path": "./admin/security/database-encryption.md",
592-
"state": [
593-
"enterprise",
594-
"premium"
595-
]
560+
"state": ["enterprise", "premium"]
596561
}
597562
]
598563
},

0 commit comments

Comments
 (0)