From be42bd83a56de725f04ec514fc249cec204ae2dd Mon Sep 17 00:00:00 2001 From: Pascal Aellig Date: Tue, 27 Feb 2024 19:22:10 +0100 Subject: [PATCH] add license; fix `@ref` --- docs/make.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/make.jl b/docs/make.jl index da8bee51..428bdab8 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -93,6 +93,7 @@ makedocs(; "Authors" => "man/authors.md", "Contributing" => "man/contributing.md", "Code of Conduct" => "man/code_of_conduct.md" + "License" => "man/license.md", ], )