f96dce5340c7a8deab4d192427bb7a88aa496fa7
Bump @springio/asciidoctor-extensions from 1.0.0-alpha.16 to 1.0.0-alpha.17
= Spring Cloud Release Docs Build You're currently viewing the Antora playbook branch. The playbook branch hosts the docs build that is used to build and publish the production docs site. The Spring Cloud Release reference docs are built using https://antora.org[Antora]. This README covers how to build the docs in a software branch as well as how to build the production docs site locally. == Building the Site You can build the entire site by invoking the following on the docs-build branch and then viewing the site at `target/site/index.html` [source,bash] ---- mvn antora ---- == Building a Specific Branch [source,bash] ---- mvn antora ----
Description