Files
modern-cv/docs/manual.typ
Paul Tsouchlos 72d5c1535d build: move documentation to docs folder
This makes it compatible with the just doc command
2024-09-18 13:38:22 -06:00

10 lines
176 B
Typst

#import "../lib.typ"
#import "@preview/tidy:0.3.0"
#let docs = tidy.parse-module(
read("../lib.typ"),
name: "Modern CV",
scope: (resume: lib),
)
#tidy.show-module(docs)