From 368c1de926f2db9bdb4cd97a65fb070ecbf65063 Mon Sep 17 00:00:00 2001 From: Rieks Date: Fri, 12 Apr 2024 08:41:41 +0200 Subject: [PATCH] Update tev2-config.yaml --- docs/tev2-config.yaml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/docs/tev2-config.yaml b/docs/tev2-config.yaml index ac8522f..cb623d0 100644 --- a/docs/tev2-config.yaml +++ b/docs/tev2-config.yaml @@ -1 +1,24 @@ -xxx \ No newline at end of file +# TNO Terminology Design tools configuration file (yaml) + +## General +scopedir: . # URL of the scope directory (where the SAF is located) +onNotExist: warn # Action in case something doesn't exist +output: . # (root) directory for output files to be written to + +## Machine Readable Glossary Tool +mrgt: + vsntag: # versiontag of MRG to generate. Default: all MRGs + +## Human Readable Glossary Tool +hrgt: + interpreter: default # `default` (default), or regex + converter: markdown-section-2 # style in which glossary entries are to be rendered + input: # glob pattern for files to be processed + - "*.md" + +## Term Reference Resolution Tool +trrt: + interpreter: default # `default`, `alt`, or regex + converter: html-hovertext-link # `markdown-link`, `html-link`, `html-hovertext-link`, `html-glossarytext-link`, mustache/handlebars template + input: # glob pattern for files to be processed + - "**/*.md" \ No newline at end of file