Skip to content
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

Fix propagation of native category #33504

Merged
merged 2 commits into from
May 25, 2023
Merged

Conversation

ebullient
Copy link
Member

  • Add native category to related tutorials
  • Fix preamble spacing / doc attribute detection in native reference
  • Add a few missing id values
  • Fix summary/preamble for maven & gradle tooling guides

Fixes #32953

@github-actions
Copy link

github-actions bot commented May 19, 2023

🙈 The PR is closed and the preview is expired.

@quarkus-bot

This comment has been minimized.

@ebullient ebullient requested a review from gsmet May 22, 2023 22:17
@quarkus-bot

This comment has been minimized.

@quarkus-bot

This comment has been minimized.

@ebullient ebullient force-pushed the docs-errors branch 3 times, most recently from 293fbfe to 144fdda Compare May 23, 2023 02:07
@quarkus-bot

This comment has been minimized.

Copy link
Contributor

@michelle-purcell michelle-purcell left a comment

Choose a reason for hiding this comment

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

@ebullient - Super. All guides (including the 4 raised in issue #32953) are now displayed as expected when you select the 'Native' filter on the landing page. Thank you 👍

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

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

Looks good but I added two questions.

@@ -3,8 +3,9 @@ This guide is maintained in the main Quarkus repository
and pull requests should be submitted there:
https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
////
Copy link
Member

Choose a reason for hiding this comment

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

Do we have a redirect in place for the micrometer.adoc file you removed?

Copy link
Member Author

Choose a reason for hiding this comment

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

I made it.. did I submit it is the question.

Let me retrace my steps yesterday to see when I got distracted and dropped the thread...

Copy link
Member Author

@ebullient ebullient May 23, 2023

Choose a reason for hiding this comment

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

quarkusio/quarkusio.github.io#1709

But it doesn't point to the tutorial, it points here: docs/src/main/asciidoc/telemetry-micrometer.adoc

@@ -3,9 +3,10 @@ This guide is maintained in the main Quarkus repository
and pull requests should be submitted there:
https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
////
[id="deploy-kubernetes"]
Copy link
Member

Choose a reason for hiding this comment

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

What's the purpose of this id?

Copy link
Member Author

@ebullient ebullient May 23, 2023

Choose a reason for hiding this comment

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

doc ids are often used downstream in unified views or other generated TOC. It functions as a subsection id of a larger whole.

https://docs.asciidoctor.org/asciidoc/latest/attributes/id/

- Add native category to related tutorials
- Fix preamble spacing / doc attribute detection in native reference
- Add a few missing id values
- Fix summary/preamble for maven & gradle tooling guides

Fixes quarkusio#32953
@quarkus-bot

This comment has been minimized.

@quarkus-bot

This comment has been minimized.

@quarkus-bot
Copy link

quarkus-bot bot commented May 25, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

Copy link
Contributor

@brunobat brunobat left a comment

Choose a reason for hiding this comment

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

Looks good to me.
As we discussed in the chat we could move the opentelemetry doc to telemetry-otel and well.

@ebullient ebullient merged commit 5b3d82c into quarkusio:main May 25, 2023
@quarkus-bot quarkus-bot bot added this to the 3.2 - main milestone May 25, 2023
@ebullient ebullient deleted the docs-errors branch May 25, 2023 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: filtering by category "Native" not working in https://quarkus.io/guides/
4 participants