forked from telerik/report-server-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
59 lines (46 loc) · 1.3 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
# The public documentation URL, used for sitemap.xml
url: "http://docs.telerik.com/report-server"
# Exclude files which should not be in the output
exclude: [README.md,Gemfile,Gemfile.lock]
navigation:
## List your directory names and order here, like this:
## Overview topics are generated with position 10
## Other topics are generated with position 100, 200, 300, etc.
## Main Menu
setup:
position: 200
title: "Setup"
user-management:
position: 210
title: "User Management"
"*foo":
title: Foo
## Upgrading
## The application virtual path
baseurl: /report-server
## The product name
productName: "Report Server"
## Assign layout and category per different paths
defaults:
-
scope:
path: ""
values:
layout: "page"
category: "default"
# Aliases available in the markdown template. The below will expand {{site.foo}} to Bar in the output
# "foo": "Bar"
# The google services configuration
google_tag_manager: GTM-6X92
google_custom_search: '001595215763381649090:dikfyfm1qqw'
# Assets pipeline configuration
assets:
cachebust: soft
js_compressor: uglifier
## Do not edit below this line
safe: false
markdown: MarkdownProcessor
kramdown:
toc_levels: 2..3
smart_quotes: ["quot", "quot", "quot", "quot"]
input: GFM