ChalmersGU-data-structure-courses / dsabook

Updated online interactive course book in data structures and algorithms
https://chalmersgu-data-structure-courses.github.io/dsabook/
MIT License
0 stars 1 forks source link

ToC on every page #9

Closed Wincent01 closed 4 months ago

Wincent01 commented 5 months ago

Fixes: #5

This pull request seeks to display the ToC on every page. Postprocessing is used to replace the old navigation with a ToC that is displayed on the side. JS is used for some reactive behavior, like scrolling to the current page in the ToC.

Additional accommodations for small screens is needed.

See below for how it looks on the side.

image

Wincent01 commented 4 months ago

Closing. See #12