Skip to content

Update 8.x to 8.19 #3238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jul 11, 2025
Merged

Update 8.x to 8.19 #3238

merged 8 commits into from
Jul 11, 2025

Conversation

bmorelli25
Copy link
Member

Updates 8.x to 8.19 in the legacy docs.

Copy link

github-actions bot commented Jul 8, 2025

A documentation preview will be available soon.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.

@bmorelli25
Copy link
Member Author

This is failing on bad 8.x to 8.19 links which makes me think there's something goofy somewhere that I forgot about...

@bmorelli25 bmorelli25 assigned bmorelli25 and unassigned alaudazzi Jul 8, 2025
@bmorelli25
Copy link
Member Author

Sure enough. Sometimes saying it out loud is enough.

@bmorelli25
Copy link
Member Author

Nice. Down to a hanful:


INFO:build_docs:Bad cross-document links:
--
  | INFO:build_docs:  /tmp/docsbuild/target_repo/html/en/elasticsearch/reference/8.18/es-connectors-tutorial-api.html contains broken links to:
  | INFO:build_docs:   - en/elasticsearch/reference/8.x/create-connector-api.html
  | INFO:build_docs:   - en/kibana/8.x/console-kibana.html
  | INFO:build_docs:  /tmp/docsbuild/target_repo/html/en/elasticsearch/reference/8.19/es-connectors-tutorial-api.html contains broken links to:
  | INFO:build_docs:   - en/elasticsearch/reference/8.x/create-connector-api.html
  | INFO:build_docs:   - en/kibana/8.x/console-kibana.html
  | INFO:build_docs:  /tmp/docsbuild/target_repo/html/en/elasticsearch/reference/current/es-connectors-tutorial-api.html contains broken links to:
  | INFO:build_docs:   - en/elasticsearch/reference/8.x/create-connector-api.html
  | INFO:build_docs:   - en/kibana/8.x/console-kibana.html


@lcawl
Copy link
Contributor

lcawl commented Jul 10, 2025

This work-around is no longer necessary anymore:

if ($version eq "8.x") {
... I guess it isn't hurting anything if it lingers.

I double-checked that we weren't also doing something like that in the Kibana doc link service, but https://github.com/elastic/kibana/blob/8.19/src/platform/packages/shared/kbn-doc-links/src/get_doc_meta.ts LGTM (just means the UI has broken links until we get the 8.19 docs live).

@bmorelli25
Copy link
Member Author

bmorelli25 commented Jul 10, 2025

Thanks, Lisa! Removed in 2d73726

Copy link
Contributor

@karenzone karenzone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bmorelli25 bmorelli25 merged commit b2bdf40 into master Jul 11, 2025
3 checks passed
@bmorelli25 bmorelli25 deleted the remove-8.x-from-config branch July 11, 2025 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants