dhbw-abb-typst-template/template/glossary.typ

18 lines
433 B
Plaintext

#let glossary = (
(
key: "oidc",
short: "OIDC",
long: "OpenID Connect",
desc: [OpenID is an open standard and decentralized authentication protocol promoted by the non-profit #link("https://en.wikipedia.org/wiki/OpenID#OpenID_Foundation")[OpenID Foundation].],
group: "Akronyme"
),
(
key: "potato",
short: "EDDI/EDDP",
plural: "potatoes",
desc: [#lorem(10)],
group: "Akronyme"
)
)