Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ IgnoreURLs:
- "https://code.visualstudio.com/"
- "https://blogs.oracle.com/.*"
- "https://jsonformatter.org/.*"
- "https://www.newtonsoft.com/.*"
IgnoreDirs:
- "docs/?.*/_print/"
- "docs/?.*/_shared/"
Expand All @@ -33,3 +34,6 @@ IgnoreDirs:
- "docs/2023.7/?.*/"
- "docs/2023.9/?.*/"
- "docs/2023.11/?.*/"
- "docs/2024.3/?.*/"
- "docs/2024.5/?.*/"
- "docs/2024.7/?.*/"
2 changes: 2 additions & 0 deletions assets/scss/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
}

p {
z-index: 10;
margin-top: 0px;
margin-bottom: 0px;
}
Expand Down Expand Up @@ -100,6 +101,7 @@
}

>ul {
z-index: 10;
margin-bottom: 0px;
}

Expand Down
1 change: 1 addition & 0 deletions assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
content: " ";
margin-top: -90px;
padding-top: 90px;
z-index: 5;
}
}

Expand Down
9 changes: 7 additions & 2 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,20 @@ enable = true
[[menu.main]]
identifier = 'documentation'
name = 'Documentation'
url = '/docs/2024.9'
url = '/docs/2024.11'
weight = 10

# Releases menu
[[params.versions]]
version = "2024.11"
url = "/docs/2024.11/"
dotNetVersion = "net-8.0"
latest = true

[[params.versions]]
version = "2024.9"
url = "/docs/2024.9/"
dotNetVersion = "net-8.0"
latest = true

[[params.versions]]
version = "2024.7"
Expand Down
Loading
Loading