refactor(wds): Put value words first in lesson titles

Updated all Module 02 lesson titles for better scannability:

Before (verb-first):
- Setting Up GitHub
- Install IDE
- Git Setup
- Clone & Add WDS
- Initiate Mimir

After (value-first):
- GitHub Setup
- IDE Installation
- Git Configuration
- Repository Cloning & WDS Integration
- Mimir Activation

Benefits:
- Immediate understanding of what's covered
- Better scannability in overview
- Professional terminology
- Clear value proposition
- Easier to reference specific lessons

Follows principle: Value word should appear as early as possible
in titles for maximum comprehension speed.
This commit is contained in:
Mårten Angner 2025-12-11 14:12:59 +01:00
parent 18a8f4196f
commit 21d0a9421d
6 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# Lesson 01: Setting Up GitHub
# Lesson 01: GitHub Setup
**Create your GitHub account and project repository**

View File

@ -1,4 +1,4 @@
# Lesson 03: Install Your IDE
# Lesson 02: IDE Installation
**Get your workspace set up with Cursor or VS Code**

View File

@ -1,4 +1,4 @@
# Lesson 04: Git Setup
# Lesson 03: Git Configuration
**Let your IDE handle Git automatically**

View File

@ -1,4 +1,4 @@
# Lesson 05: Clone Your Project & Add WDS
# Lesson 04: Repository Cloning & WDS Integration
**Get your project and WDS onto your computer**

View File

@ -1,4 +1,4 @@
# Lesson 06: Initiate Mimir
# Lesson 05: Mimir Activation
**Activate your WDS guide and begin your journey**

View File

@ -16,35 +16,35 @@ This module takes you from having nothing to being fully set up with WDS, even i
## Lessons
### [Lesson 01: Setting Up GitHub](lesson-01-setting-up-github/tutorial.md)
### [Lesson 01: GitHub Setup](lesson-01-setting-up-github/tutorial.md)
**15-20 minutes**
Create GitHub account, choose username, create or join repository. Learn single vs separate repo structure.
---
### [Lesson 02: Install IDE](lesson-02-install-ide/tutorial.md)
### [Lesson 02: IDE Installation](lesson-02-install-ide/tutorial.md)
**10 minutes**
Install Cursor or VS Code and do first-launch setup.
---
### [Lesson 03: Git Setup](lesson-03-git-setup/tutorial.md)
### [Lesson 03: Git Configuration](lesson-03-git-setup/tutorial.md)
**5 minutes**
Let your IDE handle Git automatically or use GitHub Desktop.
---
### [Lesson 04: Clone & Add WDS](lesson-04-clone-and-wds/tutorial.md)
### [Lesson 04: Repository Cloning & WDS Integration](lesson-04-clone-and-wds/tutorial.md)
**15-20 minutes**
Clone your repository, add WDS to workspace, create docs structure.
---
### [Lesson 05: Initiate Mimir](lesson-05-initiate-mimir/tutorial.md)
### [Lesson 05: Mimir Activation](lesson-05-initiate-mimir/tutorial.md)
**5 minutes**
Drag Mimir file to AI chat and begin your guided journey.