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 f1a21387e Website updates
f1a21387e is described below
commit f1a21387ec756f8a8e00ce3887c18be9a40df44f
Author: JamesBognar <[email protected]>
AuthorDate: Fri Jun 24 03:57:12 2022 -0400
Website updates
---
content/about.html | 25 +++++++++++++++++--------
1 file changed, 17 insertions(+), 8 deletions(-)
diff --git a/content/about.html b/content/about.html
index 50ead083a..23e5e9e41 100644
--- a/content/about.html
+++ b/content/about.html
@@ -25,6 +25,15 @@
<!-- === ABOUT
=================================================================================================
-->
<!--
===========================================================================================================
-->
+ <h5 class='toc'>Quick Links</h5>
+ <div class='topic'>
+ <a class='doclink'
href='https://github.com/apache/juneau'>GitHub</a> -
+ <a class='doclink'
href='https://github.com/apache/juneau/wiki'>Wiki</a>
+ <a class='doclink'
href='https://juneau.apache.org/site/apidocs-9.0-B1/overview-summary.html#overview.description'>Documentation</a>
+ <a class='doclink'
href='https://juneau.apache.org/site/apidocs-9.0-B1/overview-summary.html#Release
Notes'>Release Notes</a>
+ <a class='doclink'
href='https://juneau.apache.org/site/apidocs-9.0-B1/index.html'>Javadocs</a>
+ </div>
+
<h5 class='toc'>About</h5>
<div class='topic'>
<p>
@@ -36,39 +45,39 @@
</tr>
<tr class='dark bb'>
<td rowspan="4"
style='text-align:center;font-weight:bold;padding:20px;'
class='code'>juneau-core</td>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-8.2.0/overview-summary.html#juneau-marshall'>juneau-marshall</a></td>
+ <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0-B1/overview-summary.html#juneau-marshall'>juneau-marshall</a></td>
<td>
- A universal toolkit for marshalling
POJOs to a <a class='doclink'
href='http://juneau.apache.org/site/apidocs-8.2.0/overview-summary.html#Glossaries.LanguageSupport'>variety
of content types</a> using a common framework with no external library
dependencies.
+ A universal toolkit for marshalling
POJOs to a <a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0-B1/overview-summary.html#Glossaries.LanguageSupport'>variety
of content types</a> using a common framework with no external library
dependencies.
</td>
</tr>
<tr class='dark bb'>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-8.2.0/overview-summary.html##juneau-marshall-rdf'>juneau-marshall-rdf</a></td>
+ <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0-B1/overview-summary.html##juneau-marshall-rdf'>juneau-marshall-rdf</a></td>
<td>
Extended marshalling support for RDF
languages.
</td>
</tr>
<tr class='dark bb'>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-8.2.0/overview-summary.html##juneau-dto'>juneau-dto</a></td>
+ <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0-B1/overview-summary.html##juneau-dto'>juneau-dto</a></td>
<td>
A variety of predefined DTOs for
serializing and parsing languages such as HTML5, Swagger and ATOM.
</td>
</tr>
<tr class='dark bb'>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-8.2.0/overview-summary.html##juneau-config'>juneau-config</a></td>
+ <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0-B1/overview-summary.html##juneau-config'>juneau-config</a></td>
<td>
A sophisticated configuration file API.
</td>
</tr>
<tr class='light bb'>
<td rowspan="2"
style='text-align:center;font-weight:bold;padding:20px;'
class='code'>juneau-rest</td>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-8.2.0/overview-summary.html##juneau-rest-server'>juneau-rest-server</a></td>
+ <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0-B1/overview-summary.html##juneau-rest-server'>juneau-rest-server</a></td>
<td>
A universal REST server API for
creating Swagger-based self-documenting REST interfaces using POJOs, simply
deployed as
one or more top-level servlets in any
Servlet 3.1.0+ container. Includes Spring Boot and JAX-RS integration support.
</td>
</tr>
<tr class='light bb'>
- <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-8.2.0/overview-summary.html##juneau-rest-client'>juneau-rest-client</a></td>
+ <td class='code'><a class='doclink'
href='http://juneau.apache.org/site/apidocs-9.0-B1/overview-summary.html##juneau-rest-client'>juneau-rest-client</a></td>
<td>
A universal REST client API for
interacting with Juneau or 3rd-party REST interfaces using POJOs and proxy
interfaces.
</td>
@@ -88,7 +97,7 @@
<!-- === FEATURES
==============================================================================================
-->
<!--
===========================================================================================================
-->
- <h5 class='toc'>Features</h5>
+ <h5 class='figure'>Features</h5>
<div class='topic'>
<ul class='spaced-list'>
<li>