-
Notifications
You must be signed in to change notification settings - Fork 56
/
couscous.yml
52 lines (47 loc) · 1.25 KB
/
couscous.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
# This is the Couscous configuration file, used to generate the documentation
# See couscous.io for details.
template:
# The following assumes you have a checkout of the template folder in ../couscous-template
directory: ../couscous-template/public
# url: https://github.com/bolt/Extension-docs-template
index: index.md
include:
- docs
branch: gh-pages
baseUrl: https://bolt.github.io/boltforms
title: BoltForms
subTitle: A Bolt extension to make forms.
github:
user: bolt
repo: boltforms
editlink: https://github.com/bolt/boltforms/edit/4.2/docs/
menu:
getting-started.md:
label: Getting Started
fields.md:
label: Fields
fields/text.md:
label: Basic Fields
class: sub
fields/choice.md:
label: Choice
class: sub
fields/upload.md:
label: Upload
class: sub
meta-data.md:
label: Meta data
templates.md:
label: Templates
email.md:
label: Email Notifications
submission.md:
label: Submission & Redirection
saving-to-contenttype-database.md:
label: Saving to ContentType or Database
events.md:
label: Events
recaptcha.md:
label: Recaptcha
upgrading.md:
label: Upgrading