Skip to content

Commit 4d5b454

Browse files
committed
Env setup: Fix headings
1 parent 17ae223 commit 4d5b454

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/envsetup/01_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ GitHub Codespaces will time out after 30 minutes of inactivity and will save you
6868
More information can be found in the GitHub docs:
6969
[About billing for GitHub Codespaces](https://docs.github.com/en/billing/managing-billing-for-your-products/managing-billing-for-github-codespaces/about-billing-for-github-codespaces)
7070

71-
### Saving files from GitHub Codespaces to your local machine
71+
## Saving files from GitHub Codespaces to your local machine
7272

7373
To save any file from the explorer panel, right-click the file and select `Download`.

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,14 @@ plugins:
179179
exclude:
180180
- index.md
181181
- help.md
182-
- envsetup/index.md
183182
- basic_training/index.md
184183
- advanced/index.md
185-
- hello_nextflow/index.md
186184
- nf_customize/index.md
187185
- nf_develop/index.md
188186
- troubleshoot/index.md
189187
- hands_on/index.md
190188
- hands_on/solutions/*md
189+
- envsetup/*.md
191190
- hello_nextflow/*.md
192191
- i18n:
193192
docs_structure: suffix

0 commit comments

Comments
 (0)