This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git
The following commit(s) were added to refs/heads/main by this push:
new 1e2500bba Put in navigation to RDF Patch
1e2500bba is described below
commit 1e2500bba5a9cb0323e42dd9f5473d98daabf3c4
Author: Andy Seaborne <[email protected]>
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.