From 4e549f37889b9612d3d829fe4772c0ba79e20faa Mon Sep 17 00:00:00 2001 From: Adrien Banse <45042779+adrienbanse@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:51:54 +0200 Subject: [PATCH] Remove Getting Started from make.jl --- docs/make.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 50c8548b6..f9513e6b1 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -29,7 +29,6 @@ end const _PAGES = [ "Index" => "index.md", "Manual" => ["manual/abstraction-based-control.md", "manual/manual.md"], - "Getting Started" => "generated/Getting Started.md", "Solvers" => map(EXAMPLES_SOLVERS) do jl_file # Need `string` as Documenter fails if `name` is a `SubString{String}`. name = string(split(jl_file, ".")[1])