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

Skip to content

Commit ca016b3

Browse files
committed
Fix line wrapping in template tutorial doc
Improve line wrapping for better readability and alignment with style standards in the `template-from-scratch.md` tutorial document.
1 parent 80a03c6 commit ca016b3

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/tutorials/template-from-scratch.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ configuration.
214214

215215
Your template can use metadata to show information to the workspace owner. Coder
216216
displays this metadata in the Coder dashboard. Our template has
217-
[`metadata`](../admin/templates/extending-templates/agent-metadata.md) blocks for CPU and RAM usage.
217+
[`metadata`](../admin/templates/extending-templates/agent-metadata.md) blocks
218+
for CPU and RAM usage.
218219

219220
## 4. coder_app
220221

@@ -224,14 +225,14 @@ resource lets a developer use an app from the workspace's Coder dashboard.
224225

225226
![Apps in a Coder workspace](../images/templates/workspace-apps.png)
226227

227-
This is commonly used for [web IDEs](../user-guides/workspace-access/web-ides.md) such as
228-
[code-server](https://coder.com/docs/code-server), RStudio, and
229-
JupyterLab.
228+
This is commonly used for
229+
[web IDEs](../user-guides/workspace-access/web-ides.md) such as
230+
[code-server](https://coder.com/docs/code-server), RStudio, and JupyterLab.
230231

231232
To install and code-server in the workspace, remember that we installed it in
232233
the `startup_script` argument in `coder_agent`. We make it available from a
233-
workspace with a `coder_app` resource. See [web IDEs](../user-guides/workspace-access/web-ides.md) for
234-
more examples.
234+
workspace with a `coder_app` resource. See
235+
[web IDEs](../user-guides/workspace-access/web-ides.md) for more examples.
235236

236237
```tf
237238
resource "coder_app" "code-server" {

0 commit comments

Comments
 (0)