Skip to content

Commit

Permalink
restructure reference
Browse files Browse the repository at this point in the history
  • Loading branch information
annacasavant committed Nov 20, 2024
1 parent db82b60 commit cd3ab70
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ pages = OrderedDict(
"How to..." => Any["stub" => "how_to_guides/stub.md"],
"Explanation" => Any["stub" => "explanation/stub.md"],
"Reference" => Any[
"Developer Guidelines" => "reference/developers/developer_guidelines.md",
"Developers" => ["Developer Guidelines" => "reference/developer_guidelines.md",
"Internals" => "reference/internal.md"],
"Public API" => "reference/public.md",
"Internals" => "reference/developers/internal.md",
"Stub" => "reference/stub.md"
],
)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit cd3ab70

Please sign in to comment.