|
1 | 1 | - title: "Home" |
2 | 2 | href: "/" |
3 | 3 |
|
4 | | -- title: "quicklinks" |
| 4 | +- title: "Quicklinks" |
5 | 5 | href: "/quicklinks.html" |
6 | 6 |
|
7 | | - |
8 | | -- title: "Initial" |
9 | | - href: "/initial" |
| 7 | +- title: "Starting a Project" |
| 8 | + href: "/project" |
10 | 9 | subcategories: |
11 | 10 | - subtitle: "New Project" |
12 | 11 | subhref: "/new-project.html" |
|
17 | 16 | - subtitle: "ABCs" |
18 | 17 | subhref: "/abcs.html" |
19 | 18 |
|
20 | | -- title: "examples" |
21 | | - href: "/examples" |
| 19 | +- title: "Implementations" |
| 20 | + href: "/implementations" |
22 | 21 | subcategories: |
23 | | - - subtitle: "Snippets" |
24 | | - subhref: "/snippets.html" |
25 | | - - subtitle: "trotter" |
26 | | - subhref: "/trotter.html" |
| 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" |
27 | 32 |
|
28 | | -- title: "env" |
29 | | - href: "/env" |
| 33 | +- title: "IDEs" |
| 34 | + href: "/ides" |
30 | 35 | subcategories: |
31 | | - - subtitle: "IDE" |
32 | | - subhref: "/ide.html" |
33 | | - - subtitle: "Quicklisp" |
34 | | - subhref: "/quicklisp.html" |
35 | | - - subtitle: "CUSP" |
36 | | - subhref: "/cusp-setup.html" |
37 | | - - subtitle: "emacs" |
| 36 | + - subtitle: "Summary" |
| 37 | + subhref: "/summary.html" |
| 38 | + - subtitle: "Emacs" |
38 | 39 | subhref: "/emacs-setup.html" |
39 | 40 | - subtitle: "SLIME" |
40 | 41 | subhref: "/slime-setup.html" |
41 | | - |
42 | | -#- title: "Systems" |
43 | | -# href: "/env" |
44 | | -# subcategories: |
45 | | - - subtitle: "Clozure CL" |
46 | | - subhref: "/ccl-setup.html" |
47 | | - - subtitle: "SBCL" |
48 | | - subhref: "/sbcl-setup.html" |
| 42 | + - subtitle: "CUSP" |
| 43 | + subhref: "/cusp-setup.html" |
49 | 44 | - subtitle: "LispWorks CL" |
50 | 45 | subhref: "/lispworks-setup.html" |
51 | | - - subtitle: "setup" |
52 | | - subhref: "/lisp-system.html" |
| 46 | + |
| 47 | +- title: "Examples" |
| 48 | + href: "/examples" |
| 49 | + subcategories: |
| 50 | + - subtitle: "Snippets" |
| 51 | + subhref: "/snippets.html" |
| 52 | + - subtitle: "Trotter" |
| 53 | + subhref: "/trotter.html" |
| 54 | + |
| 55 | +- title: "Libraries" |
| 56 | + href: "/quicklisp.html" |
| 57 | + |
53 | 58 | - title: "Who?" |
54 | 59 | href: "/about/" |
0 commit comments