diff --git a/Guardfile b/Guardfile index f42889b4..33024ef9 100644 --- a/Guardfile +++ b/Guardfile @@ -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_dir => '.')) + Asciidoctor.render_file('src/main/adoc/README.adoc', options.merge(:to_file => './README.md')) Asciidoctor.render_file('src/main/adoc/spring-cloud-config.adoc', options.merge(:to_dir => 'target/docs')) } end diff --git a/README.html b/README.md similarity index 98% rename from README.html rename to README.md index fd82b1cf..81825ed6 100644 --- a/README.html +++ b/README.md @@ -61,7 +61,7 @@ Spring configuration.
Bind to Config Server and initialize Spring Environment with remote property sources
Bind to the Config Server and initialize Spring Environment with remote property sources
Encrypt and decrypt property values (symmetric or asymmetric)
@@ -226,7 +226,7 @@ baz