Skip to content

Commit 7ba202a

Browse files
authored
Issue 206 jena doc (#209)
* docs(integration): add Jena integration page with Maven install and quick start (fixes #206)
1 parent 4059607 commit 7ba202a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

integration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Learn how to leverage FalkorDB's flexible APIs and SDKs to build high-performanc
1616

1717
- [REST API](./rest.md): Learn how to interact with FalkorDB using its REST API for seamless integration with your applications.
1818
- [Kafka Connect](./kafka-connect.md): Learn how to interact with FalkorDB using Kafka Connect sink to replicate data from third-party applications.
19-
- [Jena Integration](./jena.md): Learn how to use FalkorDB with Apache Jena via the jena-falkordb-adapter.
19+
- [Apache Jena](./jena.md): Learn how to use FalkorDB with Apache Jena via the jena-falkordb-adapter.
2020

2121

integration/jena.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: "Jena Integration"
2+
title: "Apache Jena"
33
nav_order: 3
44
description: "How to use FalkorDB with Apache Jena via the jena-falkordb-adapter."
55
parent: "Integration"
66
---
77

8-
# Jena Integration
8+
# Apache Jena Integration
99

1010
This page describes how to integrate FalkorDB with [Apache Jena](https://jena.apache.org/) using the [jena-falkordb-adapter](https://github.com/FalkorDB/jena-falkordb-adapter).
1111

0 commit comments

Comments
 (0)