Skip to content

Commit bd44a0b

Browse files
refactor(docs): rename ide_features.md to dev_environment.md and simplify heading (#645)
* refactor(docs): rename ide_features.md to dev_environment.md and simplify heading - Rename file from ide_features.md to dev_environment.md for better clarity - Simplify main heading from "Nextflow Development Environment Walkthrough" to "Development Environment" - Update navigation configuration to reflect the new filename * Remove duplicate entry for workflows_of_workflows --------- Co-authored-by: Jonathan Manning <jonathan.manning@seqera.io>
1 parent 64b26ef commit bd44a0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Nextflow Development Environment Walkthrough
1+
# Development Environment
22

33
Modern Integrated Development Environments (IDEs) can dramatically transform your Nextflow development experience. This side quest focuses specifically on leveraging VS Code and its Nextflow extension to write code faster, catch errors early, and navigate complex workflows efficiently.
44

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ nav:
5959
- Side Quests:
6060
- side_quests/index.md
6161
- side_quests/orientation.md
62-
- side_quests/ide_features.md
62+
- side_quests/dev_environment.md
6363
- side_quests/metadata.md
6464
- side_quests/working_with_files.md
6565
- side_quests/splitting_and_grouping.md

0 commit comments

Comments
 (0)