Description
We should add a table of contents on each page to make it easier to navigate the content.
I would suggest placing the table on the right side, as several site generators do, like Docusaurus or Astro Starlight, and probably adding #1759 at the top or bottom.
Sub-issues
Sub-issues
- Manage this item control shift u
Activity
bjohansebas commentedon Mar 1, 2025
We still need to make the TOC generate automatically, we can use this plugin to achieve that
ShubhamOulkar commentedon Mar 9, 2025
Hi @bjohansebas, do we really need to generate the TOC? I am asking because we already have written TOC files. So, why should we invest in generating the same HTML again? Unless we want to add the TOC to all website pages, it may not be necessary.
bjohansebas commentedon Mar 10, 2025
this would help reduce the existing layouts and would prevent the need to manually write the TOC (which is prone to errors). It would also reduce the maintenance load on the page if automated, either with the plugin or another method, while the page is being built.
The TOC is important to me, as it helps quickly navigate to content and enhances the documentation experience.