Skip to content

Commit

Permalink
mkdocs.yaml order of sessions in LH menu
Browse files Browse the repository at this point in the history
  • Loading branch information
bclaremar authored Nov 22, 2024
1 parent 594b2ad commit 4d3b534
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ nav:
- Issues: project/issues.md
- Kanban board: project/kanban_board.md
- Team roles: project/team_roles.md
- Test-driven development: tdd/README.md
- assert: algorithms/assert.md
- Test-driven development: tdd/README.md
- Using a formal testing framework: testing/testing_framework.md
- Continuous integration: continuous_integration/README.md
- Summary of day: tuesday_summary.md
- Wednesday:
- Intro: wednesday_intro.md
Expand All @@ -41,19 +40,21 @@ nav:
- Contributing with code review: git/contribute.md
- Sharing and social coding: social_coding/social_coding.md
- Pair programming: pair_programming/README.md
- Function design: function_design/README.md
- Using a formal testing framework: testing/testing_framework.md
- Summary of day: wednesday_summary.md
- Thursday:
- Intro: thursday_intro.md
- Object Oriented development: design_develop/OO_development.md
- Class design: data_structures/class_design.md
- A 'has-a' relation: data_structures/has_a_relation.md
- Function design: function_design/README.md
- Expressive data types: data_structures/expressive_data_type.md
- Modular programming: modularity/modular.md
- Implement the project as a package: package/README.md
- A 'has-a' relation: data_structures/has_a_relation.md
- Class design: data_structures/class_design.md
- Continuous integration: continuous_integration/README.md
- Summary of day: thursday_summary.md
- Friday:
- Intro: friday_intro.md
- Implement the project as a package: package/README.md
- Optimisation misconceptions: optimisation/misconceptions.md
- Big-O: optimisation/big_o.md
- Runtime speed profiles: optimisation/runtime_speed_profiles.md
Expand Down

0 comments on commit 4d3b534

Please sign in to comment.