forked from mzur/kirby-uniform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
37 lines (37 loc) · 1.16 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
site_name: Kirby Uniform
site_description: A versatile Kirby 2 plugin to handle web form actions.
site_author: Martin Zurowietz
site_url: https://github.com/mzur/kirby-uniform/
repo_url: https://github.com/mzur/kirby-uniform/
edit_uri: blob/master/docs/
pages:
- Home: index.md
- Usage: usage.md
- Methods: methods.md
- Guards:
- Guards: guards/guards.md
- Honeypot: guards/honeypot.md
- Calc: guards/calc.md
- reCAPTCHA: guards/recaptcha.md
- Actions:
- Actions: actions/actions.md
- Email: actions/email.md
- Email Select: actions/email-select.md
- Log: actions/log.md
- Login: actions/login.md
- Webhook: actions/webhook.md
- 'Session Store': actions/session-store.md
- Upload: actions/upload.md
- Examples:
- Basic: examples/basic.md
- Building Blocks: examples/blocks.md
- Extended: examples/extended.md
- AJAX: examples/ajax.md
- Dynamic Fields: examples/dynamic.md
- Answers: answers.md
- 'Upgrade Guide': upgrade-guide.md
theme: readthedocs
markdown_extensions:
- toc:
permalink:
- admonition: