-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path_config.yml
168 lines (152 loc) · 4.78 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
# The public documentation URL, used for sitemap.xml
url: "https://docs.telerik.com/report-server"
# KB portal info
has_kb_portal: true
# CTA Panel info
has_cta_panels: true
# Exclude files which should not be in the output
exclude: [README.md,Gemfile,Gemfile.lock,api_sort.rb,build_kb.rb,switch-ruby.cmd]
exclude_navigation: [knowledge-base/*]
navigation:
## List your directory names and order here, like this:
user-guide:
position: 110
title: "User Guide"
implementer-guide:
position: 120
title: "Implementer Guide"
implementer-guide/licensing-and-distribution:
position: 130
title: "Licensing and Distribution"
implementer-guide/setup:
position: 200
title: "Setup"
implementer-guide/user-management:
position: 210
title: "User Management"
implementer-guide/configuration:
position: 220
title: "Configuration Page"
user-guide/reports-management:
position: 400
title: "Reports Management"
implementer-guide/connecting-to-data:
position: 600
title: "Connecting to Data"
implementer-guide/apis:
position: 10000
title: "APIs"
implementer-guide/apis/rest-api:
position: 10100
title: "REST API"
implementer-guide/apis/rest-api/v1:
position: 10108
title: "V1"
implementer-guide/apis/rest-api/v1/examples:
title: "Examples"
implementer-guide/apis/rest-api/v1/examples/javascript:
title: "JavaScript"
implementer-guide/apis/rest-api/v2:
position: 10107
title: "V2"
implementer-guide/apis/rest-api/v2/examples:
title: "Examples"
implementer-guide/apis/rest-api/v2/examples/javascript:
title: "JavaScript"
implementer-guide/apis/rest-api/v2/examples/csharp:
title: "C#"
knowledge-base:
position: 10
title: "Knowledge Base"
security:
position: 125
title: "Security"
dotnet-docs:
position: 130
title: "Report Server for .NET"
dotnet-docs/overview:
position: 130
title: "Overview"
## Assign layout and category per different paths
## defaults:
## -
## scope:
## path: ""
## values:
## description_suffix: "Learn more in Telerik Report Server Documentation!"
## -
## scope:
## path: "user-guide"
## values:
## title_prefix: "User Guide"
## title_prefix_separator: " - "
## -
## scope:
## path: "implementer-guide"
## values:
## title_prefix: "Implementer Guide"
## title_prefix_separator: " - "
## The application virtual path
baseurl: /report-server
## The product name
productName: "Report Server"
## Progress NPM Registry
registry_url: 'https://registry.npm.telerik.com/'
## Assign layout and category per different paths
defaults:
-
scope:
path: ""
values:
layout: "documentation"
category: "default"
product: "report-server"
editable: true
# Aliases available in the markdown template. The below will expand {{site.foo}} to Bar in the output
# "foo": "Bar"
# Feedback Form Product code
productCode: REPSERVER
# The google services configuration
google_tag_manager: GTM-6X92
gcs_engine: '001595215763381649090:dikfyfm1qqw'
#google_custom_kb_search: '001595215763381649090:fkoi6yohnf0'
gcs_api_key: 'AIzaSyDNYtM2t6kQtudXwrkft8fSt0PaDxAyxx4'
edit_repo_url: https://github.com/telerik/report-server-docs/edit/master
product: "Telerik Report Server"
product_url: https://www.telerik.com/report-server
platform: report-server
download: http://www.telerik.com/download/report-server
nav:
"Demos": https://demos.telerik.com/report-server/
"Release History": https://www.telerik.com/support/whats-new/report-server/release-history
"About": http://www.telerik.com/report-server
"Pricing": http://www.telerik.com/purchase/report-server
footer:
-
title: "Getting Started"
links:
"Install Now": http://www.telerik.com/download/report-server
"Demos": https://demos.telerik.com/report-server/
-
title: "Support Resources"
links:
"Contact Support": https://www.telerik.com/account/support-tickets
-
title: "Community"
links:
"Forums": https://www.telerik.com/forums/report-server
"Blogs": http://www.telerik.com/blogs/tag/report-server
"Feedback Portal": https://feedback.telerik.com/Project/171
footer_social:
facebook: https://www.facebook.com/Telerik/
youtube: https://www.youtube.com/user/TelerikInc
linkedin: https://www.linkedin.com/showcase/telerik/
twitter: https://twitter.com/Telerik/
# Assets pipeline configuration
assets:
cachebust: soft
js_compressor: uglifier
gzip: false
## Do not edit below this line
safe: false
markdown: MarkdownProcessor