Skip to content

Commit b48b04c

Browse files
committed
Documentation updates
1 parent bc2b628 commit b48b04c

7 files changed

Lines changed: 25 additions & 11 deletions

File tree

67.1 KB
Loading
229 KB
Loading
62.3 KB
Loading

linkeddatahub/docs/reference/data-model/blocks/xhtml/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ <h1>XHTML blocks</h1>
135135

136136
<p class="lead">Blocks that embed XHTML markup as an RDF literal</p>
137137

138-
<p>XHTML block is simply a fragment of XHTML, stored as a canonical XML literal in the
139-
RDF document. It can be edited using a WYSIWYG editor.</p>
138+
<p>XHTML block is simply a fragment of XHTML, stored as a <a href="https://www.w3.org/TR/xml-c14n11/" target="_blank">canonical XML</a> literal (<code>rdf:XMLLiteral</code>) in the RDF document. It can be edited using a WYSIWYG editor.</p>
140139

141140
<div>
142141

linkeddatahub/docs/reference/data-model/documents/containers/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ <h2 id="rdf-serialization">RDF serialization</h2>
159159
acl:owner &lt;https://localhost:4443/admin/acl/agents/865c2431-8436-4ae8-b300-2a531a013cd0/#this&gt; .
160160

161161
&lt;https://localhost:4443/concepts/#select-children&gt;
162-
a ldh:Object ;
163-
rdf:value ldh:ChildrenView .</pre>
162+
a ldh:Object ;
163+
rdf:value ldh:ChildrenView .</pre>
164164
</div>
165165

166166
<div>

linkeddatahub/docs/reference/data-model/documents/items/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h2 id="rdf-serialization">RDF serialization</h2>
157157
dct:created "2025-06-02T19:49:48.126Z"^^xsd:dateTime ;
158158
dct:creator &lt;https://localhost:4443/admin/acl/agents/865c2431-8436-4ae8-b300-2a531a013cd0/#this&gt; ;
159159
dct:title "Example" ;
160-
sioc:has_container &lt;https://localhost:4443/2005d1e1-de5c-4c0d-bcab-002c203ff1a9/&gt; ;
160+
sioc:has_container &lt;https://localhost:4443/concepts/&gt; ;
161161
acl:owner &lt;https://localhost:4443/admin/acl/agents/865c2431-8436-4ae8-b300-2a531a013cd0/#this&gt; .
162162

163163
&lt;https://localhost:4443/concepts/example/#xhtml-block&gt;

linkeddatahub/docs/reference/user-interface/index.html

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,15 @@ <h1>User interface</h1>
151151
</div>
152152

153153
<p>
154-
<img alt="User interface" src="../../files/images/layout.png"/>
154+
<img alt="User interface" src="../../files/images/reference/user-interface/layout.png"/>
155155
</p>
156156

157157
<div>
158158

159159
<h2 id="nav-bar">Navigation bar</h2>
160160

161161
<p>
162-
<img alt="Navigation bar" src="../../files/images/navigation bar.png"/>
162+
<img alt="Navigation bar" src="../../files/images/reference/user-interface/navigation-bar.png"/>
163163
</p>
164164

165165
<p>The application title or logo in the top-left always links to the root container of
@@ -168,9 +168,6 @@ <h2 id="nav-bar">Navigation bar</h2>
168168
<p><dfn>Search box</dfn> lets users search for resources within the current application that have the specified
169169
keyword in their titles, descriptions etc. Results are shown in a dropdown list.</p>
170170

171-
<p>Application's <dfn>SPARQL endpoint</dfn> is accessible on the right. It offers a query editor and a result
172-
view. Learn more about query possibilities in the <a href="../../user-guide/query-data/">Query data</a> section.</p>
173-
174171
<div class="alert alert-info">
175172

176173
<p><em>Due to current web browser limitations, it is not possible to logout using client
@@ -185,7 +182,7 @@ <h2 id="nav-bar">Navigation bar</h2>
185182
<h2 id="action-bar">Action bar</h2>
186183

187184
<p>
188-
<img alt="Action bar" src="../../files/images/action.png"/>
185+
<img alt="Action bar" src="../../files/images/reference/user-interface/action-bar.png"/>
189186
</p>
190187

191188
<p>The <span class="btn btn-primary create-action">Create <span class="caret"></span></span> button opens a dialog through which
@@ -286,6 +283,24 @@ <h2 id="layout-modes">Layout modes</h2>
286283
force-directed layout.</dd>
287284
</dl>
288285
</div>
286+
287+
<div>
288+
289+
<h2 id="creation-bar">Creation bar</h2>
290+
291+
<p>The creation bar serves different functions depending on the current mode:</p>
292+
293+
<dl>
294+
295+
<dt>Content</dt>
296+
297+
<dd>Appends new content blocks to the page</dd>
298+
299+
<dt>Other modes</dt>
300+
301+
<dd>Creates new resources of the selected type</dd>
302+
</dl>
303+
</div>
289304
</div>
290305
<nav></nav>
291306
</main>

0 commit comments

Comments
 (0)