Commit ccb9590
docs(java): fix the installation section structure (#2521)
Two sentences told the reader to replace `${copilot.sdk.version}`, but no
snippet contains that placeholder - the release automation writes concrete
versions in. The copy under the snapshot Gradle example additionally said to
use "the latest release from Maven Central" while showing a -SNAPSHOT.
`Snapshot Builds` was also nested under `### Gradle` even though it covers
both build tools, and the snapshot Gradle example sat at `###`, so the page
rendered two sibling "Gradle" installation sections with conflicting versions
(and a duplicate `gradle` heading slug).
Promote the section to `### Snapshot builds` with `#### Maven` / `#### Gradle`
underneath, and drop the stale sentences. No version string changes, so
scripts/update-documentation-versions.sh keeps its one-release-and-one-snapshot
contract for both build tools.
Co-authored-by: Zhangyi Yuan <j-zhangyiyuan@microsoft.com>1 parent 495f90a commit ccb9590
1 file changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
49 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
| 69 | + | |
72 | 70 | | |
73 | 71 | | |
74 | 72 | | |
| |||
0 commit comments