forked from Polymer/old-docs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
34 lines (27 loc) · 897 Bytes
/
_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
markdown: kramdown
highlighter: null #pygments
lsi: false
safe: false
#permalink: /news/:year/:month/:day/:title.html
exclude: ["node_modules", "scripts", "sass", "app.yaml", "README.md",
"CONTRIBUTING.md", "Gruntfile.js", "package.json", "config.rb"]
kramdown:
toc_levels: 2..3
#auto_ids: true
#input: GFM # enable github flavored markdown
# use_coderay: true
# coderay:
# coderay_line_numbers: nil
# coderay_css: style
# Site globals used throughout docs.
project_title: Polymer
project_status: 'Dev preview'
# TODO: add version global for new, 1.0 docs.
latest_version: 0.5.6 # version global used in 0.5 docs.
default_version: 1.0 # default homepage version the docs should serve
legacy_version: 0.5 # version for legacy versionless URLs
versions:
'0.5': 'dev preview'
'1.0': ''
add_permalinks: true # adds permalinks to heading tags.
load_disqus: true