Skip to content

Commit c5cccd2

Browse files
committed
Adds antora extension and updates ui version
1 parent d345e92 commit c5cccd2

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ node_modules
2020
build
2121
package.json
2222
package-lock.json
23+
.flattened-pom.xml

antora-playbook.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ antora:
77
- '@antora/atlas-extension'
88
- require: '@springio/antora-extensions/root-component-extension'
99
root_component_name: 'cloud-consul'
10+
- '@springio/antora-extensions/static-page-extension'
1011
site:
1112
title: Spring Cloud Consul
1213
url: https://docs.spring.io/spring-cloud-consul/reference
@@ -36,7 +37,7 @@ urls:
3637
redirect_facility: httpd
3738
ui:
3839
bundle:
39-
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.3.5/ui-bundle.zip
40+
url: https://github.com/spring-io/antora-ui-spring/releases/download/v0.4.2/ui-bundle.zip
4041
snapshot: true
4142
runtime:
4243
log:

pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,15 @@
4343
<environment>
4444
<ALGOLIA_API_KEY>9d489079e5ec46dbb238909fee5c9c29</ALGOLIA_API_KEY>
4545
<ALGOLIA_APP_ID>WB1FQYI187</ALGOLIA_APP_ID>
46-
<ALGOLIA_INDEX_NAME>springcloudconsul</ALGOLIA_INDEX_NAME>
46+
<ALGOLIA_INDEX_NAME>springdocs</ALGOLIA_INDEX_NAME>
4747
</environment>
48+
<packages>
49+
<package>@antora/[email protected]</package>
50+
<package>@antora/[email protected]</package>
51+
<package>@asciidoctor/[email protected]</package>
52+
<package>@springio/[email protected]</package>
53+
<package>@springio/[email protected]</package>
54+
</packages>
4855
</configuration>
4956
</plugin>
5057
</plugins>

0 commit comments

Comments
 (0)