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

andy pushed a commit to branch rdf-patch-links
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/rdf-patch-links by this push:
     new 90ed36331 Put in navigation to RDF Patch
90ed36331 is described below

commit 90ed36331f93d9de02392c91c79be8c8e217cf5c
Author: Andy Seaborne <a...@apache.org>
AuthorDate: Mon Sep 8 19:29:44 2025 +0100

    Put in navigation to RDF Patch
---
 layouts/_default/baseof.html    | 3 +--
 source/documentation/__index.md | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index d278562b1..d78ef0087 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -72,10 +72,9 @@
                         <li><a class="dropdown-item"  
href="/documentation/extras/querybuilder/index.html">Query Builder</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/rdf/index.html">RDF API</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/rdfconnection/">RDF Connection - SPARQL API</a></li>
-                        <li><a class="dropdown-item"  
href="/documentation/rdfstar/index.html">RDF-star</a></li>
+                        <li><a class="dropdown-item"  
href="/documentation/rdf-patch/index.html">RDF Patch</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/shacl/index.html">SHACL</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/shex/index.html">ShEx</a></li>
-                        <li><a class="dropdown-item"  
href="/documentation/tdb/index.html">TDB</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/tdb2/index.html">TDB2</a></li>
                         <li><a class="dropdown-item"  
href="/documentation/query/text-query.html">Text Search</a></li>
                     </ul>
diff --git a/source/documentation/__index.md b/source/documentation/__index.md
index e8a10540e..9a76b3b70 100644
--- a/source/documentation/__index.md
+++ b/source/documentation/__index.md
@@ -25,6 +25,7 @@ sections.
 * [ShEx](./shex) - ShEx processor for Jena
 * [Text Search](./query/text-query.html) - enhanced indexes using Lucene for 
more efficient searching of text literals in Jena models and datasets.
 * [GeoSPARQL](./geosparql/) - support for GeoSPARQL
+* [RDF Patch](./rdf-patch) - record chnages to a dataset
 * [Tools](./tools/) - various command-line tools and utilities to help 
developers manage RDF data and other aspects of Jena
 * [How-To's](./notes/) - various topic-specific how-to documents
 * [QueryBuilder](./extras/querybuilder/) - Classes to simplify the 
programmatic building of various query and update statements.

Reply via email to