File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ using Documenter
3
3
4
4
DocMeta. setdocmeta! (DynOptInterface, :DocTestSetup , :(using DynOptInterface); recursive= true )
5
5
6
+ const _PAGES = [
7
+ " Home" => " index.md" ,
8
+ " API Reference" => [
9
+ " reference/domains.md" ,
10
+ ],
11
+ ]
12
+
6
13
makedocs (;
7
14
modules= [DynOptInterface],
8
15
authors= " Eduardo M. G. Vila <72969764+e-duar-do@users.noreply.github.com> and contributors" ,
@@ -12,9 +19,7 @@ makedocs(;
12
19
edit_link= " dev" ,
13
20
assets= String[],
14
21
),
15
- pages= [
16
- " Home" => " index.md" ,
17
- ],
22
+ pages= _PAGES,
18
23
)
19
24
20
25
deploydocs (;
Original file line number Diff line number Diff line change @@ -5,10 +5,3 @@ CurrentModule = DynOptInterface
5
5
# DynOptInterface
6
6
7
7
Documentation for [ DynOptInterface] ( https://github.com/JuDO-dev/DynOptInterface.jl ) .
8
-
9
- ``` @index
10
- ```
11
-
12
- ``` @autodocs
13
- Modules = [DynOptInterface]
14
- ```
You can’t perform that action at this time.
0 commit comments