Skip to content

Commit

Permalink
Deployed f5fad5f to dev with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ci-bot committed Oct 15, 2024
1 parent 22e5637 commit 10176a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
6 changes: 2 additions & 4 deletions dev/getting-started-plugins/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -893,11 +893,9 @@ <h3 id="apache-jena-apache-jena-fuseki">Apache Jena, Apache Jena Fuseki</h3>
</li>
<li>You can now use the Jelly format for parsing, serialization, and streaming serialization in your Jena application.</li>
</ul>
<div class="admonition bug">
<div class="admonition warning">
<p class="admonition-title">Content negotiation in Fuseki</p>
<p>Content negotiation using the <code>application/x-jelly-rdf</code> media type in the <code>Accept</code> header works in Fuseki "Main" distribution since version 5.2.0. To get it working, you need to run Fuseki with the <code>--modules=true</code> command-line option. Content negotiation does not work in the "webapp" distribution with UI due to an <a href="https://github.com/apache/jena/issues/2774">upstream bug</a>.</p>
<p>In Fuseki 5.1.0 and older, content negotiation with Jelly does not work at all.</p>
<p>To work around these issues, you can specify the <code>output=application/x-jelly-rdf</code> parameter (either in the URL or in the URL-encoded form body) when querying the endpoint.</p>
<p>Content negotiation using the <code>application/x-jelly-rdf</code> media type in the <code>Accept</code> header works in Fuseki since Apache Jena version 5.2.0. Previous versions of Fuseki did not support media type registration.</p>
</div>
<h3 id="eclipse-rdf4j">Eclipse RDF4J</h3>
<p>You can simply add Jelly format support to an application based on RDF4J with Jelly's plugin JAR.</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"version": "2.0.x",
"title": "2.0.x",
"aliases": [
"2.0.3",
"2.0.2",
"stable",
"2.0.0",
"2.0.1",
"stable",
"2.0.2"
"2.0.3"
]
},
{
Expand Down Expand Up @@ -44,19 +44,19 @@
"version": "0.12.x",
"title": "0.12.x",
"aliases": [
"0.12.1",
"0.12.0"
"0.12.0",
"0.12.1"
]
},
{
"version": "0.11.x",
"title": "0.11.x",
"aliases": [
"0.11.2",
"0.11.3",
"0.11.6",
"0.11.1",
"0.11.0",
"0.11.2",
"0.11.1",
"0.11.6",
"0.11.5"
]
},
Expand Down

0 comments on commit 10176a4

Please sign in to comment.