mirror of
https://github.com/boostorg/website-v2-docs.git
synced 2026-01-19 04:42:17 +00:00
build: use cppalliance packages
This commit is contained in:
committed by
Alan de Freitas
parent
eb26571347
commit
7bfd2085df
@@ -41,7 +41,7 @@ site:
|
|||||||
|
|
||||||
antora:
|
antora:
|
||||||
extensions:
|
extensions:
|
||||||
- require: '@alandefreitas/antora-playbook-macros-extension'
|
- require: '@cppalliance/antora-playbook-macros-extension'
|
||||||
macros:
|
macros:
|
||||||
# Default values for macros
|
# Default values for macros
|
||||||
# These values can be overridden with environment variables,
|
# These values can be overridden with environment variables,
|
||||||
@@ -49,11 +49,11 @@ antora:
|
|||||||
page-boost-branch: develop
|
page-boost-branch: develop
|
||||||
page-boost-ui-branch: develop
|
page-boost-ui-branch: develop
|
||||||
page-commit-id: '000000'
|
page-commit-id: '000000'
|
||||||
- require: '@alandefreitas/antora-cpp-tagfiles-extension'
|
- require: '@cppalliance/antora-cpp-tagfiles-extension'
|
||||||
cpp-tagfiles:
|
cpp-tagfiles:
|
||||||
using-namespaces:
|
using-namespaces:
|
||||||
- 'boost::'
|
- 'boost::'
|
||||||
- require: '@alandefreitas/antora-cpp-reference-extension'
|
- require: '@cppalliance/antora-cpp-reference-extension'
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: 'boost'
|
- name: 'boost'
|
||||||
repo: 'https://github.com/boostorg/boost.git'
|
repo: 'https://github.com/boostorg/boost.git'
|
||||||
@@ -66,7 +66,7 @@ asciidoc:
|
|||||||
# Enable pagination
|
# Enable pagination
|
||||||
page-pagination: ''
|
page-pagination: ''
|
||||||
extensions:
|
extensions:
|
||||||
- '@alandefreitas/asciidoctor-boost-links'
|
- '@cppalliance/asciidoctor-boost-links'
|
||||||
- '@asciidoctor/tabs'
|
- '@asciidoctor/tabs'
|
||||||
|
|
||||||
# Libraries that support Antora should be included here
|
# Libraries that support Antora should be included here
|
||||||
|
|||||||
86
package-lock.json
generated
86
package-lock.json
generated
@@ -5,52 +5,14 @@
|
|||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@alandefreitas/antora-cpp-reference-extension": "^0.0.3",
|
|
||||||
"@alandefreitas/antora-cpp-tagfiles-extension": "^0.0.3",
|
|
||||||
"@alandefreitas/antora-playbook-macros-extension": "^0.0.1",
|
|
||||||
"@alandefreitas/asciidoctor-boost-links": "^0.0.1",
|
|
||||||
"@antora/lunr-extension": "^1.0.0-alpha.8",
|
"@antora/lunr-extension": "^1.0.0-alpha.8",
|
||||||
"@asciidoctor/tabs": "^1.0.0-beta.3"
|
"@asciidoctor/tabs": "^1.0.0-beta.3",
|
||||||
|
"@cppalliance/antora-cpp-reference-extension": "^0.0.4",
|
||||||
|
"@cppalliance/antora-cpp-tagfiles-extension": "^0.0.4",
|
||||||
|
"@cppalliance/antora-playbook-macros-extension": "^0.0.2",
|
||||||
|
"@cppalliance/asciidoctor-boost-links": "^0.0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@alandefreitas/antora-cpp-reference-extension": {
|
|
||||||
"version": "0.0.3",
|
|
||||||
"resolved": "https://registry.npmjs.org/@alandefreitas/antora-cpp-reference-extension/-/antora-cpp-reference-extension-0.0.3.tgz",
|
|
||||||
"integrity": "sha512-tgshdhPzjlfBaRG11jACMH9R4apAogTHAP2Y57qTj9m1YzeZqABNTRwor7uTCgB27bGLnWM73tT8EqguBEJ+yQ==",
|
|
||||||
"dependencies": {
|
|
||||||
"@antora/expand-path-helper": "^2.0.0",
|
|
||||||
"axios": "^1.7.2",
|
|
||||||
"cache-directory": "^2.0.0",
|
|
||||||
"fast-glob": "^3.3.2",
|
|
||||||
"isomorphic-git": "^1.27.1",
|
|
||||||
"js-yaml": "^4.1.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@alandefreitas/antora-cpp-tagfiles-extension": {
|
|
||||||
"version": "0.0.3",
|
|
||||||
"resolved": "https://registry.npmjs.org/@alandefreitas/antora-cpp-tagfiles-extension/-/antora-cpp-tagfiles-extension-0.0.3.tgz",
|
|
||||||
"integrity": "sha512-BfIJuZaT8K0v2wNnGdGVjPhBZEjAwUaDJnkXtKYzDoPaY4WpsnVyqTuGxFyvZGr+jtpqPfh81l2x7SXFo9UOHg==",
|
|
||||||
"dependencies": {
|
|
||||||
"@antora/expand-path-helper": "^2.0.0",
|
|
||||||
"cache-directory": "^2.0.0",
|
|
||||||
"fast-xml-parser": "^4.4.1",
|
|
||||||
"he": "^1.2.0",
|
|
||||||
"isomorphic-git": "^1.27.1"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@alandefreitas/antora-playbook-macros-extension": {
|
|
||||||
"version": "0.0.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/@alandefreitas/antora-playbook-macros-extension/-/antora-playbook-macros-extension-0.0.1.tgz",
|
|
||||||
"integrity": "sha512-rBGzR+WErYfW9SIogvdDL2ulNHZgniDlFRg1mjD6J+nlbU4JUv40L2xsL6tAJncSMQxmUIVhSuPM9VlLO0nKaw==",
|
|
||||||
"dependencies": {
|
|
||||||
"process": "^0.11.10"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@alandefreitas/asciidoctor-boost-links": {
|
|
||||||
"version": "0.0.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/@alandefreitas/asciidoctor-boost-links/-/asciidoctor-boost-links-0.0.1.tgz",
|
|
||||||
"integrity": "sha512-qrtRYDKTcifTbDg7uOv/bz3Sbnn8dHyLziOgyCqDDk2m0QpSS4wqkxeE4eVZCmPmWlLHrmwD0v+WnUCi5OQwRg=="
|
|
||||||
},
|
|
||||||
"node_modules/@antora/expand-path-helper": {
|
"node_modules/@antora/expand-path-helper": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@antora/expand-path-helper/-/expand-path-helper-2.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/@antora/expand-path-helper/-/expand-path-helper-2.0.0.tgz",
|
||||||
@@ -84,6 +46,44 @@
|
|||||||
"node": ">=16.0.0"
|
"node": ">=16.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@cppalliance/antora-cpp-reference-extension": {
|
||||||
|
"version": "0.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/@cppalliance/antora-cpp-reference-extension/-/antora-cpp-reference-extension-0.0.4.tgz",
|
||||||
|
"integrity": "sha512-S/jqpNXq0it3YvUaMAo+mfD13Q7YbmzBsFKwGDh4rjbrwOI7FPHrCMQZBwO3lz96MIMLlOhk5s/n8al8iyLO5Q==",
|
||||||
|
"dependencies": {
|
||||||
|
"@antora/expand-path-helper": "^2.0.0",
|
||||||
|
"axios": "^1.7.2",
|
||||||
|
"cache-directory": "^2.0.0",
|
||||||
|
"fast-glob": "^3.3.2",
|
||||||
|
"isomorphic-git": "^1.27.1",
|
||||||
|
"js-yaml": "^4.1.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@cppalliance/antora-cpp-tagfiles-extension": {
|
||||||
|
"version": "0.0.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/@cppalliance/antora-cpp-tagfiles-extension/-/antora-cpp-tagfiles-extension-0.0.4.tgz",
|
||||||
|
"integrity": "sha512-dzb/QDZ+a5yk7vaEb2jNQ5p02XjA6LfPmLRWcxqb/MvpA9DHZKsPunFDy+yqY3eGy9zqNppunljy9TZUbeoczg==",
|
||||||
|
"dependencies": {
|
||||||
|
"@antora/expand-path-helper": "^2.0.0",
|
||||||
|
"cache-directory": "^2.0.0",
|
||||||
|
"fast-xml-parser": "^4.4.1",
|
||||||
|
"he": "^1.2.0",
|
||||||
|
"isomorphic-git": "^1.27.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@cppalliance/antora-playbook-macros-extension": {
|
||||||
|
"version": "0.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@cppalliance/antora-playbook-macros-extension/-/antora-playbook-macros-extension-0.0.2.tgz",
|
||||||
|
"integrity": "sha512-0R3DSbMfADQs4E74N2bOLXDiCFth5ze1jVs8HSgpZ7U5vCayudhc77Fj/7yzy2iWvup9VfiE9QvoE5hIVxJEVg==",
|
||||||
|
"dependencies": {
|
||||||
|
"process": "^0.11.10"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@cppalliance/asciidoctor-boost-links": {
|
||||||
|
"version": "0.0.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@cppalliance/asciidoctor-boost-links/-/asciidoctor-boost-links-0.0.2.tgz",
|
||||||
|
"integrity": "sha512-9Lg1s955QeBO/xosbJbd+P4qJo1CkC0MvkiAIDZoqf10g8KQpMNy88NBAWji5YcNwXcrr8KP83GEweKMNDBMsw=="
|
||||||
|
},
|
||||||
"node_modules/@nodelib/fs.scandir": {
|
"node_modules/@nodelib/fs.scandir": {
|
||||||
"version": "2.1.5",
|
"version": "2.1.5",
|
||||||
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@alandefreitas/antora-cpp-reference-extension": "^0.0.3",
|
"@cppalliance/antora-cpp-reference-extension": "^0.0.4",
|
||||||
"@alandefreitas/antora-cpp-tagfiles-extension": "^0.0.3",
|
"@cppalliance/antora-cpp-tagfiles-extension": "^0.0.4",
|
||||||
"@alandefreitas/antora-playbook-macros-extension": "^0.0.1",
|
"@cppalliance/antora-playbook-macros-extension": "^0.0.2",
|
||||||
"@alandefreitas/asciidoctor-boost-links": "^0.0.1",
|
"@cppalliance/asciidoctor-boost-links": "^0.0.2",
|
||||||
"@antora/lunr-extension": "^1.0.0-alpha.8",
|
"@antora/lunr-extension": "^1.0.0-alpha.8",
|
||||||
"@asciidoctor/tabs": "^1.0.0-beta.3"
|
"@asciidoctor/tabs": "^1.0.0-beta.3"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ site:
|
|||||||
|
|
||||||
antora:
|
antora:
|
||||||
extensions:
|
extensions:
|
||||||
- require: '@alandefreitas/antora-playbook-macros-extension'
|
- require: '@cppalliance/antora-playbook-macros-extension'
|
||||||
macros:
|
macros:
|
||||||
# Default values for macros
|
# Default values for macros
|
||||||
# These values can be overridden with environment variables,
|
# These values can be overridden with environment variables,
|
||||||
@@ -41,7 +41,7 @@ antora:
|
|||||||
page-boost-branch: develop
|
page-boost-branch: develop
|
||||||
page-boost-ui-branch: develop
|
page-boost-ui-branch: develop
|
||||||
page-commit-id: '000000'
|
page-commit-id: '000000'
|
||||||
- require: '@alandefreitas/antora-cpp-tagfiles-extension'
|
- require: '@cppalliance/antora-cpp-tagfiles-extension'
|
||||||
cpp-tagfiles:
|
cpp-tagfiles:
|
||||||
using-namespaces:
|
using-namespaces:
|
||||||
- 'boost::'
|
- 'boost::'
|
||||||
@@ -51,7 +51,7 @@ asciidoc:
|
|||||||
# Enable pagination
|
# Enable pagination
|
||||||
page-pagination: ''
|
page-pagination: ''
|
||||||
extensions:
|
extensions:
|
||||||
- '@alandefreitas/asciidoctor-boost-links'
|
- '@cppalliance/asciidoctor-boost-links'
|
||||||
- '@asciidoctor/tabs'
|
- '@asciidoctor/tabs'
|
||||||
|
|
||||||
content:
|
content:
|
||||||
|
|||||||
Reference in New Issue
Block a user