build: move documentation to docs folder

This makes it compatible with the just doc command
This commit is contained in:
Paul Tsouchlos
2024-09-18 13:38:22 -06:00
parent 3ef57b6b85
commit 72d5c1535d

9
docs/manual.typ Normal file
View File

@@ -0,0 +1,9 @@
#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)