forked from DataDog/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
96 lines (82 loc) · 4.02 KB
/
config.yaml
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# A list of file extensions that nanoc will consider to be textual rather than
# binary. If an item with an extension not in this list is found, the file
# will be considered as binary.
text_extensions: [ 'css', 'erb', 'haml', 'htm', 'html', 'js', 'less', 'markdown', 'md', 'php', 'rb', 'sass', 'scss', 'txt', 'xhtml', 'xml' ]
# The path to the directory where all generated files will be written to. This
# can be an absolute path starting with a slash, but it can also be path
# relative to the site directory.
output_dir: output
# A list of index filenames, i.e. names of files that will be served by a web
# server when a directory is requested. Usually, index files are named
# “index.hml”, but depending on the web server, this may be something else,
# such as “default.htm”. This list is used by nanoc to generate pretty URLs.
index_filenames: [ 'index.html' ]
# Whether or not to generate a diff of the compiled content when compiling a
# site. The diff will contain the differences between the compiled content
# before and after the last site compilation.
enable_output_diff: false
# The data sources where nanoc loads its data from. This is an array of
# hashes; each array element represents a single data source. By default,
# there is only a single data source that reads data from the “content/” and
# “layout/” directories in the site directory.
data_sources:
-
# The type is the identifier of the data source. By default, this will be
# `filesystem_unified`.
type: filesystem_unified
# The path where items should be mounted (comparable to mount points in
# Unix-like systems). This is “/” by default, meaning that items will have
# “/” prefixed to their identifiers. If the items root were “/en/”
# instead, an item at content/about.html would have an identifier of
# “/en/about/” instead of just “/about/”.
items_root: /
# The path where layouts should be mounted. The layouts root behaves the
# same as the items root, but applies to layouts rather than items.
layouts_root: /
# Set the default encoding for all files in as utf-8
# See https://github.com/nanoc/nanoc/issues/237 for more
encoding: utf-8
# Configuration for the “watch” command, which watches a site for changes and
# recompiles if necessary.
# watcher:
# A list of directories to watch for changes. When editing this, make sure
# that the “output/” and “tmp/” directories are _not_ included in this list,
# because recompiling the site will cause these directories to change, which
# will cause the site to be recompiled, which will cause these directories
# to change, which will cause the site to be recompiled again, and so on.
# dirs_to_watch: [ 'content', 'layouts', 'lib', 'code_snippets' ]
# A list of single files to watch for changes. As mentioned above, don’t put
# any files from the “output/” or “tmp/” directories in here.
# files_to_watch: [ 'config.yaml', 'Rules' ]
# When to send notifications (using Growl or notify-send).
# notify_on_compilation_success: true
# notify_on_compilation_failure: true
base_url: http://docs.datadoghq.com
# redirects:
# - /overview:
# - /guides/overview
# make sure each redirect url starts and ends with a slash (/)
redirects:
- from: /integrations/rds/
to: /integrations/awsrds/
- from: /integrations/beanstalk/
to: /integrations/awsbeanstalk/
- from: /integrations/elasticache/
to: /integrations/awselasticache/
- from: /guides/alerting/
to: /guides/monitors/
- from: /overview/
to: /guides/overview/
- from: /guides/network_checks/
to: /integrations/tcpcheck/
- from: /guides/billing/
to: https://help.datadoghq.com/hc/en-us/sections/200705969-Billing/
- from: /guides/monitoring/
to: /guides/monitors/
- from: /ja/guides/monitoring/
to: /ja/guides/monitors/
- from: /ja/guides/network_checks/
to: /ja/integrations/tcpcheck/
commonfilters:
- phrase: 'info command'
link: /guides/basic_agent_usage/ubuntu/