@antora/content-aggregator 3.0.0-alpha.6 → 3.0.0-beta.1
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 +1 -1
- package/lib/aggregate-content.js +314 -287
- package/lib/constants.js +6 -5
- package/lib/decode-uint8-array.js +6 -0
- package/lib/filter-refs.js +60 -0
- package/lib/git-credential-manager-store.js +7 -12
- package/lib/git-plugin-http.js +49 -25
- package/lib/git.js +3 -0
- package/lib/index.js +1 -1
- package/lib/promise-all-settled-polyfill.js +11 -0
- package/lib/resolve-path-globs.js +36 -35
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
The Content Aggregator is a component in Antora responsible for fetching and aggregating content distributed across multiple local and remote git repositories for use in an Antora documentation pipeline.
|
|
4
4
|
|
|
5
5
|
[Antora](https://antora.org) is a modular static site generator designed for creating documentation sites from AsciiDoc documents.
|
|
6
|
-
Its site generator
|
|
6
|
+
Its site generator aggregates documents from versioned content repositories and processes them using [Asciidoctor](https://asciidoctor.org).
|
|
7
7
|
|
|
8
8
|
## Copyright and License
|
|
9
9
|
|