File tree 1 file changed +9
-9
lines changed 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,14 @@ project.
25
25
26
26
WARNING: This documentation assumes knowledge of Clojure.
27
27
28
- == Project Setup
28
+ == Fundamentals
29
+
30
+ This section will introduce the fundamentals of Duct's design and
31
+ implement a minimal '`Hello World`' application. While it may be
32
+ tempting to skip ahead, a sound understanding of how to use Duct will
33
+ make later sections easier to follow.
34
+
35
+ === Project Setup
29
36
30
37
This section will cover setting up a new Duct project. You'll first need
31
38
to ensure that the
@@ -108,14 +115,7 @@ This will create a file, `duct.edn` with the content:
108
115
{:system {}}
109
116
----
110
117
111
- == Fundamentals
112
-
113
- This section will introduce the fundamentals of Duct's design and
114
- implement a minimal '`Hello World`' application. While it may be
115
- tempting to skip ahead, a sound understanding of how to use Duct will
116
- make later sections easier to follow.
117
-
118
- === First Steps
118
+ === Hello World
119
119
120
120
As mentioned previously, Duct uses a file, `duct.edn`, to define the
121
121
structure of your application. We'll begin by adding a new component
You can’t perform that action at this time.
0 commit comments