-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcouscous.yml
68 lines (68 loc) · 2.72 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
title: Acme PHP
subTitle: Let's Encrypt client written in PHP
github:
user: acmephp
repo: documentation
baseUrl: https://acmephp.github.io/documentation/
template:
directory: theme
index: index.md
menu:
sections:
getting-started:
name: Getting started
items:
getting-started-introduction:
text: 1. Installation
relativeUrl: getting-started/1-installation.html
getting-started-obtain-certificate:
text: 2. Obtain a certificate
relativeUrl: getting-started/2-obtain-certificate-easy.html
getting-started-configure-webserver:
text: 3. Configure your webserver
relativeUrl: getting-started/3-configure-webserver.html
getting-started-automatic-renewal:
text: 4. Setup automatic renewal
relativeUrl: getting-started/4-automatic-renewal.html
guides:
name: Guides
items:
guides-multidomain-certificate:
text: Multi-domain certificates
relativeUrl: guides/multidomain-certificates.html
guides-dns-challenge:
text: Prove you own a domain using DNS
relativeUrl: guides/dns-challenge.html
# cli-copy-network:
# text: Copy your certificate over the network after generation
# relativeUrl: cli/copy-network.html
# cli-platformsh:
# text: Update your platform.sh certificate after generation
# relativeUrl: cli/platformsh.html
# cli-heroku:
# text: Udate your Heroku certificate after generation
# relativeUrl: cli/heroku.html
# symfony:
# name: Symfony bundle (not ready)
# items:
# symfony-install-usage:
# text: Installation and usage
# relativeUrl: symfony/install-usage.html
core:
name: ACME protocol implementation
items:
core-introduction:
text: Introduction
relativeUrl: core/introduction.html
core-get-started:
text: Get started
relativeUrl: core/get-started.html
ssl:
name: SSL library
items:
ssl-introduction:
text: Introduction
relativeUrl: ssl/introduction.html
ssl-get-started:
text: Get started
relativeUrl: ssl/get-started.html