Commit b15389e
committed
Fix remaining Antora errors in cassandra-website content
Second batch of broken-xref / broken-asset fixes on the asf-staging
source tree:
- blog/Apache-Cassandra-Changelog-{19-September,20-November}-2022.adoc:
replace rendered-site xref target doc/latest/cassandra/architecture/
overview.adoc with the Antora component-qualified form
Cassandra:cassandra:architecture/overview.adoc.
- blog/Apache-Cassandra-Changelog-20-November-2022.adoc: remove a space
that had crept into the xref target for the Cassandra-Day-SC-Bellevue-
Houston-WakandaForever.adoc file.
- glossary.adoc: remove three include directives that referenced partials
never present in this repo (persistent-volume, persistent-volume-claim,
segment).
- download.adoc: rewrite image target from absolute rendered URL
/assets/img/caution.svg to the Antora-relative form caution.svg (the
asset lives in modules/ROOT/images/).
- apachecon_cfp.adoc: remove reference to /img/apachecon-2019.jpg, an
asset that was lost during the 2020 Jekyll-to-Antora migration
(CASSANDRA-16066). Surrounding 2019 archival prose stays intact.
Local verification via xref-report.sh delta against the post-batch-1
build: 8 of 9 targeted errors demonstrably resolved (total went from 9
to 3). Remaining 3 errors (2 from the architecture/overview rewrites,
1 from the main-nav Cassandra::index.adoc reference) all depend on the
Cassandra component being present in the Antora build. The local
verification build was a minimal website-only run (no -g flag) that
does not import the Cassandra component, so these three cannot be
validated locally; the Jenkins build resolves the Cassandra component
from multiple version sources and is the authoritative test for them.
The main-nav Cassandra::index.adoc xref was NOT touched in this commit.
Root cause analysis shows cassandra/doc/antora.yml declares the 6.0
version as prerelease, which disqualifies it as the default target for
unversioned xrefs. Fix direction (un-prerelease, pin a version, or
re-point the nav) is production-config-sensitive and left for a
separate ticket.
patch by Patrick McFadin; reviewed by Brandon Williams for CASSANDRA-213421 parent 0bb0f5e commit b15389e
5 files changed
Lines changed: 4 additions & 13 deletions
File tree
- site-content/source/modules/ROOT/pages
- blog
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | 254 | | |
259 | 255 | | |
260 | 256 | | |
| |||
295 | 291 | | |
296 | 292 | | |
297 | 293 | | |
298 | | - | |
299 | | - | |
300 | 294 | | |
301 | 295 | | |
302 | 296 | | |
| |||
0 commit comments