commit 272968e27dd20b352ba1a87d1893985afe975c65
parent 76ebffe7fb9a3acbb5c8c6a0063848ee74c74fa6
Author: Erik Loualiche <[email protected]>
Date: Fri, 6 Jun 2025 08:48:06 -0500
trying out vitepress
Diffstat:
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/docs/make.jl b/docs/make.jl
@@ -17,14 +17,12 @@ DocMeta.setdocmeta!(BazerUtils, :DocTestSetup, :(using BazerUtils);
# --
makedocs(
- format = Documenter.HTML(),
- # format = MarkdownVitepress(
- # repo = "https://github.com/LouLouLibs/BazerUtils.jl",
- # devurl = "dev",
- # devbranch = "build",
- # deploy_url = "LouLouLibs.github.io/BazerUtils.jl",
- # description = "BazerUtils.jl",
- # ),
+ # format = Documenter.HTML(),
+ format=DocumenterVitepress.MarkdownVitepress(
+ repo = "https://github.com/LouLouLibs/BazerUtils.jl",
+ devbranch = "main",
+ devurl = "dev";
+ ),
sitename = "BazerUtils.jl",
modules = [BazerUtils],
authors = "Erik Loualiche",