Spike: HTML format navigation improvements #3434
Labels
enhancement
An issue for a feature or an overall improvement
format: html
An issue/PR related to Dokka's default HTML output format
html: frontend
An issue/PR that only or primarily requires frontend work (html/css)
There are multiple problems related to navigation:
Each problem could be addressed on its own, but all of them have multiple possible solutions, and it's difficult to estimate which will be more profitable and how each solution will affect the others.
To avoid a situation where we re-write the same place three times, it might be possible to address all of these problems in one go, but it also needs to be researched and estimated.
This issue exists to track such research and answer the following questions:
Is it possible / worth it to:
navigation.html
into smallernavigation-module.json
, which could be loaded independently as the user opens the navigation dropdown.navigation.html
intonavigation-module.json
help?navigation.html
as a.js
file - is it possible, what are the disadvantages / possible problemsThe ideal output of this research is some summary of the findings in the comments.
The research is limited by time, ~ a week.
The text was updated successfully, but these errors were encountered: