You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2020/11/18 09:24:42 UTC

[jena-site] 01/01: Link Fuseki Server Protocol from Web App page

This is an automated email from the ASF dual-hosted git repository.

rvesse pushed a commit to branch webapp-fsp-info
in repository https://gitbox.apache.org/repos/asf/jena-site.git

commit 70a72b3f0bcfcf41a3e096a80e9f12d9c8f977ac
Author: Rob Vesse <rv...@apache.org>
AuthorDate: Wed Nov 18 09:24:33 2020 +0000

    Link Fuseki Server Protocol from Web App page
---
 source/documentation/fuseki2/fuseki-webapp.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/source/documentation/fuseki2/fuseki-webapp.md b/source/documentation/fuseki2/fuseki-webapp.md
index 135b11d..23bfb92 100644
--- a/source/documentation/fuseki2/fuseki-webapp.md
+++ b/source/documentation/fuseki2/fuseki-webapp.md
@@ -92,3 +92,7 @@ directory.  It is initialised the first time Fuseki runs, including a
 [Apache Shiro](http://shiro.apache.org/) security file but this is only
 intended as a starting point.  It restricts use of the admin UI to the
 local machine.
+
+When deploying as a web application a more fully featured Admin API is
+made available and described on the 
+[Fuseki Server Protocol (REST API)](fuseki-server-protocol.html) page.