@antora/site-generator-default 3.2.0-alpha.2 → 3.2.0-alpha.3
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 +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Antora Default Site Generator
|
|
2
2
|
|
|
3
3
|
This is the site generator for Antora.
|
|
4
|
-
This generator is invoked by the `generate` command of Antora
|
|
4
|
+
This generator is invoked by the `generate` command of Antora’s CLI to produce and publish static documentation sites.
|
|
5
5
|
|
|
6
6
|
**This package is an alias for the `@antora/site-generator` package.**
|
|
7
7
|
|
|
@@ -12,4 +12,4 @@ Its site generator aggregates documents from versioned content repositories and
|
|
|
12
12
|
|
|
13
13
|
Copyright (C) 2017-present [OpenDevise Inc.](https://opendevise.com) and the [Antora Project](https://antora.org).
|
|
14
14
|
|
|
15
|
-
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).
|
|
15
|
+
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/site-generator-default",
|
|
3
|
-
"version": "3.2.0-alpha.
|
|
3
|
+
"version": "3.2.0-alpha.3",
|
|
4
4
|
"description": "An alias for the @antora/site-generator package.",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"author": "OpenDevise Inc. (https://opendevise.com)",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
".": "./lib/index.js"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@antora/site-generator": "3.2.0-alpha.
|
|
21
|
+
"@antora/site-generator": "3.2.0-alpha.3"
|
|
22
22
|
},
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">=16.0.0"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
],
|
|
38
38
|
"scripts": {
|
|
39
39
|
"test": "_mocha",
|
|
40
|
-
"prepublishOnly": "
|
|
41
|
-
"postpublish": "
|
|
40
|
+
"prepublishOnly": "npx -y downdoc@latest --prepublish",
|
|
41
|
+
"postpublish": "npx -y downdoc@latest --postpublish"
|
|
42
42
|
}
|
|
43
43
|
}
|