Skip to content

Commit

Permalink
docs: add interactive table of contents (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Aug 30, 2024
1 parent 4b7336e commit 99e55e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ This is a common Doxygen config for LizardByte projects.
```

6. Optionally, copy the `.readthedocs.yaml` file to the root of your project.

<details style="display: none;">
<summary></summary>
[TOC]
</details>
5 changes: 5 additions & 0 deletions docs/source_code.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,8 @@ We have defined some custom aliases to simplify documenting examples.
@expander{Expander Title | Expander Content}
@endverbatim
@expander{Expander Title | Expander Content}

<details style="display: none;">
<summary></summary>
[TOC]
</details>

0 comments on commit 99e55e5

Please sign in to comment.