Skip to content

Commit ee8d803

Browse files
author
Christopher Carpenter
committed
Re-order menu entries
Order them roughly in the order that you'd use them being a novice, I think.
1 parent 89673a4 commit ee8d803

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

_data/nav.yml

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@
1616
- subtitle: "ABCs"
1717
subhref: "/abcs.html"
1818

19+
- title: "Implementations"
20+
href: "/implementations"
21+
subcategories:
22+
- subtitle: "Summary"
23+
subhref: "/summary.html"
24+
- subtitle: "Clozure CL"
25+
subhref: "/ccl-setup.html"
26+
- subtitle: "CLISP"
27+
subhref: "/clisp-setup.html"
28+
- subtitle: "SBCL"
29+
subhref: "/sbcl-setup.html"
30+
- subtitle: "LispWorks CL"
31+
subhref: "/lispworks-setup.html"
32+
1933
- title: "IDEs"
2034
href: "/ides"
2135
subcategories:
@@ -30,9 +44,6 @@
3044
- subtitle: "LispWorks CL"
3145
subhref: "/lispworks-setup.html"
3246

33-
- title: "Libraries"
34-
href: "/quicklisp.html"
35-
3647
- title: "Examples"
3748
href: "/examples"
3849
subcategories:
@@ -41,20 +52,8 @@
4152
- subtitle: "Trotter"
4253
subhref: "/trotter.html"
4354

44-
- title: "Implementations"
45-
href: "/implementations"
46-
subcategories:
47-
- subtitle: "Summary"
48-
subhref: "/summary.html"
49-
- subtitle: "Clozure CL"
50-
subhref: "/ccl-setup.html"
51-
- subtitle: "CLISP"
52-
subhref: "/clisp-setup.html"
53-
- subtitle: "SBCL"
54-
subhref: "/sbcl-setup.html"
55-
- subtitle: "LispWorks CL"
56-
subhref: "/lispworks-setup.html"
57-
55+
- title: "Libraries"
56+
href: "/quicklisp.html"
5857

5958
- title: "Who?"
6059
href: "/about/"

0 commit comments

Comments
 (0)