diff --git a/modern-cv-docs.typ b/docs/manual.typ similarity index 75% rename from modern-cv-docs.typ rename to docs/manual.typ index a48489c..5d159ff 100644 --- a/modern-cv-docs.typ +++ b/docs/manual.typ @@ -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), )