-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
cljdoc.edn
45 lines (45 loc) · 2.7 KB
/
cljdoc.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{:cljdoc.doc/tree [["Readme" {:file "readme.adoc"}]
["Introduction" {:file "doc/introduction.adoc"}]
["Install" {:file "doc/install.adoc"}]
["Upgrade" {:file "doc/upgrade.adoc"}]
["Example systems" {:file "doc/example-systems.adoc"}]
["Production systems" {:file "doc/production-systems.adoc"}]
["Workspace" {:file "doc/workspace.adoc"}]
["Development" {:file "doc/development.adoc"}]
["Component" {:file "doc/component.adoc"}]
["Interface" {:file "doc/interface.adoc"}]
["Base" {:file "doc/base.adoc"}]
["Project" {:file "doc/project.adoc"}]
["Shell" {:file "doc/shell.adoc"}]
["Doc" {:file "doc/doc.adoc"}]
["Tap" {:file "doc/tap.adoc"}]
["Tools.deps" {:file "doc/tools-deps.adoc"}]
["Build" {:file "doc/build.adoc"}]
["Git" {:file "doc/git.adoc"}]
["Tagging" {:file "doc/tagging.adoc"}]
["Flags" {:file "doc/flags.adoc"}]
["Testing" {:file "doc/testing.adoc"}]
["Test Runners" {:file "doc/test-runners.adoc"}]
["Profile" {:file "doc/profile.adoc"}]
["Dependencies" {:file "doc/dependencies.adoc"}]
["Libraries" {:file "doc/libraries.adoc"}]
["Configuration" {:file "doc/configuration.adoc"}]
["Validations" {:file "doc/validations.adoc"}]
["State" {:file "doc/state.adoc"}]
["Source code" {:file "doc/source-code.adoc"}]
["Artifacts" {:file "doc/artifacts.adoc"}]
["Explore the workspace" {:file "doc/explore-the-workspace.adoc"}]
["Polyx" {:file "doc/polyx.adoc"}]
["Naming" {:file "doc/naming.adoc"}]
["Git hooks" {:file "doc/git-hooks.adoc"}]
["Colors" {:file "doc/colors.adoc"}]
["Developing poly" {:file "doc/developing-poly.adoc"}]
["CI" {}
["Continuous Integration" {:file "doc/continuous-integration.adoc"}]
["Polylith CI setup" {:file "doc/polylith-ci-setup.adoc"}]]
["Reference" {}
["Commands" {:file "doc/commands.adoc"}]
["Workspace structure" {:file "doc/workspace-structure.adoc"}]]
["Versions" {:file "doc/versions.adoc"}]
["Contact" {:file "doc/contact.adoc"}]
["License" {:file "doc/license.adoc"}]]}