Skip to content

Commit

Permalink
Remove Getting Started from make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbanse authored Oct 19, 2023
1 parent d9ef8f9 commit 4e549f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 4e549f3

Please sign in to comment.