Skip to content

Commit 05d5da5

Browse files
Refactor documentation structure by simplifying API section in make.jl
1 parent 38cc3e2 commit 05d5da5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/make.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ pgs = [
2020
"A Simple Coding Rule" => "simplecodingrule.md",
2121
"Writing ORFs In Files" => "iodocs.md",
2222
],
23-
"Reference" => [
24-
"API" => "api.md",
25-
],
23+
"API" => "api.md",
2624
]
2725

2826
makedocs(;

0 commit comments

Comments
 (0)