Move README to html for github
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_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
|
||||
|
||||
@@ -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>
|
||||
@@ -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:
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
= Spring Cloud Config
|
||||
:toc:
|
||||
|
||||
include::intro.adoc[]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user