build: move documentation to docs folder
This makes it compatible with the just doc command
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#import "lib.typ"
|
#import "../lib.typ"
|
||||||
#import "@preview/tidy:0.3.0"
|
#import "@preview/tidy:0.3.0"
|
||||||
|
|
||||||
#let docs = tidy.parse-module(
|
#let docs = tidy.parse-module(
|
||||||
read("lib.typ"),
|
read("../lib.typ"),
|
||||||
name: "Modern CV",
|
name: "Modern CV",
|
||||||
scope: (resume: lib),
|
scope: (resume: lib),
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user