quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.75k stars 2.67k forks source link

Qute - document extension points #7326

Open mkouba opened 4 years ago

mkouba commented 4 years ago
mkouba commented 1 year ago

Template locators are documented here: https://quarkus.io/guides/qute-reference#template-locator and here: https://quarkus.io/guides/qute-reference#template-locator-registration.

mkouba commented 1 year ago

The ValueResolver is (insufficiently) documented here: https://quarkus.io/guides/qute-reference#value-resolvers

mkouba commented 1 year ago

The ParserHook is mentioned in the Content Filters section.