From 30862d4b8a9208e7e57e3930bd37d22048a1b6c3 Mon Sep 17 00:00:00 2001 From: Abhijeet Singh Date: Sat, 14 Apr 2018 20:49:26 +0530 Subject: [PATCH] Added GitHub Webhook Events to reference section Added GitHub webhook events to reference section. It being a really handy website and being one of the most visiting website while developing event should be added to the Reference. --- _data/toc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_data/toc.yml b/_data/toc.yml index 4120d2a..5892f28 100644 --- a/_data/toc.yml +++ b/_data/toc.yml @@ -21,3 +21,5 @@ Reference: url: "https://probot.github.io/api/latest/Context.html" - title: context.github url: "http://octokit.github.io/rest.js/" + - title: GitHub Webhook Events + url: "https://developer.github.com/webhooks/#events"