Skip to content

Commit 36a866b

Browse files
committed
Divide container doc
1 parent 9f0928f commit 36a866b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/software/container-engine/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Through the EDF, container use cases can be abstracted to the point where end us
2626

2727
Let's set up a containerized Ubuntu 24.04 environment on the scratch folder (`${SCRATCH}`).
2828
Save this file below as `ubuntu.toml` in `${HOME}/.edf` directory (the default location of EDF files).
29-
A more detailed explanation of each entry for the EDF can be seen in the [EDF reference][ref-ce-edf-reference].
29+
A more detailed explanation of each entry for the EDF can be seen in the [EDF reference][./edf.md].
3030

3131
```bash
3232
image = "library/ubuntu:24.04"
@@ -269,4 +269,3 @@ Using the `enroot import` documentation page as a reference:
269269
machine registry.ethz.ch login <username> password <GITLAB_TOKEN>
270270
machine gitlab.ethz.ch login <username> password <GITLAB_TOKEN>
271271
```
272-

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ nav:
9090
- software/container-engine/index.md
9191
- 'Resource and hooks': software/container-engine/resource-hook.md
9292
- 'EDF reference': software/container-engine/edf.md
93-
- 'Known issues': software/container-engine/known-issues.md
93+
- 'Known issues': software/container-engine/known-issue.md
9494
- 'Unsupported Software': software/unsupported.md
9595
- 'Services':
9696
- services/index.md

0 commit comments

Comments
 (0)