Skip to content

Commit b48b189

Browse files
Bozhidar BatsovBozhidar Batsov
authored andcommitted
Mirror the Antora docs structure in cljdoc
1 parent f1e4dcc commit b48b189

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

doc/cljdoc.edn

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{:cljdoc.doc/tree
2+
[["Readme" {:file "README.md"}]
3+
["Changelog" {:file "CHANGELOG.md"}]
4+
["Home" {:file "doc/modules/ROOT/pages/index.adoc"}]
5+
["Usage" {:file "doc/modules/ROOT/pages/usage.adoc"}]
6+
["Understanding the Internals" {:file "doc/modules/ROOT/pages/internals.adoc"}]
7+
["nREPL API" {}
8+
["Supplied Middleware" {:file "doc/modules/ROOT/pages/nrepl-api/supplied_middleware.adoc"}]
9+
["Supplied Ops" {:file "doc/modules/ROOT/pages/nrepl-api/ops.adoc"}]]
10+
["Hacking on CIDER nREPL" {:file "doc/modules/ROOT/pages/hacking.adoc"}]
11+
["Compatibility" {:file "doc/modules/ROOT/pages/compatibility.adoc"}]
12+
["Release Policy" {:file "doc/modules/ROOT/pages/release_policy.adoc"}]
13+
["FAQ" {:file "doc/modules/ROOT/pages/faq.adoc"}]
14+
["About" {}
15+
["History" {:file "doc/modules/ROOT/pages/about/history.adoc"}]
16+
["Changelog" {:file "doc/modules/ROOT/pages/about/changelog.adoc"}]
17+
["License" {:file "doc/modules/ROOT/pages/about/license.adoc"}]]]}

doc/modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Don't forget to update cljdoc.edn when making changes here
12
* xref:index.adoc[Home]
23
* xref:usage.adoc[Usage]
34
* xref:internals.adoc[Understanding the Internals]

0 commit comments

Comments
 (0)