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've just added a logo to my docs page, however both in local preview and live preview, this causes the side menu to disappear completely, as well as the page title and page image.
A url where this is broken can be seen here: https://docs.page/tqwewe/kameo~docs-faq
Simply removing the "logo": "..." line from the docs.json file brings back the side menu.
(The fact the logo link is broken in the example url is unrelated to this issue).
The text was updated successfully, but these errors were encountered:
Oops, I've realised this is due to me specifying "logo": "url-here", instead of "logo": { "light: "url-here", "dark": "url-here" }. However there's no errors in the console or diagnostic issues shown, so this is pretty confusing, especially since the logo does in fact show correctly.
Personally I would expect it to come up as one of the diagnostic errors when doing a live preview. The same kind of errors for when you have a link to a page that doesn't exist. But not sure how trivial this is.
I've just added a logo to my docs page, however both in local preview and live preview, this causes the side menu to disappear completely, as well as the page title and page image.
A url where this is broken can be seen here: https://docs.page/tqwewe/kameo~docs-faq
Simply removing the
"logo": "..."
line from thedocs.json
file brings back the side menu.(The fact the logo link is broken in the example url is unrelated to this issue).
The text was updated successfully, but these errors were encountered: