|
83 | 83 | "path": "./user-guides/README.md",
|
84 | 84 | "icon_path": "./images/icons/users.svg",
|
85 | 85 | "children": [
|
86 |
| - { |
87 |
| - "title": "Creating workspaces", |
88 |
| - "description": "Create, configure, and connect to Coder workspaces", |
89 |
| - "path": "./user-guides/workspace-creation.md" |
90 |
| - }, |
91 | 86 | {
|
92 | 87 | "title": "Accessing workspaces",
|
93 | 88 | "description": "Connect to your Coder workspaces",
|
94 | 89 | "path": "./user-guides/workspace-access/README.md",
|
95 | 90 | "children": [
|
96 |
| - { |
97 |
| - "title": "Web IDEs", |
98 |
| - "description": "Connect with web-based IDEs", |
99 |
| - "path": "./user-guides/workspace-access/web-ides.md" |
100 |
| - }, |
101 | 91 | {
|
102 | 92 | "title": "Jetbrains IDEs",
|
103 | 93 | "description": "Use Jetbrains IDEs with Gateway",
|
104 | 94 | "path": "./user-guides/workspace-access/jetbrains.md"
|
105 | 95 | },
|
106 | 96 | {
|
107 |
| - "title": "Remote Desktops", |
| 97 | + "title": "Remote desktops", |
108 | 98 | "description": "Use VDI in Coder",
|
109 | 99 | "path": "./user-guides/workspace-access/remote-desktop.md"
|
110 | 100 | },
|
111 | 101 | {
|
112 |
| - "title": "Emacs Tramp", |
| 102 | + "title": "Emacs tramp", |
| 103 | + "description": "Use VDI in Coder", |
| 104 | + "path": "./user-guides/workspace-access/emacs-tramp.md" |
| 105 | + }, |
| 106 | + { |
| 107 | + "title": "Port forwarding", |
113 | 108 | "description": "Use VDI in Coder",
|
114 | 109 | "path": "./user-guides/workspace-access/emacs-tramp.md"
|
115 | 110 | }
|
116 | 111 | ]
|
117 | 112 | },
|
118 | 113 | {
|
119 |
| - "title": "Maintaining workspaces", |
120 |
| - "description": "Manage workspace updates and schedule", |
121 |
| - "path": "./user-guides/workspace-maintenance.md" |
| 114 | + "title": "Scheduling workspaces", |
| 115 | + "description": "Manage workspace schedule", |
| 116 | + "path": "./user-guides/workspace-schedule.md" |
122 | 117 | },
|
123 | 118 | {
|
124 | 119 | "title": "Personalizing workspaces",
|
|
0 commit comments