afs commented on a change in pull request #23:
URL: https://github.com/apache/jena-site/pull/23#discussion_r491895603



##########
File path: source/documentation/fuseki2/fuseki-config-endpoint.md
##########
@@ -121,6 +93,61 @@ without a configuration file is:
 | `fuseki:upload` | HTML form file upload |
 | `fuseki:no-op`  | An operation that causes a 400 or 404 error |
 
+Custom extensions can be added (see [Programmatic 
configuration](fuseki-main.html#build) of the Fuseki server). To be able to 
uniquely identify the operation, these are usually 
+
+        fuseki:endpoint     [ 
+            fuseki:operation fuseki:shacl ;
+            fuseki:name      "shacl" ;
+        ] ;
+
+See the section ["Integration with Apache Jena 
Fuseki"](https://jena.apache.org/documentation/shacl/#integration-with-apache-jena-fuseki)
 for details of the SHACL support. While this operation is part of the standard 
Fuseki distribution, this operation is added during system initialization, 
using the custom operation support.

Review comment:
       Good point. We can make it 
"/documentation/shacl/#integration-with-apache-jena-fuseki" . I like the rooted 
path because if the Fuseki docs get structured in some way, the "external" link 
will still work.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to