-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current page's table of contents #6
Comments
Hi, |
@abdelouahabb Both versions are the same. |
|
@abdelouahabb can you post a screenshot please |
@Thibaut I updated the comment with screenshot |
@abdelouahabb and on the same computer / browser, if you load |
@Thibaut that's the same, since it is just the dns? |
Ok so both versions are the same. It's just that you're using a small computer so the mobile version kicks in. What computer / screen resolution are you using? |
@Thibaut i get:
|
@Thibaut I confirm that it is th |
Could you send me the result of these two lines both in your VM and outside:
|
@Thibaut
|
Hi, was this ever implemented? I get ToC on the about page , but nowhere else. Long pages with many headings are quite hard to navigate. |
@borekb this hasn't been implemented. I felt it's not needed because the sidebar already provides a ToC. On most pages, hitting I see how an extra ToC could be useful, though, having added many docs with lots of headings that aren't entries in the sidebar. So I'll reopen this. |
Any update on this ? |
I believe this is one of the critical features. It improves and unifies the overall reading experience. May I know if there are any blockers ? or it is not possible to add ? The issue had opened 8 years back. |
On the sidebar, the entries are the contents for the whole library. Having a ToC for the current page helps a lot. For example, consider this page — https://devdocs.io/django~4.0/topics/auth/default — it is very long, and keeping track of it while reading is hard. Let me know if it will be implemented or at least point me in a direction on implementing this. We can add this as optional and disable it by default so that users can toggle from the preferences. |
Few examples, where there's a sidebar on the left side and ToC on the right side. https://getbootstrap.com/docs/5.1/getting-started/introduction/ https://docs.spring.io/spring-framework/docs/current/reference/html/core.html |
I just poked around the code and I think the file where we would add the table of contents HTML is near the entry page render method. We would need to find all the headings within |
This is a big downside of devdocs. Zeal on the other hand does have a table of contents which lists the sections in order whenever you open a page. The desktop application also supports multiple tabs but that's not as important as having a table of contents. |
Some documentations have very long pages that are difficult to browse through. We could improve this by adding a fixed-positioned table of contents which is automatically generated based on the current page's headings (
<h2>
,<h3>
, etc.).The text was updated successfully, but these errors were encountered: