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

View File

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