Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site c13556316 -> 358112572
Minor updates. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/35811257 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/35811257 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/35811257 Branch: refs/heads/asf-site Commit: 358112572fc73c970a72f74b489031c7e866cb0c Parents: c135563 Author: JamesBognar <[email protected]> Authored: Mon Apr 17 09:18:07 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Mon Apr 17 09:18:07 2017 -0400 ---------------------------------------------------------------------- content/about.html | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/35811257/content/about.html ---------------------------------------------------------------------- diff --git a/content/about.html b/content/about.html index 5aa5d15..edf89d5 100644 --- a/content/about.html +++ b/content/about.html @@ -787,6 +787,9 @@ <p class='bcode'> <ja>@RestResource</ja>( path=<js>"/"</js>, + title=<js>"Root resources"</js>, + description=<js>"This is an example of a router resource that is used to access other resources."</js>, + pageLinks=<js>"{options:'?method=OPTIONS',source:'$C{Source/gitHub}/org/apache/juneau/rest/example/RootResources.java'}"</js>, children={ HelloWorldResource.<jk>class</jk>, SystemPropertiesResource.<jk>class</jk>,
