-
Notifications
You must be signed in to change notification settings - Fork 11
/
couscous.yml
67 lines (60 loc) · 1.75 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
template:
#directory: template
url: https://github.com/thecodingmachine/tcm-couscous-template.git
index: index.md
exclude:
- vendor
- tests
- node_modules
- template
- %gitignore%
baseUrl: https://thecodingmachine.github.io/discovery/
site:
title: Discovery
logo:
logo: doc/img/logo.png
icon:
burger: doc/img/hamburger.png
body:
bg: doc/img/bg.jpg
google_analytics: UA-10196481-3
githubForkUrl: https://github.com/thecodingmachine/discovery/blob/1.1/
githubUrl: https://github.com/thecodingmachine/discovery
menu:
items:
doc:
text: Documentation
discovery-introduction:
text: Introduction
relativeUrl: index.html
# Useful for active menu when we don't use the markdown metadata
originalUrl: index.md
metadata:
text: Passing additional metadata
relativeUrl: doc/metadata.html
remove:
text: Removing an asset
relativeUrl: doc/remove.html
order:
text: Managing assets order
relativeUrl: doc/order.html
cli:
text: Command line interface
relativeUrl: doc/cli.html
schema:
text: discovery.json format
relativeUrl: doc/discovery_schema.html
conventions:
text: Naming conventions
relativeUrl: doc/conventions.html
adv:
text: Advanced
internals:
text: Internals and performance
relativeUrl: doc/internals.html
unit:
text: Running unit tests
relativeUrl: doc/unit_tests.html
alternatives:
text: Alternatives
relativeUrl: doc/alternatives.html