Skip to content

Commit

Permalink
Merge pull request #31143 from zakkak/2023-02-14-create-docs-category…
Browse files Browse the repository at this point in the history
…-native

Create "native" category for docs
  • Loading branch information
zakkak authored Feb 15, 2023
2 parents 60614f8 + 8fd219b commit b9cefa8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/building-native-image.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
////
= Building a Native Executable
include::_attributes.adoc[]
:categories: getting-started
:categories: getting-started, native
:summary: Build native executables with GraalVM or Mandrel.

This guide covers:
Expand Down
1 change: 1 addition & 0 deletions docs/src/main/asciidoc/doc-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ Quarkus documentation is grouped into the following categories.
| integration | Support for integration extensions (Camel)
| messaging | Integrations with messaging systems like Kafka, AMQP, or RabbitMQ.
| miscellaneous | Miscellaneous
| native | Everything related to native executables
| observability | Extensions and integrations for runtime and application observability
| reactive | Extensions that support reactive technologies and techniques
| security | Security
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/native-and-ssl.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
////
= Using SSL With Native Executables
include::_attributes.adoc[]
:categories: core
:categories: core, native, security
:summary: In this guide, we will discuss how you can get your native images to support SSL, as native images don't support it out of the box.
:devtools-no-gradle:

Expand Down
1 change: 1 addition & 0 deletions docs/src/main/asciidoc/native-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
= Native Reference Guide

include::_attributes.adoc[]
:categories: native

This guide is a companion to the
xref:building-native-image.adoc[Building a Native Executable],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
////
= Tips for writing native applications
include::_attributes.adoc[]
:categories: core, writing-extensions
:categories: core, writing-extensions, native
:summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.

This guide contains various tips and tricks for getting around problems that might arise when attempting to run Java applications as native executables.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ enum Category {
integration("integration", "Integration"),
messaging("messaging", "Messaging"),
miscellaneous("miscellaneous", "Miscellaneous"),
native_docs("native", "Native"),
observability("observability", "Observability"),
reactive("reactive", "Reactive"),
security("security", "Security"),
Expand Down

0 comments on commit b9cefa8

Please sign in to comment.