forked from Cloudneeti/docs_cloudneeti
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcouscous.yml
43 lines (36 loc) · 967 Bytes
/
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
template:
directory: website
exclude:
- vendor
- bin
- tests
scripts:
before:
- lessc --clean-css website/less/main.less website/css/all.min.css
baseUrl: https://docs.cloudneeti.com
cname: docs.cloudneeti.com
# Used to link to the GitHub project
github:
user: cloudneeti
repo: docs-cloudneeti
branch: gh-pages
menu:
items:
getting-started:
text: Get started
relativeUrl: deployment-guide.html
documentation:
text: Installation Guide
relativeUrl: deployment-guide.html
configuration:
text: Configuration Guide
relativeUrl: configuration.html
troubleshooting:
text: Troubleshooting
relativeUrl: troubleshooting.html
templates:
text: Release Summary
relativeUrl: release-summary.html
faqs:
text: FAQs
relativeUrl: faqs.html