Improve DocFX documentation generation
This commit is contained in:
parent
85e90f7bd5
commit
9ce4e18637
316 changed files with 476 additions and 23671 deletions
21
Docs/templates/discordfx/styles/main.css
Normal file
21
Docs/templates/discordfx/styles/main.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue