Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions tools/docgen/index.qmd.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ subtitle: Schema documentation generated from linkml sources.
date-modified: {{ gen.timestamp }}
---

{{ schema.description }}

URI: {{ schema.id }}
Name: {{ schema.name }}

Expand Down Expand Up @@ -126,3 +124,11 @@ No enumerations are defined.
{% else %}
No subsets are defined.
{% endif %}

## Revision history

::: {.callout-note collapse="true"}
## Schema changelog

{{ schema.description }}
:::