forked from myna/help
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
59 lines (51 loc) · 1.29 KB
/
_config.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
permalink: /:categories/:year/:month/:day/:title
exclude:
- ".gitignore"
- ".DS_Store"
- "Gemfile"
- "Gemfile.lock"
- "Gruntfile.coffee"
- "README.md"
- "bower.json"
- "package.json"
- "bower_components"
- "node_modules"
pygments: true
markdown: kramdown
toc:
- head: '/index.html'
body: []
# - head: '/dashboard/index.html'
# body: []
- head: '/deployment/web/index.html'
body:
- '/deployment/web/variants.html'
- '/deployment/web/goals.html'
- '/deployment/web/preview.html'
- '/deployment/web/javascript.html'
- '/deployment/web/google-analytics.html'
- '/deployment/web/customisation.html'
- head: '/api/index.html'
body:
- /api/authentication.html
- /api/errors.html
- /api/settings.html
- /api/experiment-create.html
- /api/experiment-read.html
- /api/experiment-search.html
- /api/experiment-record.html
- /api/experiment-reset.html
- /api/experiment-update.html
- /api/experiment-delete.html
- head: '/js/index.html'
body:
- /js/quick-start.html
- /js/client.html
- /js/experiment.html
- /js/base-experiment.html
- /js/log.html
- /js/contributing.html
- head: '/php/index.html'
body:
- /php/quick-start.html
- /php/api.html