1
0
mirror of synced 2026-05-22 13:23:17 +00:00

repurpose 5.6.x branch to provide local docs build

* remove unused workflows, scripts, and configuration (now handled by docs-build branch)
* upgrade Antora to 3.1 (and Node.js to 16)
* tune playbook settings
* reconfigure docs build for local build only
* add patch to support using linked worktree as Antora content source
* remove Antora extensions not needed for local builds
This commit is contained in:
Dan Allen
2022-09-07 17:19:55 -06:00
committed by Steve Riesenberg
parent 8b74bf9742
commit 3387149a0f
15 changed files with 93 additions and 424 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"
}
}