summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Meusel <christian.meusel@posteo.de>2023-03-20 13:00:29 +0100
committerGitHub <noreply@github.com>2023-03-20 21:00:29 +0900
commit93df558ab5dbfb413d7f647fe60006a4cf2505df (patch)
tree7488a9620aa72462909149d418ec960cfdc7d4be
parent262747b87fcb1c891059f1ffab767b4aa65421a9 (diff)
docs(preset): add missing config for Java to no-runtime-version (#5011)
docs(preset): add missing Java to no-runtime-version
-rw-r--r--docs/.vuepress/public/presets/toml/no-runtime-versions.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/.vuepress/public/presets/toml/no-runtime-versions.toml b/docs/.vuepress/public/presets/toml/no-runtime-versions.toml
index 09accea7d..9778f2850 100644
--- a/docs/.vuepress/public/presets/toml/no-runtime-versions.toml
+++ b/docs/.vuepress/public/presets/toml/no-runtime-versions.toml
@@ -49,6 +49,9 @@ format = 'via [$symbol]($style)'
[helm]
format = 'via [$symbol]($style)'
+[java]
+format = 'via [$symbol]($style)'
+
[julia]
format = 'via [$symbol]($style)'