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 dcdccbf Petstore documentation.
dcdccbf is described below
commit dcdccbf853dfd34aa3698cb6372b277e23efa32b
Author: JamesBognar <[email protected]>
AuthorDate: Mon Sep 9 20:16:47 2019 -0400
Petstore documentation.
---
templates/index.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/templates/index.html b/templates/index.html
index 8f957af..33f4be2 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -205,6 +205,7 @@
<li><a href='rest-server.html'
id='rest-server' onclick="return select(this)">rest-server</a>
<li><a href='rest-client.html'
id='rest-client' onclick="return select(this)">rest-client</a>
<li><a href='examples.html'
id='examples' onclick="return select(this)">examples</a>
+ <li><a href='petstore.html'
id='petstore' onclick="return select(this)">petstore</a>
</ul>
</li>
<li><a href='documentation.html' id='documentation'
onclick="return select(this)">Documentation</a></li>