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 db97072 commit 1296ffcCopy full SHA for 1296ffc
netlify.toml
@@ -3,8 +3,8 @@
3
command = "make docs"
4
publish = "site"
5
[build.environment]
6
- PYTHON_VERSION = "3.8"
7
- GO_VERSION = "1.21.4"
+ PYTHON_VERSION = "3.9"
+ GO_VERSION = "1.22.8"
8
9
# Standard Netlify redirects
10
[[redirects]]
requirements.txt
@@ -6,7 +6,7 @@ livereload==2.7.0
# mkdocs 2.4.1 requires Markdown < 3.4.0
# https://github.com/kubernetes-sigs/gateway-api/pull/1671#issuecomment-1400586465
markdown~=3.7
-MarkupSafe==2.1.5
+MarkupSafe==3.0.2
mkdocs==1.6.1
11
mkdocs-awesome-pages-plugin==2.9.3
12
mkdocs-macros-plugin==1.3.7
0 commit comments