Added info about attributes

This commit is contained in:
Marcin Grzejszczak
2019-07-30 09:33:01 +02:00
parent 5503649e5b
commit 8e73741657
3 changed files with 26 additions and 0 deletions
+11
View File
@@ -6,6 +6,10 @@ Edit the files in the src/main/asciidoc/ directory instead.
image:https://circleci.com/gh/spring-cloud/spring-cloud-build.svg?style=svg[link="https://travis-ci.org/spring-cloud/spring-cloud-build"]
project-name:spring-cloud-build
github-tag:master
github-raw:https://raw.github.com/spring-cloud/{project-name}/{github-tag}
Spring Cloud Build is a common utility project for Spring Cloud
to use for plugin and dependency management.
@@ -273,6 +277,13 @@ approach of generating documentation just add these plugins to your `docs` modul
IMPORTANT: The order of plugin declaration is important!
Spring Cloud Build Docs comes with a set of attributes for asciidoctor that you can reuse.
[source,xml]
----
Unresolved directive in README.adoc - include::{github-raw}/pom.xml[tags=attributes,indent=0]
----
== Updating the guides
We assume that your project contains guides under the `guides` folder.