Skip to content

Commit

Permalink
Update tev2-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RieksJ authored Apr 12, 2024
1 parent 8cc8a42 commit 368c1de
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion docs/tev2-config.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
xxx
# 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"

0 comments on commit 368c1de

Please sign in to comment.