Opened 3 years ago
Last modified 3 years ago
#33364 closed New feature
Improve Documentation by having list of topics fixed on the left and table of contents on the right — at Initial Version
Reported by: | Lokesh Sanapalli | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | documentation, optimization |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Hey all,
I am using Django for a long time. One thing I feel we can improve is that the reading experience of the documentation. Especially when the page is very long. Two problems I can see
- There is a table of contents on the right side, but it is not fixed and it doesn't follow the page. So, when the page is very long, keeping track of the topic is very very hard and it takes a mental leap to go back and navigate.
- Also, on any page, you can only see only the previous topic and the next topic, not the whole content.
Below are some of the example documentation
https://getbootstrap.com/docs/5.1/getting-started/introduction/
https://docs.spring.io/spring-framework/docs/current/reference/html/core.html
Please let me know if there's already a plan for it. If not, please someone guide me on implementing this.