Sync docs from v2.1.0.M4 to gh-pages
20
spring-cloud-stream/2.1.0.M4/Guardfile
Normal file
@@ -0,0 +1,20 @@
|
||||
require 'asciidoctor'
|
||||
require 'erb'
|
||||
|
||||
guard 'shell' do
|
||||
watch(/.*\.adoc$/) {|m|
|
||||
Asciidoctor.render_file('index.adoc', \
|
||||
:in_place => true, \
|
||||
:safe => Asciidoctor::SafeMode::UNSAFE, \
|
||||
:attributes=> { \
|
||||
'source-highlighter' => 'prettify', \
|
||||
'icons' => 'font', \
|
||||
'linkcss'=> 'true', \
|
||||
'copycss' => 'true', \
|
||||
'doctype' => 'book'})
|
||||
}
|
||||
end
|
||||
|
||||
guard 'livereload' do
|
||||
watch(%r{^.+\.(css|js|html)$})
|
||||
end
|
||||
BIN
spring-cloud-stream/2.1.0.M4/images/SCSt-groups.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
spring-cloud-stream/2.1.0.M4/images/SCSt-overview.png
Normal file
|
After Width: | Height: | Size: 94 KiB |
BIN
spring-cloud-stream/2.1.0.M4/images/SCSt-partitioning.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
spring-cloud-stream/2.1.0.M4/images/SCSt-sensors.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
spring-cloud-stream/2.1.0.M4/images/SCSt-with-binder.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
spring-cloud-stream/2.1.0.M4/images/background.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
spring-cloud-stream/2.1.0.M4/images/caution.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 47 KiB |
BIN
spring-cloud-stream/2.1.0.M4/images/important.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
spring-cloud-stream/2.1.0.M4/images/logo.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
spring-cloud-stream/2.1.0.M4/images/note.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
spring-cloud-stream/2.1.0.M4/images/producers-consumers.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
spring-cloud-stream/2.1.0.M4/images/redis-binder.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
spring-cloud-stream/2.1.0.M4/images/registration.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
spring-cloud-stream/2.1.0.M4/images/schema_reading.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
spring-cloud-stream/2.1.0.M4/images/schema_resolution.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
spring-cloud-stream/2.1.0.M4/images/stream-initializr.png
Normal file
|
After Width: | Height: | Size: 211 KiB |
BIN
spring-cloud-stream/2.1.0.M4/images/tip.png
Normal file
|
After Width: | Height: | Size: 931 B |
BIN
spring-cloud-stream/2.1.0.M4/images/warning.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
14
spring-cloud-stream/2.1.0.M4/index-docinfo.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<productname>Spring Cloud Stream</productname>
|
||||
<releaseinfo>{spring-cloud-stream-version}</releaseinfo>
|
||||
<copyright>
|
||||
<year>2013-2018</year>
|
||||
<holder>Pivotal Software, Inc.</holder>
|
||||
</copyright>
|
||||
<legalnotice>
|
||||
<para>
|
||||
Copies of this document may be made for your own use and for distribution to
|
||||
others, provided that you do not charge any fee for such copies and further
|
||||
provided that each copy contains this Copyright Notice, whether distributed in
|
||||
print or electronically.
|
||||
</para>
|
||||
</legalnotice>
|
||||