This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new eb7bd0e Update images on web page.
eb7bd0e is described below
commit eb7bd0e8033504b37b5a2328dadaeb7367614957
Author: JamesBognar <[email protected]>
AuthorDate: Wed Mar 7 14:02:52 2018 -0500
Update images on web page.
---
content/examples.html | 2 +-
content/images/Samples_RootResources.png | Bin 160559 -> 0 bytes
content/images/Swagger.png | Bin 85896 -> 0 bytes
content/images/juneau-examples-rest.4.png | Bin 0 -> 384505 bytes
.../images/juneau-examples-rest.RootResources.1.png | Bin 0 -> 384548 bytes
content/images/juneau-examples-rest.import4.png | Bin 378973 -> 0 bytes
.../images/juneau-microservice-server.Running.1.png | Bin 0 -> 67578 bytes
.../images/juneau-microservice-template.import4.png | Bin 64787 -> 0 bytes
content/images/juneau-rest-server.OptionsPages.1.png | Bin 0 -> 281814 bytes
content/microservice.html | 2 +-
content/rest-server.html | 4 ++--
11 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/examples.html b/content/examples.html
index 7a8c323..5bb96da 100644
--- a/content/examples.html
+++ b/content/examples.html
@@ -93,7 +93,7 @@
<p class='bcode w800'>
http://localhost:10000
</p>
- <img class='bordered'
src='images/juneau-examples-rest.import4.png' style='width:466px'>
+ <img class='bordered w800'
src='images/juneau-examples-rest.4.png'>
<ul class='doctree'>
<li class='link'>See <a class='doclink'
href='http://juneau.apache.org/site/apidocs/overview-summary.html#juneau-examples-rest'>juneau-examples-rest</a>
for more information.
diff --git a/content/images/Samples_RootResources.png
b/content/images/Samples_RootResources.png
deleted file mode 100644
index 35c36e1..0000000
Binary files a/content/images/Samples_RootResources.png and /dev/null differ
diff --git a/content/images/Swagger.png b/content/images/Swagger.png
deleted file mode 100644
index 040d6b2..0000000
Binary files a/content/images/Swagger.png and /dev/null differ
diff --git a/content/images/juneau-examples-rest.4.png
b/content/images/juneau-examples-rest.4.png
new file mode 100644
index 0000000..ce012f4
Binary files /dev/null and b/content/images/juneau-examples-rest.4.png differ
diff --git a/content/images/juneau-examples-rest.RootResources.1.png
b/content/images/juneau-examples-rest.RootResources.1.png
new file mode 100644
index 0000000..61365da
Binary files /dev/null and
b/content/images/juneau-examples-rest.RootResources.1.png differ
diff --git a/content/images/juneau-examples-rest.import4.png
b/content/images/juneau-examples-rest.import4.png
deleted file mode 100644
index fad7e59..0000000
Binary files a/content/images/juneau-examples-rest.import4.png and /dev/null
differ
diff --git a/content/images/juneau-microservice-server.Running.1.png
b/content/images/juneau-microservice-server.Running.1.png
new file mode 100644
index 0000000..9d75bda
Binary files /dev/null and
b/content/images/juneau-microservice-server.Running.1.png differ
diff --git a/content/images/juneau-microservice-template.import4.png
b/content/images/juneau-microservice-template.import4.png
deleted file mode 100644
index b0d5463..0000000
Binary files a/content/images/juneau-microservice-template.import4.png and
/dev/null differ
diff --git a/content/images/juneau-rest-server.OptionsPages.1.png
b/content/images/juneau-rest-server.OptionsPages.1.png
new file mode 100644
index 0000000..82ca9d6
Binary files /dev/null and
b/content/images/juneau-rest-server.OptionsPages.1.png differ
diff --git a/content/microservice.html b/content/microservice.html
index 2f75243..55cef27 100644
--- a/content/microservice.html
+++ b/content/microservice.html
@@ -232,7 +232,7 @@
<p class='bcode w800'>
http://localhost:10000
</p>
- <img class='bordered'
src='images/juneau-microservice-template.import4.png' style='width:467px'>
+ <img class='bordered w800'
src='images/juneau-microservice-server.Running.1.png'>
<ul class='doctree'>
<li class='link'>See <a class='doclink'
href='http://juneau.apache.org/site/apidocs/overview-summary.html#juneau-microservice-template'>juneau-microservice-template</a>
for more information.
diff --git a/content/rest-server.html b/content/rest-server.html
index 8c331fc..b9be72b 100644
--- a/content/rest-server.html
+++ b/content/rest-server.html
@@ -449,7 +449,7 @@
<p class='bcode w800'>
http://localhost:10000/systemProperties/?method=OPTIONS
</p>
- <img class='bordered w800' src='images/Swagger.png'>
+ <img class='bordered w800'
src='images/juneau-rest-server.OptionsPages.1.png'>
<p>
Swagger documentation can be populated from annotations
(as above), resource bundles, or Swagger JSON files.
</p>
@@ -527,7 +527,7 @@
<p class='bcode w800'>
http://localhost:10000
</p>
- <img class='bordered w800'
src='images/Samples_RootResources.png'>
+ <img class='bordered w800'
src='images/juneau-examples-rest.RootResources.1.png'>
<p>
Resources can be nested arbitrarily deep.
The <ja>@RestResource</ja> and <ja>@RestMethod</ja>
annotations can be applied to any classes, not just
--
To stop receiving notification emails like this one, please contact
[email protected].