antora 3.2.0-alpha.2 → 3.2.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ The `antora` command (specifically the implicit `generate` subcommand) will look
|
|
|
42
42
|
|
|
43
43
|
## How to Use
|
|
44
44
|
|
|
45
|
-
To run Antora, you
|
|
45
|
+
To run Antora, you’ll need a playbook file and at least one content (source) repository.
|
|
46
46
|
Consult the [quickstart](https://docs.antora.org/antora/latest/install-and-run-quickstart/) to find an example.
|
|
47
47
|
|
|
48
48
|
Once you have your content sources set up, point the `antora` command at your playbook file:
|
|
@@ -57,10 +57,10 @@ or
|
|
|
57
57
|
npx antora antora-playbook.yml
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
-
The `antora` command will output the generated site to the
|
|
60
|
+
The `antora` command will output the generated site to the _build/site_ folder by default.
|
|
61
61
|
|
|
62
62
|
## Copyright and License
|
|
63
63
|
|
|
64
64
|
Copyright (C) 2017-present [OpenDevise Inc.](https://opendevise.com) and the [Antora Project](https://antora.org).
|
|
65
65
|
|
|
66
|
-
Use of this software is granted under the terms of the [Mozilla Public License Version 2.0](https://www.mozilla.org/en-US/MPL/2.0/) (MPL-2.0).
|
|
66
|
+
Use of this software is granted under the terms of the [Mozilla Public License Version 2.0](https://www.mozilla.org/en-US/MPL/2.0/) (MPL-2.0).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antora",
|
|
3
|
-
"version": "3.2.0-alpha.
|
|
3
|
+
"version": "3.2.0-alpha.4",
|
|
4
4
|
"description": "A meta package for Antora that installs both the CLI and site generator.",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"author": "OpenDevise Inc. (https://opendevise.com)",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"antora": "bin/antora"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@antora/cli": "3.2.0-alpha.
|
|
21
|
-
"@antora/site-generator": "3.2.0-alpha.
|
|
20
|
+
"@antora/cli": "3.2.0-alpha.4",
|
|
21
|
+
"@antora/site-generator": "3.2.0-alpha.4"
|
|
22
22
|
},
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">=16.0.0"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"web publishing"
|
|
36
36
|
],
|
|
37
37
|
"scripts": {
|
|
38
|
-
"prepublishOnly": "
|
|
39
|
-
"postpublish": "
|
|
38
|
+
"prepublishOnly": "npx -y downdoc@latest --prepublish",
|
|
39
|
+
"postpublish": "npx -y downdoc@latest --postpublish"
|
|
40
40
|
}
|
|
41
41
|
}
|