diff --git a/data.yml b/docs/data.yml
similarity index 100%
rename from data.yml
rename to docs/data.yml
diff --git a/documentation.typ b/docs/documentation.typ
similarity index 100%
rename from documentation.typ
rename to docs/documentation.typ
diff --git a/functions.typ b/docs/functions.typ
similarity index 100%
rename from functions.typ
rename to docs/functions.typ
diff --git a/justfile b/justfile
index 83e5defd2bac355b9afcd9769d748b770e3c9e53..15404b583bf43881047026edf92e29a0099d94a3 100644
--- a/justfile
+++ b/justfile
@@ -3,7 +3,7 @@ alias bd := build-debug
 alias c := clean
 alias d := docs
 
-source := 'documentation.typ'
+source := 'docs/documentation.typ'
 dest := 'documentation.pdf'
 
 export MATLAB_LIB_DIR := '/Applications/MATLAB_R2021b.app/bin/maci64'