Add skeleton docs

This commit is contained in:
Dave Syer
2014-09-29 10:55:45 +01:00
parent f6fac4a935
commit d026ffa13b
2 changed files with 12 additions and 0 deletions

11
Guardfile Normal file
View File

@@ -0,0 +1,11 @@
require 'asciidoctor'
require 'erb'
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'))
}
end

View File

@@ -0,0 +1 @@
= Spring Platform Bus