gethyas / doks

Everything you need to build a stellar documentation website. Fast, accessible, and easy to use.
https://getdoks.org
MIT License
1.99k stars 352 forks source link

Changing permalink structure messes up collapsible sidebar #1080

Open h-enk opened 10 months ago

h-enk commented 10 months ago

Discussed in https://github.com/h-enk/doks/discussions/839

Originally posted by **pensivedog** July 14, 2022 In `config.toml` under `[permalinks]`, setting `docs = "/:sections[1:]/:title/"` successfully changes the url structure, but then the collapsible sidebar sections automatically collapse on page load, whereas they are expanded by default when the permalink isn't modified. Can anyone else reproduce and confirm this is a bug?