% The definitions of index-example, in the shape the indexed route reads: with
% bib2gls=false, \loadglsdefs falls back on \loadglsentries, which reads a TeX file
% of \newglossaryentry and not a bib. The category is written out by hand, since
% the other two routes set it themselves and this one does not.
\newglossaryentry{onderhands}{%
    category    = defs,
    name        = {Onderhandse akte},
    description = {Een akte die zonder tussenkomst van een ambtenaar is opgemaakt}%
}
\newglossaryentry{authentiek}{%
    category    = defs,
    name        = {Authentieke akte},
    description = {Een akte opgemaakt door een daartoe bevoegde ambtenaar}%
}
