From ad7e5d50a7d32f0189ea0914ed9c2a78df7cbcf0 Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Fri, 26 Jan 2024 17:42:54 +0100 Subject: [PATCH] Blog post: WildFly guides --- _posts/2024-01-26-WildFly-Guides.adoc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _posts/2024-01-26-WildFly-Guides.adoc diff --git a/_posts/2024-01-26-WildFly-Guides.adoc b/_posts/2024-01-26-WildFly-Guides.adoc new file mode 100644 index 00000000..5ff6fb49 --- /dev/null +++ b/_posts/2024-01-26-WildFly-Guides.adoc @@ -0,0 +1,24 @@ +--- +layout: post +title: "WildFly Guides" +date: 2024-01-26 +tags: announcement documentation +author: hpehl +description: The WildFly website now has a section for guides. +--- + += WildFly Guides + +We have recently published a first collection of guides on the WildFly homepage. You can find the guides in the top-level navigation under link:https://www.wildfly.org/guides/[Guides]. They are divided into different categories. Currently, we have guides for "Get Started", "Observability", "Security", "MicroProfile", and "Automation". + +== What to expect + +The guides address one topic of a specific use case in more detail. Unlike the https://docs.wildfly.org[reference documentation,window=_blank], the guides describe step by step how a specific task can be approached and solved. All guidelines have a common structure, clearly list the prerequisites and provide an estimate of the time required for completing the task. + +== We need your feedback + +We would liek to get your feedback about the guides. Please use the link:https://groups.google.com/forum/#!forum/wildfly[forum] or the link:https://wildfly.zulipchat.com/[chat] and let us know how you like them. + +== What's next? + +Expect more guides to come in the next months. If you're missing a topic or even would like to contribute to the guides, please let us know!