Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

47 lines (28 loc) · 1.08 KB

Contributing to this repository

Contributing to the metamodel

Contributing to the specification

The source lives in

Building the site

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

Model versioning and releases

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: