diff --git a/.github/workflows/build-eud-on-pull-request.yml b/.github/workflows/build-eud-on-pull-request.yml
index 55fb89c1a..d3717303b 100644
--- a/.github/workflows/build-eud-on-pull-request.yml
+++ b/.github/workflows/build-eud-on-pull-request.yml
@@ -14,10 +14,10 @@ jobs:
run: git status
- name: Download docfx
- run: curl https://github.com/dotnet/docfx/releases/download/v2.59.2/docfx.zip -L -o ../docfx.zip
+ run: curl https://github.com/dotnet/docfx/releases/download/v2.77.0/docfx-win-x64-v2.77.0.zip -L -o ../docfx-win-x64-v2.77.0.zip
- name: Expand docfx
- run: Expand-Archive ../docfx.zip -DestinationPath ../docfx
+ run: Expand-Archive ../docfx-win-x64-v2.77.0.zip -DestinationPath ../docfx
- name: Build site with docfx
run: ../docfx/docfx.exe build docfx.json --warningsAsErrors
diff --git a/.github/workflows/update-gh-pages-branch.yml b/.github/workflows/update-gh-pages-branch.yml
index 974820cd1..ffbc91c7b 100644
--- a/.github/workflows/update-gh-pages-branch.yml
+++ b/.github/workflows/update-gh-pages-branch.yml
@@ -14,13 +14,13 @@ jobs:
run: git status
- name: Download docfx
- run: curl https://github.com/dotnet/docfx/releases/download/v2.59.2/docfx.zip -L -o ../docfx.zip
+ run: curl https://github.com/dotnet/docfx/releases/download/v2.77.0/docfx-win-x64-v2.77.0.zip -L -o ../docfx-win-x64-v2.77.0.zip
- name: Expand docfx
- run: Expand-Archive ../docfx.zip -DestinationPath ../docfx
+ run: Expand-Archive ../docfx-win-x64-v2.77.0.zip -DestinationPath ../docfx
- name: Build site with docfx
- run: "../docfx/docfx.exe build docfx.json --globalMetadata \"{ '_matomoContainerUrl': 'https://matomo.devexpress.com/js/container_kE7MWPi0.js' }\" --warningsAsErrors"
+ run: "../docfx/docfx.exe build docfx.json --metadata \"{ '_matomoContainerUrl': 'https://matomo.devexpress.com/js/container_kE7MWPi0.js' }\" --warningsAsErrors"
- name: Archive site
run: Compress-Archive -Path _site/* -DestinationPath ${{ runner.temp }}/site.zip
diff --git a/.template/partials/head.tmpl.partial b/.template/partials/head.tmpl.partial
index 9ad30b1ec..66dc06037 100644
--- a/.template/partials/head.tmpl.partial
+++ b/.template/partials/head.tmpl.partial
@@ -9,7 +9,7 @@
{{#_description}}{{/_description}}
-
+