Open sjclark opened 2 hours ago
Possible theres more than one issue going on here, the preferences
page seems to get a nav_title
from somewhere else;
(the page itself has no nav_title
set)
Actually these seem to be overtly linked in the nav tree 🤷 :
https://github.com/statamic/docs/blob/c87db2a20d749a32291d5cfa96bd4db296a5c450/content/trees/navigation/extending_docs.yaml#L102-L105
https://github.com/statamic/docs/blob/c87db2a20d749a32291d5cfa96bd4db296a5c450/content/trees/navigation/extending_docs.yaml#L40-L43
Also of note, these nav items only show when the overview
page is selected for the respective sections. Visiting any other nav item within that section hides these items.
Multiple pages within the Documentation seem to have erroneous links and titles to pages in other sections: https://statamic.dev/extending/control-panel ("Overview") And http://statamic-docs.test/extending/javascript ("API Overview")
Having an explore on a local copy to try figure it out, but Erin suggested filing an issue 👍