From ea4a5bc56a74ca76426569c88847820a92028356 Mon Sep 17 00:00:00 2001 From: Celine Souchet Date: Fri, 30 Apr 2021 17:12:45 +0200 Subject: [PATCH] add a new page for the glossary on the user documentation --- docs/users/glossary.adoc | 12 ++++++++++++ docs/users/index.adoc | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 docs/users/glossary.adoc diff --git a/docs/users/glossary.adoc b/docs/users/glossary.adoc new file mode 100644 index 0000000000..04328ac155 --- /dev/null +++ b/docs/users/glossary.adoc @@ -0,0 +1,12 @@ +== Glossary +- options: pour configurer l’initialisation de la librairie + pour configurer les API au Runtime +- library integration: Something about how an app can integrate the library +- BPMN rendering: +- Customization: The library user changes the rendering / behavior using their own code by extending the library. +- Configuration: The library user changes the rendering / behavior using existing features. +- Custom behavior: +- Diagram navigation: +- Process data: Execution data + derived data +- Execution data: +- Derived data: + diff --git a/docs/users/index.adoc b/docs/users/index.adoc index afad18d7e6..b202a928ce 100644 --- a/docs/users/index.adoc +++ b/docs/users/index.adoc @@ -30,3 +30,5 @@ include::bpmn-support.adoc[] include::architecture/00-index.adoc[] +include::glossary.adoc[] +