-
Notifications
You must be signed in to change notification settings - Fork 156
Expand file tree
/
Copy pathtoc.json
More file actions
48 lines (48 loc) · 1.3 KB
/
toc.json
File metadata and controls
48 lines (48 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"Getting Started": [
"docs/README.md",
"docs/quickstarts.md",
"docs/hello-world.md",
"docs/development.md",
"docs/webhooks.md",
"docs/github-api.md"
],
"Advanced": [
"docs/configuration.md",
"docs/testing.md",
"docs/simulating-webhooks.md",
"docs/logging.md",
"docs/deployment.md",
"docs/http.md",
"docs/pagination.md",
"docs/extensions.md",
"docs/persistence.md",
"docs/best-practices.md"
],
"Reference": [
{
"title": "Probot",
"url": "https://probot.github.io/api/latest/classes/probot.Probot.html"
},
{
"title": "context",
"url": "https://probot.github.io/api/latest/classes/context.Context.html"
},
{
"title": "context.octokit",
"url": "http://octokit.github.io/rest.js/"
},
{
"title": "run",
"url": "https://probot.github.io/api/latest/modules/run.html"
},
{
"title": "createNodeMiddleware",
"url": "https://probot.github.io/api/latest/modules/create_node_middleware.html"
},
{
"title": "GitHub Webhook Events",
"url": "https://docs.github.com/en/free-pro-team@latest/developers/webhooks-and-events/webhook-events-and-payloads"
}
]
}