Skip to content

Commit 4f5a7be

Browse files
docs: Apply missed upstream Java docs formatting fix from PR #80 (#82)
* Documentation updates from Promptless * Sync documentation updates from Promptless agent --------- Co-authored-by: promptless[bot] <179508745+promptless[bot]@users.noreply.github.com> Co-authored-by: Alan Mond <alan.mond@gmail.com>
1 parent 6d6fea9 commit 4f5a7be

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

docs.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@
254254
{
255255
"group": "Programs",
256256
"pages": [
257-
"community/update",
258257
"community/sig",
259258
"community/experts",
260259
"community/partners",
@@ -525,7 +524,6 @@
525524
{
526525
"group": "Programs",
527526
"pages": [
528-
"8.4.2/community/update",
529527
"8.4.2/community/sig",
530528
"8.4.2/community/experts",
531529
"8.4.2/community/partners",
@@ -796,7 +794,6 @@
796794
{
797795
"group": "Programs",
798796
"pages": [
799-
"8.3.1/community/update",
800797
"8.3.1/community/sig",
801798
"8.3.1/community/experts",
802799
"8.3.1/community/partners",
@@ -1067,7 +1064,6 @@
10671064
{
10681065
"group": "Programs",
10691066
"pages": [
1070-
"8.2.1/community/update",
10711067
"8.2.1/community/sig",
10721068
"8.2.1/community/experts",
10731069
"8.2.1/community/partners",
@@ -1338,7 +1334,6 @@
13381334
{
13391335
"group": "Programs",
13401336
"pages": [
1341-
"8.1.1/community/update",
13421337
"8.1.1/community/sig",
13431338
"8.1.1/community/experts",
13441339
"8.1.1/community/partners",
@@ -1609,7 +1604,6 @@
16091604
{
16101605
"group": "Programs",
16111606
"pages": [
1612-
"8.0.1/community/update",
16131607
"8.0.1/community/sig",
16141608
"8.0.1/community/experts",
16151609
"8.0.1/community/partners",
@@ -1880,7 +1874,6 @@
18801874
{
18811875
"group": "Programs",
18821876
"pages": [
1883-
"7.6.2/community/update",
18841877
"7.6.2/community/sig",
18851878
"7.6.2/community/experts",
18861879
"7.6.2/community/partners",
@@ -2151,7 +2144,6 @@
21512144
{
21522145
"group": "Programs",
21532146
"pages": [
2154-
"6.5.0/community/update",
21552147
"6.5.0/community/sig",
21562148
"6.5.0/community/experts",
21572149
"6.5.0/community/partners",
@@ -2422,7 +2414,6 @@
24222414
{
24232415
"group": "Programs",
24242416
"pages": [
2425-
"5.4.1/community/update",
24262417
"5.4.1/community/sig",
24272418
"5.4.1/community/experts",
24282419
"5.4.1/community/partners",

docs/bazel-and-java.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,10 @@ projects:
144144
## Configuring the Java toolchains
145145

146146
Bazel uses two types of Java toolchains:
147-
- execution, used to execute and test Java binaries, controlled with
147+
148+
* execution, used to execute and test Java binaries, controlled with the
148149
`--java_runtime_version` flag
149-
- compilation, used to compile Java sources, controlled with
150+
* compilation, used to compile Java sources, controlled with the
150151
`--java_language_version` flag
151152

152153
### Configuring additional execution toolchains

0 commit comments

Comments
 (0)