linkml / linkml-project-cookiecutter

A cookiecutter for linkml projects. An equivalent of `linkml-ws new project-name`.
Creative Commons Zero v1.0 Universal
14 stars 16 forks source link

feat(docs): upgrade mkdocs/mermaid #100

Open noelmcloughlin opened 4 months ago

noelmcloughlin commented 4 months ago

This PR is to upgrade mkdocs-material and mermaid2 to later versions.

I also include mermaid.min.js (10.8.0) because sandboxed environments cannot access CDN

noelmcloughlin commented 4 months ago

Wait for decision on #99 and more testing

noelmcloughlin commented 4 months ago

Seems to work fine.

Note: Mermaid dislikes Linkml class names which can collidide with mermaid keywords. For example, ontology class causes syntax error, but OntologyClass does not.