You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Navbar Component is not very comfortable to read and update, this is because it is written in pure html, it could be improved by managing a json file per subcategory which contains the index and which is loaded during loading of the webapp, the json will populate the navbar entries.
expected result: 3 json files (machine-learning, machine-learning-eng, projective-geo) with json nodes, where each json level has been rendered as ol tag if the level has childs, or li tag if it is empty
The text was updated successfully, but these errors were encountered:
I think I can solve this. Can you please assign me to this issue?
Also, is there a time constraint or a deadline within which this issue must be solved?
the Navbar Component is not very comfortable to read and update, this is because it is written in pure html, it could be improved by managing a json file per subcategory which contains the index and which is loaded during loading of the webapp, the json will populate the navbar entries.
expected result: 3 json files (machine-learning, machine-learning-eng, projective-geo) with json nodes, where each json level has been rendered as
ol
tag if the level has childs, orli
tag if it is emptyThe text was updated successfully, but these errors were encountered: