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
I think we should use a layout with improved overview for dexie docs. It seems quite common to have a left navigation div with headers like get startedAPI reference etc and put in the content to the right.
Yes I also suggested something similar in #3 regarding the splitting of the docs into API, Tutorial etc. To do this in jekyll we will probably have to define categories for each page so that we can filter based on the category when creating the sidebar. Maybe there is also a way to get the full path and filter based on subdirectory. So if the path contains "API" we don't show the page in the sidebar but add it to the API page.
We will probably also need different layouts so that we can show all API docs in the API page sidebar, all Tutorial docs in a Tutorial page sidebar etc.
I think we should use a layout with improved overview for dexie docs. It seems quite common to have a left navigation div with headers like get started API reference etc and put in the content to the right.
Simple layout
React layout (more advanced, but still clean):
I hope to fix this as soon as I have the time, unless anyone else feels eager to do it.
The text was updated successfully, but these errors were encountered: