Skip to content

Commit

Permalink
Deployed c1425c2 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
github-actions[bot] committed Mar 2, 2025
1 parent 8e1f5e5 commit a9dc93b
Show file tree
Hide file tree
Showing 50 changed files with 10,434 additions and 1,715 deletions.
403 changes: 403 additions & 0 deletions dev/elements/ArkIdentifier/index.html

Large diffs are not rendered by default.

403 changes: 403 additions & 0 deletions dev/elements/DoiIdentifier/index.html

Large diffs are not rendered by default.

459 changes: 459 additions & 0 deletions dev/elements/EMAIL/index.html

Large diffs are not rendered by default.

403 changes: 403 additions & 0 deletions dev/elements/ExampleIdentifier/index.html

Large diffs are not rendered by default.

377 changes: 377 additions & 0 deletions dev/elements/GtinIdentifier/index.html

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions dev/elements/HandleAPIRecord/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ <h1 id="class-handleapirecord">Class: HandleAPIRecord</h1>
click HandleAPIRecord href "../HandleAPIRecord"
HandleAPIRecord : handle

HandleAPIRecord : response_code
HandleAPIRecord : responseCode

HandleAPIRecord : values

Expand All @@ -248,14 +248,14 @@ <h2 id="slots">Slots</h2>
</thead>
<tbody>
<tr>
<td><a href="../response_code/">response_code</a></td>
<td><a href="../responseCode/">responseCode</a></td>
<td>0..1 <br/> <a href="../Integer/">Integer</a></td>
<td>The response code of the handle API</td>
<td>direct</td>
</tr>
<tr>
<td><a href="../handle/">handle</a></td>
<td>0..1 <br/> <a href="../String/">String</a></td>
<td>1 <br/> <a href="../String/">String</a></td>
<td>The handle of the pid4cat record</td>
<td>direct</td>
</tr>
Expand Down Expand Up @@ -319,7 +319,7 @@ <h3 id="direct">Direct</h3>
API of a handle server.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
slots:
- response_code
- responseCode
- handle
- values

Expand All @@ -332,8 +332,8 @@ <h3 id="induced">Induced</h3>
API of a handle server.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
attributes:
response_code:
name: response_code
responseCode:
name: responseCode
description: The response code of the handle API.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
Expand All @@ -347,6 +347,7 @@ <h3 id="induced">Induced</h3>
description: The handle of the pid4cat record.
from_schema: https://w3id.org/nfdi4cat/pid4cat-model
rank: 1000
identifier: true
alias: handle
owner: HandleAPIRecord
domain_of:
Expand Down
Loading

0 comments on commit a9dc93b

Please sign in to comment.