Wanna help contribute to a short database of useful commands for HIVE? Check out the example.json included with this repo. This will give you the json object template that will be used for each definition. Now its time to "fill in the blanks", setup your definition using the data structure below. Then submit a PR (pull request) for review. Please remember that all submissions MUST to conform to the data structure to be accepted.
Try to include information on requirements, skills required, or maybe a library?
The links section is an array object. So include any links in array format ( ["link.com","link.org","link.net"] )
This is the meat of the defintion. What is the defintion? What does it do? How does it help? Details are key. (Just remember we do have a character limit so no 10 page essays please.
Pick a category from below or suggest a new one. We are trying to generalize everything for easy access so try to be generic. The category is also an array object so you can use more then one!
Does your definition fit more then just one reference? No problem, just add any aliases here.
- infastructure
- switching-applications
- lights
- applications
- utilities
- monitoring
- graphs
- bridge
- microcontroller
(More as required)
{
"Example": {
"installation": "To install this example you need to pull the repo or example.json",
"links": ["https://github.com/Blade2021/HIVE-RefData","https://hivedev.roots.systems"],
"description": "This is just an example description of what this file is used for and how to set it up for collaboration",
"category": ["utilities"]
},
}
The following will be replaced automatically:
{prefix} - Replaced with HIVE's current prefix, This keeps from having to hardcode the prefix.
All commits to the master are validated and deployed upon successful validation. After deployment, HIVE bot may be reloaded by any member of staff to reload the reference library.