Skip to content

Commit e65e9c2

Browse files
committed
adding more obvious links to troubleshooting sections
1 parent 4d3d876 commit e65e9c2

4 files changed

Lines changed: 9 additions & 1 deletion

File tree

_data/sidebars/main_sidebar.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ entries:
7777
url: /support
7878
output: web, pdf
7979

80+
- title: Troubleshooting
81+
url: /faq#troubleshooting
82+
output: web, pdf
8083

8184

8285
- title: Documentation

_data/sidebars/user_docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ entries:
3939
url: /docs-docker
4040
output: web, pdf
4141

42+
- title: Troubleshooting
43+
url: /faq#troubleshooting
44+
output: web, pdf
4245

4346
- title: Commands
4447
output: web, pdf

_data/topnav.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ topnav_dropdowns:
2020
external_url: https://www.singularity-hub.org/faq
2121
- title: Slack
2222
external_url: https://singularity-container.slack.com
23+
- title: Troubleshooting
24+
url: /faq#troubleshooting
2325
- title: People
2426
folderitems:
2527
- title: LBNL

pages/docs/overview/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Singularity by default mounts your home directory. While this is great for seaml
264264
A first thing to try is to point to some "sanitized home," which is the purpose of the `-H` or `--home` option. For example, here we are creating a home directory under `/tmp/homie`, and then telling the container to mount it as home:
265265

266266
```bash
267-
rm -fr /tmp/homie
267+
rm -rf /tmp/homie
268268
mkdir -p /tmp/homie
269269
singularity exec -H /tmp/homie analysis.img /bin/bash
270270
```

0 commit comments

Comments
 (0)