Skip to content

Commit

Permalink
Update Algolia Extensions
Browse files Browse the repository at this point in the history
Closes gh-883
  • Loading branch information
jzheaux committed Jun 25, 2024
1 parent 8cf400b commit 9e38494
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
6 changes: 1 addition & 5 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
antora:
extensions:
- '@antora/collector-extension'
- '@antora/atlas-extension'
- '@opendevise/antora-release-line-extension'
- '@springio/antora-extensions/latest-version-extension'
- require: '@springio/antora-extensions/root-component-extension'
- require: '@springio/antora-extensions'
root_component_name: 'ldap'
- '@springio/antora-extensions/static-page-extension'
site:
title: Spring LDAP
url: https://docs.spring.io/spring-ldap/reference
Expand Down
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,13 @@ plugins {
antora {
version = '3.2.0-alpha.2'
options = ['--clean', '--fetch', '--stacktrace']
environment = [
'ALGOLIA_API_KEY': '042f6aaab6ce998d2ea29e60167e1660',
'ALGOLIA_APP_ID': 'WB1FQYI187',
'ALGOLIA_INDEX_NAME': 'springdocs'
]
// NOTE remember to update the versions in lib/antora/templates/per-branch-antora-playbook.yml as well
dependencies = [
'@antora/atlas-extension': '1.0.0-alpha.1',
'@antora/collector-extension': '1.0.0-alpha.3',
'@asciidoctor/tabs': '1.0.0-beta.3',
'@opendevise/antora-release-line-extension': '1.0.0',
'@springio/antora-extensions': '1.7.0',
'@springio/antora-extensions': '1.11.1',
'@springio/asciidoctor-extensions': '1.0.0-alpha.9',
]
}
7 changes: 1 addition & 6 deletions lib/antora/templates/per-branch-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
# The purpose of this Antora playbook is to build the docs in the current branch.
antora:
extensions:
- '@antora/collector-extension'
- id: '@antora/atlas-extension'
require: '@antora/atlas-extension'
enabled: false
- '@springio/antora-extensions/latest-version-extension'
- require: '@springio/antora-extensions/root-component-extension'
- require: '@springio/antora-extensions'
root_component_name: 'ldap'
site:
title: Spring LDAP Reference
Expand Down

0 comments on commit 9e38494

Please sign in to comment.