Glossary of terms used within the MAPS project and the Micronutrient Support Tool
Explore the docs »
View Rendered Glossary
·
Report Bug
·
Request Feature
Definitions of commonly used terms within the within the MAPS project and the Micronutrient Support Tool are stored in markdown files within the /terms
directory.
These are rendered into the interactive glossary webpage hosted at https://glossary.micronutrient.support.
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- node.js - follow instructions at https://nodejs.org/en/
- Clone the repo
git clone https://github.com/micronutrientsupport/glossary.git
- Install NPM packages
npm install
- Build site
npm run build
- View rendered glossary
http://localhost:3000
At a minimum, all markdown files must have a title and short description in the yaml front-matter.
Extended content can be included as markdown which can include images etc and are converted into an individual webpage. e.g. https://raw.githubusercontent.com/micronutrientsupport/glossary/master/terms/uon.md
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b terms/NewTerms
) - Commit your Changes (
git commit -m 'Add some new terms'
) - Push to the Branch (
git push origin terms/NewTerms
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Andy Bean - @mnd_support - [email protected]
Project Link: https://github.com/micronutrientsupport/glossary
- Initial terms list - Kevin Tang