Improve DocFX documentation generation

This commit is contained in:
Jordan Wages 2026-07-07 13:52:41 -05:00
commit 9ce4e18637
316 changed files with 476 additions and 23671 deletions

View file

@ -0,0 +1,21 @@
.sidenav {
position: sticky;
top: 0;
max-height: 100vh;
}
.sidetoc {
height: 100vh;
}
.inheritedMembers,
.extensionMethods {
display: none;
}
.content.wrap h1,
.content.wrap h2,
.content.wrap h3,
.content.wrap h4 {
scroll-margin-top: 80px;
}