diff --git a/docs.json b/docs.json index 89ac54c..b79de5b 100644 --- a/docs.json +++ b/docs.json @@ -254,7 +254,6 @@ { "group": "Programs", "pages": [ - "community/update", "community/sig", "community/experts", "community/partners", @@ -525,7 +524,6 @@ { "group": "Programs", "pages": [ - "8.4.2/community/update", "8.4.2/community/sig", "8.4.2/community/experts", "8.4.2/community/partners", @@ -796,7 +794,6 @@ { "group": "Programs", "pages": [ - "8.3.1/community/update", "8.3.1/community/sig", "8.3.1/community/experts", "8.3.1/community/partners", @@ -1067,7 +1064,6 @@ { "group": "Programs", "pages": [ - "8.2.1/community/update", "8.2.1/community/sig", "8.2.1/community/experts", "8.2.1/community/partners", @@ -1338,7 +1334,6 @@ { "group": "Programs", "pages": [ - "8.1.1/community/update", "8.1.1/community/sig", "8.1.1/community/experts", "8.1.1/community/partners", @@ -1609,7 +1604,6 @@ { "group": "Programs", "pages": [ - "8.0.1/community/update", "8.0.1/community/sig", "8.0.1/community/experts", "8.0.1/community/partners", @@ -1880,7 +1874,6 @@ { "group": "Programs", "pages": [ - "7.6.2/community/update", "7.6.2/community/sig", "7.6.2/community/experts", "7.6.2/community/partners", @@ -2151,7 +2144,6 @@ { "group": "Programs", "pages": [ - "6.5.0/community/update", "6.5.0/community/sig", "6.5.0/community/experts", "6.5.0/community/partners", @@ -2422,7 +2414,6 @@ { "group": "Programs", "pages": [ - "5.4.1/community/update", "5.4.1/community/sig", "5.4.1/community/experts", "5.4.1/community/partners", diff --git a/docs/bazel-and-java.mdx b/docs/bazel-and-java.mdx index ce69d8c..bd5af01 100644 --- a/docs/bazel-and-java.mdx +++ b/docs/bazel-and-java.mdx @@ -144,9 +144,10 @@ projects: ## Configuring the Java toolchains Bazel uses two types of Java toolchains: -- execution, used to execute and test Java binaries, controlled with + +* execution, used to execute and test Java binaries, controlled with the `--java_runtime_version` flag -- compilation, used to compile Java sources, controlled with +* compilation, used to compile Java sources, controlled with the `--java_language_version` flag ### Configuring additional execution toolchains