From a2f5d0b67737a10b0fe679bb82d5029d13cfef26 Mon Sep 17 00:00:00 2001 From: Pierre Martinon Date: Fri, 19 Apr 2024 18:08:16 +0200 Subject: [PATCH] all pages for doc --- docs/make.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index a415022..de47d15 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -11,10 +11,10 @@ makedocs( format = Documenter.HTML(prettyurls = false, size_threshold_ignore = ["api-ctbase.md"]), pages = [ - #"Introduction" => "index.md", - #"Tutorial" => "tutorial.md", + "Introduction" => "index.md", + "Tutorial" => "tutorial.md", "Continuation" => "continuation.md", - #"API" => "api.md", + "API" => "api.md", #"Developers" => "dev-api.md", ] )