Skip to content

Commit 7f2b091

Browse files
committed
manual docs
1 parent bc4202a commit 7f2b091

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

docs/make.jl

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ using Documenter
33

44
DocMeta.setdocmeta!(DynOptInterface, :DocTestSetup, :(using DynOptInterface); recursive=true)
55

6+
const _PAGES = [
7+
"Home" => "index.md",
8+
"API Reference" => [
9+
"reference/domains.md",
10+
],
11+
]
12+
613
makedocs(;
714
modules=[DynOptInterface],
815
authors="Eduardo M. G. Vila <72969764+e-duar-do@users.noreply.github.com> and contributors",
@@ -12,9 +19,7 @@ makedocs(;
1219
edit_link="dev",
1320
assets=String[],
1421
),
15-
pages=[
16-
"Home" => "index.md",
17-
],
22+
pages=_PAGES,
1823
)
1924

2025
deploydocs(;

docs/src/index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,3 @@ CurrentModule = DynOptInterface
55
# DynOptInterface
66

77
Documentation for [DynOptInterface](https://github.com/JuDO-dev/DynOptInterface.jl).
8-
9-
```@index
10-
```
11-
12-
```@autodocs
13-
Modules = [DynOptInterface]
14-
```

0 commit comments

Comments
 (0)