Skip to content

Commit d3e78cb

Browse files
committed
move contrib guides
1 parent 01b6cec commit d3e78cb

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed
File renamed without changes.

docs/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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>`__

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)