diff --git a/src/getting_started/notebooks/00_toc.md b/src/getting_started/notebooks/00_toc.md index 8b5a07dd..9b486dfb 100644 --- a/src/getting_started/notebooks/00_toc.md +++ b/src/getting_started/notebooks/00_toc.md @@ -2,12 +2,10 @@ --- -1. [Your First Design Notebook](01_first_design.md) +1. [Getting Started With Git](01_git.md) -2. [Getting Started With Git](02_git.md) +2. [Working With Your Repo](02_repo_nav.md) -3. [Working With Your Repo](03_dev_workflow.md) +3. [Your First Pull Request](03_first_pr.md) -4. [Your First Pull Request](04_first_pr.md) - -5. [Working Collaboratively](05_collab.md) +4. [Your First Design Notebook](04_first_design.md) diff --git a/src/getting_started/notebooks/02_git.md b/src/getting_started/notebooks/01_git.md similarity index 100% rename from src/getting_started/notebooks/02_git.md rename to src/getting_started/notebooks/01_git.md diff --git a/src/getting_started/notebooks/03_dev_workflow.md b/src/getting_started/notebooks/02_repo_nav.md similarity index 100% rename from src/getting_started/notebooks/03_dev_workflow.md rename to src/getting_started/notebooks/02_repo_nav.md diff --git a/src/getting_started/notebooks/04_first_pr.md b/src/getting_started/notebooks/03_first_pr.md similarity index 100% rename from src/getting_started/notebooks/04_first_pr.md rename to src/getting_started/notebooks/03_first_pr.md diff --git a/src/getting_started/notebooks/01_first_design.md b/src/getting_started/notebooks/04_first_design.md similarity index 100% rename from src/getting_started/notebooks/01_first_design.md rename to src/getting_started/notebooks/04_first_design.md