Skip to content

Commit 725dfbb

Browse files
authored
Merge 2025.1 Documentation
Merge 2025.1 Documentation
1 parent 60d10a0 commit 725dfbb

File tree

1,457 files changed

+87344
-75
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,457 files changed

+87344
-75
lines changed

.github/workflows/checklink.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# For maximum backward compatibility with Hugo modules
3737
HUGO_ENVIRONMENT: production
3838
HUGO_ENV: production
39-
run: hugo --environment GitHubPages -d $GITHUB_WORKSPACE/dist
39+
run: hugo --environment GitHubPages -d $GITHUB_WORKSPACE/dist --buildFuture
4040
- name: Test HTML
4141
uses: wjdp/htmltest-action@master
4242
with:

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
1+
docs/
2+
!docs/CNAME
23
public/
34
resources/
45
node_modules/

.htmltest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ IgnoreURLs:
2626
- "https://jsonformatter.org/.*"
2727
- "https://www.newtonsoft.com/.*"
2828
- "https://.*.gov.uk/.*"
29-
29+
- "https://www.elastic.co/.*"
30+
- "https://www.connectionstrings.com/.*"
3031
IgnoreDirs:
3132
- "docs/?.*/_print/"
3233
- "docs/?.*/_shared/"

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.11'
203+
url = '/docs/2025.1'
204204
weight = 10
205205

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

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

content/en/blog/releases/2025.X/2025.1.md

Lines changed: 524 additions & 0 deletions
Lines changed: 5 additions & 0 deletions

content/en/docs/2024.11/getting-started/on-premise/install-innovation-only/multiple-server-with-ha/install-web-application-server/prerequisites.md

Lines changed: 1 addition & 0 deletions
Lines changed: 8 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
Lines changed: 8 additions & 0 deletions

0 commit comments

Comments
 (0)