-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33dbbee
commit f88bc48
Showing
2 changed files
with
65 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters