Skip to content

Commit

Permalink
Work around failure of maturity model PR to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Oct 7, 2024
1 parent f269d02 commit cefbdd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/extension-faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ The document header ends at the first blank line. Do not remove the blank line b
### Why would I want to write an extension?

Check failure on line 19 in docs/src/main/asciidoc/extension-faq.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.TermsErrors] Use 'you' rather than 'I'. Raw Output: {"message": "[Quarkus.TermsErrors] Use 'you' rather than 'I'.", "location": {"path": "docs/src/main/asciidoc/extension-faq.adoc", "range": {"start": {"line": 19, "column": 15}}}, "severity": "ERROR"}

Check warning on line 19 in docs/src/main/asciidoc/extension-faq.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.HeadingPunctuation] Do not use end punctuation in headings. Raw Output: {"message": "[Quarkus.HeadingPunctuation] Do not use end punctuation in headings.", "location": {"path": "docs/src/main/asciidoc/extension-faq.adoc", "range": {"start": {"line": 19, "column": 42}}}, "severity": "INFO"}

See the xref:writing-extensions#extension-philosophy[extension philosophy].
The xref:extension-maturity-model[extension maturity model] shows the kinds of capabilities extensions can offer.
Another useful thing extensions can do is bundle other extensions.

One useful thing extensions can do is bundle other extensions.
Have a look at the link:https://quarkus.io/extensions/io.quarkiverse.microprofile/quarkus-microprofile/[Quarkus MicroProfile extension] for an example of aggregator extensions.

Check warning on line 24 in docs/src/main/asciidoc/extension-faq.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.TermsWarnings] Consider using 'examine' rather than 'look at' unless updating existing content that uses the term. Raw Output: {"message": "[Quarkus.TermsWarnings] Consider using 'examine' rather than 'look at' unless updating existing content that uses the term.", "location": {"path": "docs/src/main/asciidoc/extension-faq.adoc", "range": {"start": {"line": 24, "column": 8}}}, "severity": "WARNING"}

### Are there cases an extension isn't necessary?

Check warning on line 26 in docs/src/main/asciidoc/extension-faq.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.HeadingPunctuation] Do not use end punctuation in headings. Raw Output: {"message": "[Quarkus.HeadingPunctuation] Do not use end punctuation in headings.", "location": {"path": "docs/src/main/asciidoc/extension-faq.adoc", "range": {"start": {"line": 26, "column": 48}}}, "severity": "INFO"}
Expand Down

0 comments on commit cefbdd7

Please sign in to comment.