Skip to content

Commit 60e58c0

Browse files
rdhyeeclaude
andauthored
Move schema changelog to bottom of docs page (#206)
The schema.description field contains the revision-history changelog rather than a conceptual intro, so rendering it at the top of the page was making the docs feel dense and dated. Move it into a collapsed "Revision history" callout at the bottom of the page. The hand-written "How this schema is organized" section now leads. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 4a35657 commit 60e58c0

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

tools/docgen/index.qmd.jinja2

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ subtitle: Schema documentation generated from linkml sources.
44
date-modified: {{ gen.timestamp }}
55
---
66

7-
{{ schema.description }}
8-
97
URI: {{ schema.id }}
108
Name: {{ schema.name }}
119

@@ -126,3 +124,11 @@ No enumerations are defined.
126124
{% else %}
127125
No subsets are defined.
128126
{% endif %}
127+
128+
## Revision history
129+
130+
::: {.callout-note collapse="true"}
131+
## Schema changelog
132+
133+
{{ schema.description }}
134+
:::

0 commit comments

Comments
 (0)