-
Notifications
You must be signed in to change notification settings - Fork 6
/
couscous.yml
49 lines (44 loc) · 1.24 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
# 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
# ../Extension-docs-template
directory: ../Extension-docs-template/public
# Alternatively, use it directly from the repository, without checking it
# out on your local dev environment
# url: https://github.com/bolt/Extension-docs-template
index: index.md
include:
- docs
branch: gh-pages
baseUrl: https://bolt.github.io/deployer
title: Bolt Deployer
subTitle: A Bolt recipe for Deployer.
github:
user: bolt
repo: deployer
branch: main
menu:
index.md:
label: Getting Started
requirements.md:
label: System Requirements
installation.md:
label: Installation
configuration.md:
label: Configuration
section: Usage
initial_run.md:
label: Initial run
regular_usage.md:
label: Regular usage
# handlers/save_to_database.md:
# label: Save to Database
# class: sub
tips.md:
section: Other
label: Tips
troubleshooting.md:
label: Troubleshooting
custom_binary_paths.md:
label: Custom binary paths