-
Notifications
You must be signed in to change notification settings - Fork 33
/
mkdocs.yml
98 lines (89 loc) · 2.76 KB
/
mkdocs.yml
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
site_name: Webhook.site Docs
site_url: https://docs.webhook.site/
repo_name: 'webhooksite/docs'
repo_url: 'https://github.com/webhooksite/docs'
edit_uri: edit/master/docs/
theme:
name: material
logo: images/icon.png
favicon: images/favicon.ico
features:
- navigation.sections
- content.action.edit
font: false
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/webhooksite/webhook.site
- icon: fontawesome/brands/twitter
link: https://twitter.com/webhooksite
analytics:
provider: google
property: G-772X7QHH0L
use_directory_urls: false
plugins:
- search
- redirects:
redirect_maps:
'webhookscript.md': webhookscript/index.markdown
'api.md': api/about.md
'faq.md': index.md
- git-revision-date-localized:
enable_creation_date: false
type: datetime
- glightbox
markdown_extensions:
- md_in_html
- codehilite
- admonition
- toc:
permalink: true
- attr_list
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_css:
- stylesheets/extra.css
nav:
- ← Back to Webhook.site: https://webhook.site
- FAQ: index.md
- Jobs: jobs.md
- News: news.markdown
- Open Source: open-source.markdown
- Basic, Pro & Enterprise: pro.markdown
- CLI: cli.md
- Schedules: schedules.md
- DNSHook: dnshook.md
- Form Builder: form-builder.md
- Custom Actions:
- About Custom Actions: custom-actions.markdown
- Variables: custom-actions/variables.md
- Action Types: custom-actions/action-types.md
- WebhookScript:
- About WebhookScript: webhookscript/index.markdown
- Examples: webhookscript/examples.markdown
- Reference: webhookscript/reference.markdown
- Built-in Functions:
- General: webhookscript/functions/general.md
- Arrays: webhookscript/functions/array.md
- Booleans: webhookscript/functions/bool.md
- Dates: webhookscript/functions/date.md
- File handling: webhookscript/functions/files.md
- Flow Control and Responses: webhookscript/functions/flow.md
- Math and Numbers: webhookscript/functions/math.md
- Network and HTTP: webhookscript/functions/network.md
- Strings: webhookscript/functions/string.md
- Custom Action Variables: webhookscript/functions/variables.md
- Examples: custom-actions/examples.markdown
- API:
- Usage & Authentication: api/about.md
- Examples: api/examples.md
- Tokens (URLs): api/tokens.md
- Requests: api/requests.md
- Groups: api/groups.md
- Custom Actions: api/custom-actions.md
- Templates: api/templates.md
- Schedules: api/schedules.md
- Global Variables: api/global-variables.md