Skip to content

Commit 99e55e5

Browse files
docs: add interactive table of contents (#7)
1 parent 4b7336e commit 99e55e5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ This is a common Doxygen config for LizardByte projects.
3434
```
3535

3636
6. Optionally, copy the `.readthedocs.yaml` file to the root of your project.
37+
38+
<details style="display: none;">
39+
<summary></summary>
40+
[TOC]
41+
</details>

docs/source_code.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,8 @@ We have defined some custom aliases to simplify documenting examples.
154154
@expander{Expander Title | Expander Content}
155155
@endverbatim
156156
@expander{Expander Title | Expander Content}
157+
158+
<details style="display: none;">
159+
<summary></summary>
160+
[TOC]
161+
</details>

0 commit comments

Comments
 (0)