Skip to content

Commit 9bde4bd

Browse files
authored
Merge 2024.11 Documentation
Merge 2024.11 Documentation
1 parent 1c33172 commit 9bde4bd

File tree

1,423 files changed

+86678
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,423 files changed

+86678
-23
lines changed

.htmltest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ IgnoreURLs:
2424
- "https://code.visualstudio.com/"
2525
- "https://blogs.oracle.com/.*"
2626
- "https://jsonformatter.org/.*"
27+
- "https://www.newtonsoft.com/.*"
2728
IgnoreDirs:
2829
- "docs/?.*/_print/"
2930
- "docs/?.*/_shared/"
@@ -33,3 +34,6 @@ IgnoreDirs:
3334
- "docs/2023.7/?.*/"
3435
- "docs/2023.9/?.*/"
3536
- "docs/2023.11/?.*/"
37+
- "docs/2024.3/?.*/"
38+
- "docs/2024.5/?.*/"
39+
- "docs/2024.7/?.*/"

assets/scss/_content.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
}
2727

2828
p {
29+
z-index: 10;
2930
margin-top: 0px;
3031
margin-bottom: 0px;
3132
}
@@ -100,6 +101,7 @@
100101
}
101102

102103
>ul {
104+
z-index: 10;
103105
margin-bottom: 0px;
104106
}
105107

assets/scss/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
content: " ";
4343
margin-top: -90px;
4444
padding-top: 90px;
45+
z-index: 5;
4546
}
4647
}
4748

config/_default/config.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,15 +200,20 @@ enable = true
200200
[[menu.main]]
201201
identifier = 'documentation'
202202
name = 'Documentation'
203-
url = '/docs/2024.9'
203+
url = '/docs/2024.11'
204204
weight = 10
205205

206206
# Releases menu
207+
[[params.versions]]
208+
version = "2024.11"
209+
url = "/docs/2024.11/"
210+
dotNetVersion = "net-8.0"
211+
latest = true
212+
207213
[[params.versions]]
208214
version = "2024.9"
209215
url = "/docs/2024.9/"
210216
dotNetVersion = "net-8.0"
211-
latest = true
212217

213218
[[params.versions]]
214219
version = "2024.7"

0 commit comments

Comments
 (0)