1
0
mirror of synced 2026-08-04 09:17:02 +00:00

reconfigure branch for local builds and as scheduler for docs workflows

- set up placeholder and trigger for Deploy Docs workflow in docs-build branch
- set up placeholder and trigger for Rebuild Search Index workflow in docs-build branch
- remove obsolete Deploy Reference workflow
- upgrade Antora to 3.1
- reconfigure docs build for local build only
- add patch to support using linked worktree as Antora content source
- remove Antora extensions only needed for the production docs build
This commit is contained in:
Dan Allen
2022-09-08 15:31:19 -06:00
committed by Rob Winch
parent 929b334588
commit d22ee32c7d
18 changed files with 151 additions and 407 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"name": "spring-security-docs-antora",
"private": true,
"dependencies": {
"@antora/cli": "^3.1.0",
"@antora/site-generator-default": "^3.1.0"
}
}