Skip to content

Commit

Permalink
Merge pull request #15115 from quarkusio/qute-stable
Browse files Browse the repository at this point in the history
Mark quarkus-qute as stable
  • Loading branch information
gsmet authored Feb 19, 2021
2 parents 4868b64 + 9955926 commit 932200c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions docs/src/main/asciidoc/qute-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ include::./attributes.adoc[]
:sectnums:
:sectnumlevels: 4
:toc:
:extension-status: experimental

include::./status-include.adoc[]

Qute is a templating engine designed specifically to meet the Quarkus needs.
The usage of reflection is minimized to reduce the size of native images.
Expand Down
3 changes: 0 additions & 3 deletions docs/src/main/asciidoc/qute.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ and pull requests should be submitted there:
https://github.com/quarkusio/quarkus/tree/master/docs/src/main/asciidoc
////
= Qute Templating Engine
:extension-status: experimental

include::./attributes.adoc[]

Expand All @@ -15,8 +14,6 @@ In the development mode, all files located in `src/main/resources/templates` are
Furthermore, we try to detect most of the template problems at build time.
In this guide, you will learn how to easily render templates in your application.

include::./status-include.adoc[]

== Hello World with JAX-RS

If you want to use Qute in your JAX-RS application, you need to add the `quarkus-resteasy-qute` extension first.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ metadata:
guide: "https://quarkus.io/guides/qute"
categories:
- "miscellaneous"
status: "experimental"
status: "stable"

0 comments on commit 932200c

Please sign in to comment.