Skip to content

Commit

Permalink
Update MRGs
Browse files Browse the repository at this point in the history
  • Loading branch information
RieksJ authored and github-actions[bot] committed Apr 17, 2024
1 parent 33dbbee commit f88bc48
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 4 deletions.
61 changes: 61 additions & 0 deletions docs/mrgs/mrg.mve.mve-terms.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
terminology:
scopetag: "mve"
scopedir: "https://github.com/tno-terminology-design/tev2-mve/tree/master/docs"
curatedir: "terms"
glossarydir: "mrgs"
defaultvsn: "mve-terms"
website: "https://tno-terminology-design.github.io/tev2-mve"
navpath: "/terms"
navid: "term"
defaulttype: "concept"
vsntag: "mve-terms"
scopes: []
entries:
- title: "MVE"
term: "mve"
bodyFile: "/terms/mve.md"
glossaryTerm: "Minimal Viable Example"
glossaryAbbr: "MVE"
glossaryText: "a GitHub repo, the contents of which is documentation that is published as a static website using GitHub Pages or Jekyll, and that includes the minimal stuff for using the [TEv2 tools](@tev2) and demonstrating its results."
formPhrases:
- "mve"
- "mimimal-viable-example"
- "mimimal-viable-examples"
- "mimimal-viable-example-s"
- "mimimum-viable-example"
- "mimimum-viable-examples"
- "mimimum-viable-example-s"
- "mves"
- "mve-s"
scopetag: "mve"
locator: "mve.md"
navurl: "https://tno-terminology-design.github.io/tev2-mve/terms/mve"
headingids:
- "minimal-viable-example-(mve)"
- "example"
termid: "concept:mve"
vsntag: "mve-terms"
- title: "Workflow File"
term: "workflow-file"
glossaryTerm: "Workflow file"
glossaryText: "a YAML file stored in the `.github/workflows` directory of a GitHub repository that defines jobs, steps, and triggers for GitHub Actions. In our context, this file is used to compile and deploy the static website of an [MVE](@)."
formPhrases:
- "workflow-file"
- "workflow-files"
- "workflow-file-s"
scopetag: "mve"
locator: "workflow-file.md"
navurl: "https://tno-terminology-design.github.io/tev2-mve/terms/workflow-file"
headingids:
- "workflow-file"
- "example"
- "simple-workflow-for-deploying-static-content-to-github-pages"
- "setting-up-node,-as-this-is-needed-to-install-the-tev2-tools"
- "you-should-copy-this-part-to-your-workflow-file"
- "unless-it-already-has-node.js-installed."
- "<tev2-specific-steps-start-here>"
- "you-should-copy-everything-up-to-the-comment-that-says-the-tev2-specific-steps-ends"
- "<tev2-specific-steps-end-here>"
- "the-stuff-below-is-what-mkdocs-needs-to-generate-the-static-site"
termid: "concept:workflow-file"
vsntag: "mve-terms"
8 changes: 4 additions & 4 deletions docs/mrgs/mrg.mve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ terminology:
scopedir: "https://github.com/tno-terminology-design/tev2-mve/tree/master/docs"
curatedir: "terms"
glossarydir: "mrgs"
defaultvsn: "terms"
defaultvsn: "mve-terms"
website: "https://tno-terminology-design.github.io/tev2-mve"
navpath: "/terms"
navid: "term"
defaulttype: "concept"
vsntag: "terms"
vsntag: "mve-terms"
scopes: []
entries:
- title: "MVE"
Expand All @@ -34,7 +34,7 @@ entries:
- "minimal-viable-example-(mve)"
- "example"
termid: "concept:mve"
vsntag: "terms"
vsntag: "mve-terms"
- title: "Workflow File"
term: "workflow-file"
glossaryTerm: "Workflow file"
Expand All @@ -58,4 +58,4 @@ entries:
- "<tev2-specific-steps-end-here>"
- "the-stuff-below-is-what-mkdocs-needs-to-generate-the-static-site"
termid: "concept:workflow-file"
vsntag: "terms"
vsntag: "mve-terms"

0 comments on commit f88bc48

Please sign in to comment.