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

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

Closed
zakkak opened this issue Apr 27, 2023 · 2 comments · Fixed by #33504
Closed

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

zakkak opened this issue Apr 27, 2023 · 2 comments · Fixed by #33504
Assignees
Labels
area/documentation kind/bug Something isn't working
Milestone

Comments

@zakkak
Copy link
Contributor

zakkak commented Apr 27, 2023

Describe the bug

#31143 introduced the "Native" category, however when I visit https://quarkus.io/guides/ and filter the guides by category and choosing Native doesn't list any guides.

Expected behavior

I would expect to see the following guides:

  1. Building a Native Executable
  2. Native Reference Guide
  3. Using SSL With Native Executables
  4. Tips for writing native applications

Actual behavior

No guides are listed

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@zakkak zakkak added the kind/bug Something isn't working label Apr 27, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented May 19, 2023

/cc @MichalMaler (documentation), @ebullient (documentation), @hmanwani-rh (documentation), @inoxx03 (documentation), @michelle-purcell (documentation), @sheilamjones (documentation), @sunayna15 (documentation)

@michelle-purcell
Copy link
Contributor

@ebullient -
👀 This is a newish category that got added recently.

The guides mentioned above all correctly declare :categories: native specified in the doc header.

Over in the quarkusio.github.io repo, the generated quarkus.yaml file doesn't include native along with all the other categories.

Before I submit PR churn... in the following source file, should native_docs("native", "Native") be changed to native("native", "Native") here? Is there somewhere else the new category also needs to be defined?

@michelle-purcell michelle-purcell self-assigned this May 19, 2023
ebullient added a commit to ebullient/quarkus that referenced this issue May 19, 2023
- 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
ebullient added a commit to ebullient/quarkus that referenced this issue May 19, 2023
- 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
ebullient added a commit to ebullient/quarkus that referenced this issue May 22, 2023
- 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
ebullient added a commit to ebullient/quarkus that referenced this issue May 24, 2023
- 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 quarkus-bot bot added this to the 3.2 - main milestone May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants