unison/unison-src/transcripts-manual/docs.to-html.md
2024-06-27 11:29:00 -07:00

389 B

test-html-docs/main> builtins.mergeio lib.builtins
{{A doc directly in the namespace.}}
some.ns.direct = 1

{{A doc pretty deeply nested in the namespace.}}
some.ns.pretty.deeply.nested = 2

{{A doc outside the namespace.}}
some.outside = 3
test-html-docs/main> add
test-html-docs/main> docs.to-html some.ns unison-src/transcripts-manual/docs.to-html