You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/contributing/docs.adoc
+30-14Lines changed: 30 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ of the primary ways to discover those. Please, consider improving and extending
8
8
9
9
The manual is generated from the AsciiDoc files in the https://github.com/clojure-emacs/cider/tree/master/doc[doc] folder of CIDER's GitHub repo and is published to https://docs.cider.mx.
10
10
https://antora.org[Antora] is used to convert the AsciiDoc source into HTML.
11
-
Antora's filesystem layout is described https://docs.antora.org/antora/2.0/component-structure/[here].
11
+
Antora's filesystem layout is described https://docs.antora.org/antora/3.1/component-structure/[here].
12
12
13
13
== Installing Antora
14
14
@@ -18,10 +18,10 @@ Installing the Antora is super simple:
18
18
19
19
[source]
20
20
----
21
-
$ npm i -g @antora/cli@2.0 @antora/site-generator-default@2.0
21
+
$ npm install
22
22
----
23
23
24
-
Check out https://docs.antora.org/antora/2.0/install/install-antora/[the detailed installation instructions]
24
+
Check out https://docs.antora.org/antora/3.1/install/install-antora/[the detailed installation instructions]
25
25
if you run into any problems.
26
26
27
27
== Editing the Docs
@@ -37,27 +37,43 @@ You can build the documentation locally from the https://github.com/clojure-emac
0 commit comments