HeapsIO / heaps.io

Website sources
https://heaps.io
24 stars 17 forks source link

Fix docs sidebar generation #75

Open tobil4sk opened 1 month ago

tobil4sk commented 1 month ago

This was being generated incorrectly due to the missing prevLink = link; line:

* [[ link 1 ]]
  * [[ link 2 ]]
     * [[ link 3 ]]

For example, with:

* [[Sample games for learning]]
  * [[Copy & paste game templates]]
    * [[Breakout]]
    * [[Platform game]]
    * [[Rogue]]

Before: image

After: image