Add doc code examples (#3203)

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
This commit is contained in:
Jerome Luckenbach 2022-12-07 10:45:31 +01:00 committed by GitHub
parent ac7378d1bb
commit 0e468d898e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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._ _*.things, *.items examples are mandatory as textual configuration is well used by many users._
_*.sitemap examples are optional._ _*.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! #[[##]]# Any custom content here!
_Feel free to add additional sections for whatever you think should also be mentioned about your binding!_ _Feel free to add additional sections for whatever you think should also be mentioned about your binding!_