Move README to html for github

This commit is contained in:
Dave Syer
2014-09-26 11:37:11 +01:00
parent 9ff97709d7
commit 2ba9893e8c
4 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -61,7 +61,7 @@ Spring configuration.</p>
<div class="ulist">
<ul>
<li>
<p>Bind to Config Server and initialize Spring <code>Environment</code> with remote property sources</p>
<p>Bind to the Config Server and initialize Spring <code>Environment</code> with remote property sources</p>
</li>
<li>
<p>Encrypt and decrypt property values (symmetric or asymmetric)</p>
@@ -226,7 +226,7 @@ baz</pre>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2014-09-26 11:20:05 BST
Last updated 2014-09-26 11:35:20 BST
</div>
</div>
</body>

View File

@@ -12,7 +12,7 @@ Spring Cloud Config Server features:
Config Client features (for Spring applications):
* 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)
* `@RefreshScope` for Spring `@Beans` that want to be re-initialized when configuration changes
* Management endpoints:

View File

@@ -1,4 +1,5 @@
= Spring Cloud Config
:toc:
include::intro.adoc[]