Skip to content

Commit

Permalink
Fix docs/make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Sep 26, 2022
1 parent 699ba77 commit eb70d38
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,18 @@ makedocs(;
),
pages=[
"Home" => "index.md",
"Manual" => [
"Installation guide" => "installation.md",
],
"API Reference" => "public.md",
"Developer Docs" => [
"Contributing" => "developers/contributing.md",
"Style Guide" => "developers/style.md",
],
"Troubleshooting" => "troubleshooting.md",
],
)

deploydocs(;
repo="github.com/MineralsCloud/EasyJobs.jl",
devbranch="main",
)

0 comments on commit eb70d38

Please sign in to comment.