This repository can be added as a Git submodule in other projects, allowing you to seamlessly include these snippets in your AsciiDoc documents.
To include a snippet from this repository, use the following AsciiDoc include
directive:
include::docs-master/general/contains submodule note.adoc[]
Some snippets in this repository rely on predefined global variables to ensure consistency across different documents. These variables must be set in your AsciiDoc files before including the snippets.
Currently, the following global variable is required:
-
project_name
: Represents the name of your project. This variable is used to dynamically insert the project name in various snippets.