Intro

If you ever wanted nice looking collapsible side menu on github wiki pages like this:

file

then keep reading 😉

Solution

Solution is very simple, you need to use <details> and <summary> tags. See snipped bellow:

<details>
<summary>Core</summary>
<p>
[`New-Logger`](New-Logger)

[`Start-Logger`](Start-Logger)

[`Set-MinimumLevel`](Set-MinimumLevel)

[`Close-Logger`](Close-Logger)
</p>
</details>

You can see it in action in PoShLog wiki – https://github.com/PoShLog/PoShLog/wiki

Last modified: February 7, 2022
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments