SingulinkFX icon indicating copy to clipboard operation
SingulinkFX copied to clipboard

Navigation breaks when using href on Top-Level toc.yml

Open hexxone opened this issue 1 year ago • 5 comments

So my top-level toc.yml looks like this:

- name: Home
  href: index.md
- name: Articles
  href: articles/toc.yml
- name: Documentation
  href: sdk/toc.yml
  homepage: sdk/My.Namespace.SDK.yml

when generating with the "modern" template this works correctly and creates dropdowns accordingly :

image

But it seems with this template there is weird behaviour on the Navigation and the sub-navigation disappears completely:

image

The weird thing is I didnt see any errors logged in the browser console..

But I will gladly provide more information. Let me know :)

hexxone avatar May 30 '23 22:05 hexxone