You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[docs] Promote manage-spaces walkthrough steps to H3 (#4108)
Steps 1-6 in "A simple example" were bold pseudo-headings and didn't
generate anchors. That broke `#mount-volumes-in-your-space` deep-links
used from hub-docs#2377 and storage-buckets-access.md.
Promoting to H3 gives each step an auto-generated anchor and a sidebar
entry. Drop the leading `N.` numbers — step order is preserved by
document position. `Bonus:` subsections stay bold since they are
variants of their parent step, not peers.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
**2. Upload your code using your preferred solution.**
35
+
###Upload your code using your preferred solution
36
36
37
37
Here is an example to upload the local folder `src/` from your machine to your Space:
38
38
@@ -43,7 +43,7 @@ Here is an example to upload the local folder `src/` from your machine to your S
43
43
At this step, your app should already be running on the Hub for free !
44
44
However, you might want to configure it further with secrets and upgraded hardware.
45
45
46
-
**3. Configure secrets and variables**
46
+
###Configure secrets and variables
47
47
48
48
Your Space might require some secret keys, token or variables to work.
49
49
See [docs](https://huggingface.co/docs/hub/spaces-overview#managing-secrets) for more details.
@@ -90,7 +90,7 @@ Secrets and variables can be set when creating or duplicating a space:
90
90
... )
91
91
```
92
92
93
-
**4. Configure the hardware**
93
+
###Configure the hardware
94
94
95
95
By default, your Space will run on a CPU environment for free. You can upgrade the hardware
96
96
to run it on GPUs. A payment card or a community grant is required to access upgrade your
@@ -144,7 +144,7 @@ Upgraded hardware will be automatically assigned to your Space once it's built.
144
144
... )
145
145
```
146
146
147
-
**5. Pause and restart your Space**
147
+
###Pause and restart your Space
148
148
149
149
By default if your Space is running on an upgraded hardware, it will never be stopped. However to avoid getting billed,
150
150
you might want to pause it when you are not using it. This is possible using [`pause_space`]. A paused Space will be
@@ -199,7 +199,7 @@ Upgraded hardware will be automatically assigned to your Space once it's built.
199
199
... )
200
200
```
201
201
202
-
**6. Mount volumes in your Space**
202
+
###Mount volumes in your Space
203
203
204
204
You can mount Hub resources (models, datasets, or storage buckets) as volumes in your Space's container. This gives your Space direct filesystem access to these resources without having to download them in your code. Volumes can be set directly when creating or duplicating a Space:
0 commit comments