We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2e99c commit ea83176Copy full SHA for ea83176
.github/workflows/deploy-vitepress-docs.yaml
@@ -87,8 +87,8 @@ jobs:
87
# Symlink the api docs to avoid duplication
88
ln -s ../${DOC_VERSION}/api ./gh-pages/${DOC_ALIAS}/api
89
90
- # TODO: Enable when v5 release is done
91
- # cp internal/documentation/scripts/resources/custom404.html ./gh-pages/404.html
+ # Custom 404 page
+ cp internal/documentation/scripts/resources/custom404.html ./gh-pages/404.html
92
- name: Publish Docs
93
run: |
94
cd ./gh-pages
0 commit comments