The source lives in
The site https://linkml.io/linkml-model/ is hosted on GitHub pages.
Note: unlike most LinkML schema sites, this one does not use the gh-pages branch. The docs are served directly from the root folder of the main branch.
The docs folder houses the built schema index.
To build the docs:
make gen-doc
This stages the documentation in target/docs
You can test this:
make serve
See the metamodel docs for a description of the versioning scheme.
MINOR versions should be synchronized with all code frameworks such as linkml-runtime.
To sync the minor version with linkml-runtime, see: