Skip to content

Commit

Permalink
testing mermaid
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Jun 17, 2024
1 parent 9c3868f commit 4428236
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publishdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: 3.9

- name: Install the required python packages
run: python -m pip install linkml
run: python -m pip install linkml mkdocs-material mkdocs-mermaid2-plugin

- name: Other installations
run: |
Expand All @@ -30,6 +30,9 @@ jobs:
gen-doc -d docs/schema/doc-linkml-autogen linkml-schema/reproschema.yaml
gen-erdiagram linkml-schema/reproschema.yaml > docs/schema/erdiagram-autogen.md
- name: Build MkDocs site
run: mkdocs build

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
Expand Down
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ nav:
- Welcome: "index.md"
- Introduction: "introduction.md"
- Project structure: "project-structure.md"
- Schema: "schema/schema.md"
- Schema:
- Schema overview: "schema/schema.md"
- Schema documentation: "schema/doc-linkml-autogen/index.md"
- User Guide:
- Create a research protocol: "user-guide/create-new-protocol.md"
- Adopt assessments from the library: "user-guide/adopt-assessments.md"
Expand Down

0 comments on commit 4428236

Please sign in to comment.