Commit 7bfd208 1 parent eb26571 commit 7bfd208 Copy full SHA for 7bfd208
File tree 4 files changed +54
-54
lines changed
4 files changed +54
-54
lines changed Original file line number Diff line number Diff line change @@ -41,19 +41,19 @@ site:
41
41
42
42
antora :
43
43
extensions :
44
- - require : ' @alandefreitas /antora-playbook-macros-extension'
44
+ - require : ' @cppalliance /antora-playbook-macros-extension'
45
45
macros :
46
46
# Default values for macros
47
47
# These values can be overridden with environment variables,
48
48
# asciidoc.attributes, or --attribute command line option.
49
49
page-boost-branch : develop
50
50
page-boost-ui-branch : develop
51
51
page-commit-id : ' 000000'
52
- - require : ' @alandefreitas /antora-cpp-tagfiles-extension'
52
+ - require : ' @cppalliance /antora-cpp-tagfiles-extension'
53
53
cpp-tagfiles :
54
54
using-namespaces :
55
55
- ' boost::'
56
- - require : ' @alandefreitas /antora-cpp-reference-extension'
56
+ - require : ' @cppalliance /antora-cpp-reference-extension'
57
57
dependencies :
58
58
- name : ' boost'
59
59
repo : ' https://github.com/boostorg/boost.git'
@@ -66,7 +66,7 @@ asciidoc:
66
66
# Enable pagination
67
67
page-pagination : ' '
68
68
extensions :
69
- - ' @alandefreitas /asciidoctor-boost-links'
69
+ - ' @cppalliance /asciidoctor-boost-links'
70
70
- ' @asciidoctor/tabs'
71
71
72
72
# Libraries that support Antora should be included here
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "@alandefreitas /antora-cpp-reference-extension" : " ^0.0.3 " ,
4
- "@alandefreitas /antora-cpp-tagfiles-extension" : " ^0.0.3 " ,
5
- "@alandefreitas /antora-playbook-macros-extension" : " ^0.0.1 " ,
6
- "@alandefreitas /asciidoctor-boost-links" : " ^0.0.1 " ,
3
+ "@cppalliance /antora-cpp-reference-extension" : " ^0.0.4 " ,
4
+ "@cppalliance /antora-cpp-tagfiles-extension" : " ^0.0.4 " ,
5
+ "@cppalliance /antora-playbook-macros-extension" : " ^0.0.2 " ,
6
+ "@cppalliance /asciidoctor-boost-links" : " ^0.0.2 " ,
7
7
"@antora/lunr-extension" : " ^1.0.0-alpha.8" ,
8
8
"@asciidoctor/tabs" : " ^1.0.0-beta.3"
9
9
}
Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ site:
33
33
34
34
antora :
35
35
extensions :
36
- - require : ' @alandefreitas /antora-playbook-macros-extension'
36
+ - require : ' @cppalliance /antora-playbook-macros-extension'
37
37
macros :
38
38
# Default values for macros
39
39
# These values can be overridden with environment variables,
40
40
# asciidoc.attributes, or --attribute command line option.
41
41
page-boost-branch : develop
42
42
page-boost-ui-branch : develop
43
43
page-commit-id : ' 000000'
44
- - require : ' @alandefreitas /antora-cpp-tagfiles-extension'
44
+ - require : ' @cppalliance /antora-cpp-tagfiles-extension'
45
45
cpp-tagfiles :
46
46
using-namespaces :
47
47
- ' boost::'
@@ -51,7 +51,7 @@ asciidoc:
51
51
# Enable pagination
52
52
page-pagination : ' '
53
53
extensions :
54
- - ' @alandefreitas /asciidoctor-boost-links'
54
+ - ' @cppalliance /asciidoctor-boost-links'
55
55
- ' @asciidoctor/tabs'
56
56
57
57
content :
You can’t perform that action at this time.
0 commit comments