Skip to content

Commit faf54b8

Browse files
committed
Merge pull request #46 from mordocai/refactor_structure
Refactor structure
2 parents f1f05c3 + dde5b1b commit faf54b8

17 files changed

+48
-47
lines changed

_data/nav.yml

Lines changed: 34 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
- title: "Home"
22
href: "/"
33

4-
- title: "quicklinks"
4+
- title: "Quicklinks"
55
href: "/quicklinks.html"
66

7-
8-
- title: "Initial"
9-
href: "/initial"
7+
- title: "Starting a Project"
8+
href: "/project"
109
subcategories:
1110
- subtitle: "New Project"
1211
subhref: "/new-project.html"
@@ -17,38 +16,44 @@
1716
- subtitle: "ABCs"
1817
subhref: "/abcs.html"
1918

20-
- title: "examples"
21-
href: "/examples"
19+
- title: "Implementations"
20+
href: "/implementations"
2221
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"
2732

28-
- title: "env"
29-
href: "/env"
33+
- title: "IDEs"
34+
href: "/ides"
3035
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"
3839
subhref: "/emacs-setup.html"
3940
- subtitle: "SLIME"
4041
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"
4944
- subtitle: "LispWorks CL"
5045
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+
5358
- title: "Who?"
5459
href: "/about/"
File renamed without changes.
File renamed without changes.

ides/lispworks-setup.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../implementations/lispworks-setup.html
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)