Skip to content

Commit c98435b

Browse files
committed
yuuuge changes for 2.4
1 parent 4edd151 commit c98435b

33 files changed

Lines changed: 2195 additions & 1730 deletions

_data/sidebars/user_docs.yml

Lines changed: 43 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,16 @@ entries:
1515
url: /user-guide
1616
output: web, pdf
1717

18-
- title: Quick Start Installation
18+
- title: Installation
1919
url: /docs-quick-start-installation
2020
output: web, pdf
2121

22-
- title: Create an Image
23-
url: /create-image
22+
- title: Container Recipes
23+
url: /docs-recipes
2424
output: web, pdf
2525

26-
- title: Bootstrap an Image
27-
url: /bootstrap-image
28-
output: web, pdf
29-
30-
- title: Adding Content
31-
url: /image-content
32-
output: web, pdf
33-
34-
- title: Container Checks
35-
url: /docs-user-checks
36-
output: web, pdf
37-
38-
- title: User Control
39-
url: /user-control
26+
- title: Build an Image
27+
url: /docs-build
4028
output: web, pdf
4129

4230
- title: Bind Paths and Mounts
@@ -47,48 +35,69 @@ entries:
4735
url: /docs-instances
4836
output: web, pdf
4937

38+
- title: Container Checks
39+
url: /docs-user-checks
40+
output: web, pdf
41+
5042
- title: Environment and Metadata
5143
url: /docs-environment-metadata
5244
output: web, pdf
5345

54-
- title: Change an Existing Container
55-
url: /docs-changing-containers
46+
- title: Reproducible SCI-F Apps
47+
url: /docs-scif-apps
5648
output: web, pdf
5749

5850
- title: Singularity and Docker
5951
url: /docs-docker
6052
output: web, pdf
6153

62-
- title: Reproducible SCI-F Apps
63-
url: /docs-scif-apps
64-
output: web, pdf
65-
6654
- title: Troubleshooting
6755
url: /faq#troubleshooting
6856
output: web, pdf
6957

70-
- title: Commands
58+
59+
- title: Image Commands
7160
output: web, pdf
7261

73-
folderitems:
74-
- title: Command Usage
75-
url: /docs-usage
62+
- title: image.export
63+
url: /docs-export
7664
output: web, pdf
7765

66+
- title: image.expand
67+
url: /docs-expand
68+
output: web, pdf
69+
70+
- title: image.import
71+
url: /docs-import
72+
output: web, pdf
73+
74+
- title: image.create
75+
url: /docs-create
76+
output: web, pdf
77+
78+
79+
- title: Deprecated
80+
output: web, pdf
81+
7882
- title: bootstrap
7983
url: /docs-bootstrap
8084
output: web, pdf
8185

82-
- title: exec
83-
url: /docs-exec
86+
87+
- title: Commands
88+
output: web, pdf
89+
90+
folderitems:
91+
- title: Command Usage
92+
url: /docs-usage
8493
output: web, pdf
8594

86-
- title: export
87-
url: /docs-export
95+
- title: build
96+
url: /docs-build
8897
output: web, pdf
8998

90-
- title: import
91-
url: /docs-import
99+
- title: exec
100+
url: /docs-exec
92101
output: web, pdf
93102

94103
- title: inspect
@@ -106,3 +115,4 @@ entries:
106115
- title: shell
107116
url: /docs-shell
108117
output: web, pdf
118+

pages/docs/admin-docs/advanced-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ folder: docs
77

88
When Singularity is running via the SUID pathway, the configuration **must** be owned by the root user otherwise Singularity will error out. This ensures that the system administrators have direct say as to what functions the users can utilize when running as root. If Singularity is installed as a non-root user, the SUID components are not installed, and the configuration file can be owned by the user (but again, this will limit functionality).
99

10-
The Configuration file can be found at `$SYSCONFDIR/singularity/singularity.conf` and is generally self documenting but there are several things to pay special attention to:
10+
The Configuration file can be found at `$SYSCONFDIR/singularity/singularity.conf`. The template in the repository is located at `etc/singularity.conf`. It is generally self documenting but there are several things to pay special attention to:
1111

1212
## Parameters
1313

pages/docs/overview/start.md

Lines changed: 0 additions & 206 deletions
This file was deleted.

0 commit comments

Comments
 (0)