Move adoc to asciidoc
This commit is contained in:
@@ -5,7 +5,7 @@ options = {:mkdirs => true, :safe => :unsafe, :attributes => 'linkcss'}
|
||||
|
||||
guard 'shell' do
|
||||
watch(/^[A-Za-z].*\.adoc$/) {|m|
|
||||
Asciidoctor.render_file('src/main/adoc/README.adoc', options.merge(:to_file => './README.md'))
|
||||
Asciidoctor.render_file('src/main/adoc/spring-cloud-bus.adoc', options.merge(:to_dir => 'target/docs'))
|
||||
Asciidoctor.render_file('src/main/asciidoc/README.adoc', options.merge(:to_file => './README.md'))
|
||||
Asciidoctor.render_file('src/main/asciidoc/spring-cloud-bus.adoc', options.merge(:to_dir => 'target/generated-docs'))
|
||||
}
|
||||
end
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
= Spring Platform Bus
|
||||
5
src/main/asciidoc/spring-cloud-bus.adoc
Normal file
5
src/main/asciidoc/spring-cloud-bus.adoc
Normal file
@@ -0,0 +1,5 @@
|
||||
= Spring Platform Bus
|
||||
|
||||
Spring Cloud Bus links nodes of a distributed system with a lightweight message broker. This can then be used to broadcast state changes (e.g. configuration changes) or other management instructions.
|
||||
|
||||
== Quick Start
|
||||
Reference in New Issue
Block a user