Skip to content

Commit 196b44a

Browse files
fix permutation list
1 parent 0d3f2a1 commit 196b44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ end
4040
# The result is in alphabetical order, change to the wanted order
4141

4242
permute!(pages,
43-
[1, 13, 10, 7, 14, 17, 24, 4, 5, 11, 6, 8, 15, 18, 25, 16, 23, 9, 19, 22, 3, 12, 20, 21, 2]
43+
[1, 12, 9, 7, 18, 16, 24, 4, 5, 14, 10, 6, 13, 17, 25, 15, 23, 8, 19, 22, 3, 11, 20, 21, 2]
4444
)
4545

4646
names = [

0 commit comments

Comments
 (0)