From eb7e9efae45cb7502f06e4eaf77ca2cd8e19ca1c Mon Sep 17 00:00:00 2001 From: =?utf8?q?F=C3=A1bio=20Madeira?= Date: Mon, 13 Feb 2017 17:32:09 +0000 Subject: [PATCH] JWS-109 Added a new documentation root page for improving navigation and listing all the entries in the documentation manual. --- website/man_docs.jsp | 147 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 website/man_docs.jsp diff --git a/website/man_docs.jsp b/website/man_docs.jsp new file mode 100644 index 0000000..afb3724 --- /dev/null +++ b/website/man_docs.jsp @@ -0,0 +1,147 @@ +<%----%> +<%--<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>--%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> +<%@ taglib uri="http://displaytag.sf.net" prefix="dt" %> + + + + Documentation + + + +
+
+
+
+

JABAWS Documentation

+
+
+ + + +
+
+
+
+ + \ No newline at end of file -- 1.7.10.2