You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the webhook that runs in the docs server. When invoked, it triggers docs generation and the contrib app gets updated.
4
+
5
+
Server management in encapsulated in the script `bin/server`:
6
+
7
+
bin/server start
8
+
bin/server restart
9
+
bin/server stop
10
+
11
+
This webhook just touches a file meaning "we have been called". The docs server is responsible for monitoring the presence of said file somehow, and act accordingly.
0 commit comments