From 72d5c1535dd752bedddcf43b9949b39083db0e54 Mon Sep 17 00:00:00 2001 From: Paul Tsouchlos Date: Wed, 18 Sep 2024 13:38:22 -0600 Subject: [PATCH] build: move documentation to docs folder This makes it compatible with the just doc command --- modern-cv-docs.typ => docs/manual.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename modern-cv-docs.typ => docs/manual.typ (75%) 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), )