Skip to content

Commit 139122a

Browse files
committed
Add LAN icon for offline deployment docs
Include a LAN icon in the documentation manifest to visually represent offline or air-gapped deployment sections, enhancing user navigation.
1 parent 83a001a commit 139122a

File tree

2 files changed

+63
-15
lines changed

2 files changed

+63
-15
lines changed

docs/images/icons/lan.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/manifest.json

Lines changed: 62 additions & 15 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": "Home",
@@ -72,6 +74,12 @@
7274
}
7375
]
7476
},
77+
{
78+
"title": "Offline Deployments",
79+
"description": "Run Coder in offline / air-gapped environments",
80+
"path": "./install/offline.md",
81+
"icon_path": "./images/icons/lan.svg"
82+
},
7583
{
7684
"title": "Unofficial Install Methods",
7785
"description": "Other installation methods",
@@ -178,7 +186,10 @@
178186
"title": "Appearance",
179187
"description": "Learn how to configure the appearance of Coder",
180188
"path": "./admin/setup/appearance.md",
181-
"state": ["enterprise", "premium"]
189+
"state": [
190+
"enterprise",
191+
"premium"
192+
]
182193
},
183194
{
184195
"title": "Telemetry",
@@ -254,22 +265,33 @@
254265
{
255266
"title": "Groups \u0026 Roles",
256267
"path": "./admin/users/groups-roles.md",
257-
"state": ["enterprise", "premium"]
268+
"state": [
269+
"enterprise",
270+
"premium"
271+
]
258272
},
259273
{
260274
"title": "Group Sync",
261275
"path": "./admin/users/group-sync.md",
262-
"state": ["enterprise", "premium"]
276+
"state": [
277+
"enterprise",
278+
"premium"
279+
]
263280
},
264281
{
265282
"title": "Organizations",
266283
"path": "./admin/users/organizations.md",
267-
"state": ["premium"]
284+
"state": [
285+
"premium"
286+
]
268287
},
269288
{
270289
"title": "Quotas",
271290
"path": "./admin/users/quotas.md",
272-
"state": ["enterprise", "premium"]
291+
"state": [
292+
"enterprise",
293+
"premium"
294+
]
273295
},
274296
{
275297
"title": "Sessions \u0026 API Tokens",
@@ -374,15 +396,21 @@
374396
"title": "Process Logging",
375397
"description": "Log workspace processes",
376398
"path": "./admin/templates/extending-templates/process-logging.md",
377-
"state": ["enterprise", "premium"]
399+
"state": [
400+
"enterprise",
401+
"premium"
402+
]
378403
}
379404
]
380405
},
381406
{
382407
"title": "Permissions \u0026 Policies",
383408
"description": "Learn how to create templates with Terraform",
384409
"path": "./admin/templates/template-permissions.md",
385-
"state": ["enterprise", "premium"]
410+
"state": [
411+
"enterprise",
412+
"premium"
413+
]
386414
},
387415
{
388416
"title": "Troubleshooting Templates",
@@ -396,7 +424,10 @@
396424
"description": "Learn how to run external provisioners with Coder",
397425
"path": "./admin/provisioners.md",
398426
"icon_path": "./images/icons/key.svg",
399-
"state": ["enterprise", "premium"]
427+
"state": [
428+
"enterprise",
429+
"premium"
430+
]
400431
},
401432
{
402433
"title": "External Auth",
@@ -467,13 +498,19 @@
467498
"title": "Workspace Proxies",
468499
"description": "Run geo distributed workspace proxies",
469500
"path": "./admin/networking/workspace-proxies.md",
470-
"state": ["enterprise", "premium"]
501+
"state": [
502+
"enterprise",
503+
"premium"
504+
]
471505
},
472506
{
473507
"title": "High Availability",
474508
"description": "Learn how to configure Coder for High Availability",
475509
"path": "./admin/networking/high-availability.md",
476-
"state": ["enterprise", "premium"]
510+
"state": [
511+
"enterprise",
512+
"premium"
513+
]
477514
},
478515
{
479516
"title": "Troubleshooting",
@@ -512,13 +549,17 @@
512549
"title": "Slack Notifications",
513550
"description": "Learn how to setup Slack notifications",
514551
"path": "./admin/monitoring/notifications/slack.md",
515-
"state": ["beta"]
552+
"state": [
553+
"beta"
554+
]
516555
},
517556
{
518557
"title": "Microsoft Teams Notifications",
519558
"description": "Learn how to setup Microsoft Teams notifications",
520559
"path": "./admin/monitoring/notifications/teams.md",
521-
"state": ["beta"]
560+
"state": [
561+
"beta"
562+
]
522563
}
523564
]
524565
}
@@ -534,7 +575,10 @@
534575
"title": "Audit Logs",
535576
"description": "Audit actions taken inside Coder",
536577
"path": "./admin/security/audit-logs.md",
537-
"state": ["enterprise", "premium"]
578+
"state": [
579+
"enterprise",
580+
"premium"
581+
]
538582
},
539583
{
540584
"title": "Secrets",
@@ -545,7 +589,10 @@
545589
"title": "Database Encryption",
546590
"description": "Encrypt the database to prevent unauthorized access",
547591
"path": "./admin/security/database-encryption.md",
548-
"state": ["enterprise", "premium"]
592+
"state": [
593+
"enterprise",
594+
"premium"
595+
]
549596
}
550597
]
551598
},

0 commit comments

Comments
 (0)