From 0e468d898ed1b7423e026008e3f4bd29d22e03ae Mon Sep 17 00:00:00 2001 From: Jerome Luckenbach Date: Wed, 7 Dec 2022 10:45:31 +0100 Subject: [PATCH] Add doc code examples (#3203) Signed-off-by: Jerome Luckenbach --- .../resources/archetype-resources/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/tools/archetype/binding/src/main/resources/archetype-resources/README.md b/tools/archetype/binding/src/main/resources/archetype-resources/README.md index e1b469e30..fcde4f817 100644 --- a/tools/archetype/binding/src/main/resources/archetype-resources/README.md +++ b/tools/archetype/binding/src/main/resources/archetype-resources/README.md @@ -71,6 +71,24 @@ _Provide a full usage example based on textual configuration files._ _*.things, *.items examples are mandatory as textual configuration is well used by many users._ _*.sitemap examples are optional._ +#[[###]]# Thing Configuration + +```java +Example thing configuration goes here. +``` +#[[###]]# Item Configuration + +```java +Example item configuration goes here. +``` + +#[[###]]# Sitemap Configuration + +```perl +Optional Sitemap configuration goes here. +Remove this section, if not needed. +``` + #[[##]]# Any custom content here! _Feel free to add additional sections for whatever you think should also be mentioned about your binding!_