Skip to content

Commit

Permalink
Update docs/make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Jan 31, 2024
1 parent 42d0adb commit 6d8ecc5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@ makedocs(;
),
pages=[
"Home" => "index.md",
"Manual" => [
"Installation Guide" => "man/installation.md",
"Troubleshooting" => "man/troubleshooting.md",
],
"Reference" => Any[
"Public API" => "lib/public.md",
# "Internals" => map(
# s -> "lib/internals/$(s)",
# sort(readdir(joinpath(@__DIR__, "src/lib/internals")))
# ),
],
"Developer Docs" => [
"Contributing" => "developers/contributing.md",
"Style Guide" => "developers/style-guide.md",
"Design Principles" => "developers/design-principles.md",
],
],
)

Expand Down

0 comments on commit 6d8ecc5

Please sign in to comment.