Skip to content

Commit 9053fa4

Browse files
committed
change ordering of pages
1 parent cd42e10 commit 9053fa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ using Documenter
22
using DocumenterCitations
33
using MultiTensorKit
44

5-
pages = ["Home" => "index.md", "Library" => "lib/library.md",
5+
pages = ["Home" => "index.md",
66
"Manual" => ["man/fusioncats.md", "man/multifusioncats.md", "man/implementation.md"],
7+
"Library" => "lib/library.md",
78
"References" => "references.md"]
89

910
# bibliography

0 commit comments

Comments
 (0)