Skip to content
Closed
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
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/checklink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
config: .htmltest.yml
- name: Archive htmltest results
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
# Note: Set ACTIONS_RUNTIME_TOKEN env variable to test with nektos/act
with:
name: htmltest-report
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ public/
resources/
node_modules/
tech-doc-hugo
content/en/docs/latest/
content/static/latest/
content/static/**/*.dtmp
content/static/**/*.bkp
content/static/**/*.crswap
2 changes: 2 additions & 0 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ IgnoreURLs:
- "https://blogs.oracle.com/.*"
- "https://jsonformatter.org/.*"
- "https://www.newtonsoft.com/.*"
- "https://.*.gov.uk/.*"

IgnoreDirs:
- "docs/?.*/_print/"
- "docs/?.*/_shared/"
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.11'
url = '/docs/2025.1'
weight = 10

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

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

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