Skip to content

Commit

Permalink
infra/config: Remove double quotes
Browse files Browse the repository at this point in the history
Remove double quotes from the name of some pages inside the config.yaml
file, as this causes a bug on github pages, causing them to not render
the sidebar properly. Fix: #9

Signed-off-by: Cosma George <[email protected]>
  • Loading branch information
george-cosma authored Mar 17, 2024
1 parent 8576090 commit a6af7d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ docusaurus:
- Guides:
path: guides/
subsections:
- "Array vs. Pointer/": array_vs_pointer/
- Array vs Pointer/: array_vs_pointer/
- Drills:
path: drills/
subsections:
Expand All @@ -83,15 +83,15 @@ docusaurus:
- Deleting the First Occurrence of a Pattern from a String/: delete_first/
- Pixels/: pixels/
- Find Maximum in Array/: find_max/
- "Bonus: Pointers/": pointers/
- Bonus - Pointers/: pointers/
- Introduction to GDB:
path: chapters/memory-layout/introduction-to-GDB/
subsections:
- Reading/: reading/
- Guides:
path: guides/
subsections:
- "GDB Tutorial: Debugging a Segfault/": segfault/
- GDB Tutorial - Debugging a Segfault/: segfault/
- Drills:
path: drills/
subsections:
Expand Down

0 comments on commit a6af7d7

Please sign in to comment.