Hi there! I have a generatepress website that has 600+ pages explaining how functions work in a programming language.
Currently those are presented as posts but don’t have a clear navigation. To improve user experience I would really like to add a sidebar that shows a collapsed overview of all Categories. Then when people click on a category, I’d like it to open up and show the post name.
Some inspiration
Microsoft does this in a great way: https://learn.microsoft.com/en-us/powerquery-m/table-lastn
Also DAX guide has a great presentation of this: https://dax.guide/
Do you have a suggestion on how to achieve something similar?