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
Simplify navigation interfaces and make them partially generic (#1347)
* simpify navigation model by removing wrapper navigation items
* seperate navigation interfaces out more clearly
* start adding generics to navigation
* make root generic
* Undo making root generic
* remove crosslink from navigation interfaces now that pageinformation is generic
* Some renaming of properties
* Url and NavigationTile now powered by navigation items
* more navigation interface refactorings
* current nav should be nullable
* small comment typo
* only emit an error if file configured in toc is not markdown and is not snippetfile
* Include AI generated and touched up xml docs
* Address code problems flagged by rider, mostly due to improved non nullabilty of navigation items
* replace temp MarkdownIndexFile property with Index which is now the generic MarkdownFile
0 commit comments