Skip to content

Commit 871673c

Browse files
committed
Move Project Setup under Fundamentals
1 parent 9f60516 commit 871673c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

index.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,14 @@ project.
2525

2626
WARNING: This documentation assumes knowledge of Clojure.
2727

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
2936

3037
This section will cover setting up a new Duct project. You'll first need
3138
to ensure that the
@@ -108,14 +115,7 @@ This will create a file, `duct.edn` with the content:
108115
{:system {}}
109116
----
110117

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
119119

120120
As mentioned previously, Duct uses a file, `duct.edn`, to define the
121121
structure of your application. We'll begin by adding a new component

0 commit comments

Comments
 (0)