File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Event NotificationServer Documentation
1818 guides/hooks_faq
1919 guides/developers
2020 guides/plugins
21+ guides/contrib_guidelines
2122
2223
2324
@@ -40,6 +41,8 @@ Event NotificationServer Documentation
4041 Machine Learning Hooks FAQ covering common scenarios/issues
4142:doc: `guides/developers `
4243 If you want to use the Event Notification Server to make your own app/client
44+ :doc: `guides/contrib_guidelines `
45+ If you want to contribute hook scripts to the ES
4346:doc: `guides/plugins `
4447 If you want to add your own algoritm to the machine learning hooks (Needs to be expanded)
4548`zmNinja Documentation <https://zmninja.readthedocs.io/en/latest/index.html >`__
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ install_hook() {
257257
258258 echo
259259 echo " *** Installing user contributions ***"
260- cp notes /contrib_guidelines.md " ${TARGET_DATA} /contrib"
260+ cp docs/guides /contrib_guidelines.md " ${TARGET_DATA} /contrib"
261261 for file in contrib/* ; do
262262 echo " Copying over ${file} ..."
263263 install -m 755 -o " ${WEB_OWNER} " " $file " " ${TARGET_DATA} /contrib"
You can’t perform that action at this time.
0 commit comments