Examples Directory and Example Files
Examples family directory
A module directory can contain an optional family directory named examples.
📂 modules 📂 a-named-module 📂 examples (1) 📄 a-source-file.js (2) 📂 ROOT 📂 examples (3) 📄 a-source-file.csv (4) 📄 a-source-file.json 📂 pages 📄 a-source-file.adoc 📄 nav.adoc
1 | An examples family directory in a named module directory |
2 | An example source file |
3 | An examples family directory in a ROOT module directory |
4 | An example source file |
Antora applies preset behavior to the source files stored in an examples directory when it generates a site.
Examples
Examples are resources, such as source code (e.g., runner.js), terminal output, and data sets (e.g., choptank-co2.csv). The source files for examples are stored in an examples directory. Examples shouldn’t be confused with the AsciiDoc example block, though they can be inserted into an example block using an include directive.
If an example isn’t referenced in an AsciiDoc include directive, its content won’t be published to a site. Examples and tagged regions in an example can be inserted into any page or partial, regardless of the module or component version it belongs to, using the include directive and the example’s resource ID.