Skip to content

Commit

Permalink
bugfix in terminology-config.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Rieks <[email protected]>
  • Loading branch information
RieksJ committed Dec 8, 2023
1 parent b18299f commit bd2ee88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/terminology-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ mrgt:
## Human Readable Glossary Tool

hrgt:
interpreter: basic
interpreter: default
converter: |+
### [{{#if glossaryTerm}}{{glossaryTerm}}{{else}}{{capFirst term}}{{/if}}]({{localize navurl}})\n
{{#if glossaryText}}{{glossaryText}}{{else}}no `glossaryText` was specified for this entry.{{/if}}\n
force: true
force: true # overwrite existing files
input:
- "glossary.md"

## Term Reference Resolution Tool

trrt:
interpreter: basic # type of interpreter, either: a regex, "alt", or "basic"
interpreter: default # type of interpreter, either: a regex, "alt", or "basic"
converter:
>- # Type of converter, either: a mustache template, "http", or "markdown"
<a
href="{{localize navurl}}{{#if trait}}#{{trait}}{{/if}}"
hovertext="{{#if hoverText}}{{hoverText}}{{else}}{{#if glossaryTerm}}{{glossaryTerm}}{{else}}{{capFirst term}}{{/if}}: {{noRefs glossaryText type="markdown"}}{{/if}}"
>{{showtext}}</a>
force: true # toggle overwriting of existing files
force: true # overwrite existing files
input: # glob pattern strings for files to be processed by the TRRT
- "**/*.md"

0 comments on commit bd2ee88

Please sign in to comment.