We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd074f7 commit 19388abCopy full SHA for 19388ab
pages/docs/publish.md
@@ -4,12 +4,13 @@
4
5
Publishing your plugin on the site is a three step process:
6
7
-## Add a Post-Receive Hook
+## Add a Service Hook
8
9
-First, you'll need to create a post-receive hook on GitHub. Just follow the
10
-[step-by-step guide for adding a
11
-webhook](https://help.github.com/articles/post-receive-hooks) and set the URL
12
-to `http://plugins.jquery.com/postreceive-hook`.
+First, you'll need to enable the jQuery Plugins service hook on GitHub. On the
+settings page for your repository, click the Webhooks & Services link, then
+click the Configure services button. Scroll down to find the jQuery Plugins
+service and enable it (there's no config, just check the Active checkbox and
13
+click the Update settings button).
14
15
## Add a Manifest to your Repository
16
0 commit comments