-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy path_config.yml
119 lines (104 loc) · 3.27 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
# The public documentation URL, used for sitemap.xml
url: "https://docs.telerik.com/fiddler"
# Exclude files which should not be in the output
exclude: [README.md, Gemfile, Gemfile.lock, api_sort.rb]
exclude_navigation: ["knowledge-base/*"]
navigation:
## List your directory names and order here, like this:
configure-fiddler:
title: Configure Fiddler
position: 10
observe-traffic:
title: Observe Traffic
position: 20
modify-traffic:
title: Modify Traffic
position: 30
generate-traffic:
title: Generate Traffic
position: 40
save-and-load-traffic:
title: Save & Load Traffic
position: 50
extend-fiddler:
title: Extend Fiddler
position: 60
knowledge-base:
title: Knowledge Base
isNew: true
position: 70
troubleshoot-fiddler:
title: Troubleshoot Fiddler
position: 80
## Product title
product: "Progress Telerik Fiddler"
platform: fiddler
## An experimental property to resolve the SEO vs STA panels conflicts discussed in the following issue: https://github.com/telerik/docs-seed/issues/159
## Use only with docs-seed branch #fiddler-page-title
page_title_product: "Fiddler Classic"
use_product_in_title: true
## The application virtual path
baseurl: /fiddler
## Assign layout and category per different paths
defaults:
-
scope:
path: ""
values:
layout: "documentation"
category: "default"
product: "fiddler"
editable: true
-
scope:
path: "knowledge-base"
values:
res_type: kb
## The Kendo UI version used
cdnVersion: "2017.3.1026"
# Aliases available in the markdown template. The below will expand {{site.foo}} to Bar in the output
# "foo": "Bar"
productCode: FIDDLER
# The google services configuration
google_tag_manager: 'GTM-6X92'
gcs_engine: '001595215763381649090:fpe1norq_ow'
gcs_api_key: 'AIzaSyD8zBghoTOj_uX85DHGGFTIjPmrOXgCn_M'
skip_tabbed_code: true
code_lang: true
has_kb_portal: true
has_api_reference: false
edit_repo_url: https://github.com/telerik/fiddler-docs/edit/master
download: https://www.telerik.com/download/fiddler
nav:
"Videos": https://www.telerik.com/videos/fiddler/getting-started-with-fiddler-web-debugging-proxy
"Release History": https://www.telerik.com/support/whats-new/fiddler/release-history
"About": https://www.telerik.com/fiddler
"Priority Support": https://www.telerik.com/purchase/fiddler
footer:
-
title: "Getting Started"
links:
"Getting Started": https://www.telerik.com/videos/fiddler/getting-started-with-fiddler-web-debugging-proxy
"Download": https://www.telerik.com/download/fiddler
-
title: "Support Resources"
links:
"Priority Support": https://www.telerik.com/purchase/fiddler
-
title: "Community"
links:
"Blogs": https://www.telerik.com/blogs/tag/fiddler
"Videos": https://www.telerik.com/videos/fiddler
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/TelerikFiddler
# Assets pipeline configuration
assets:
cachebust: soft
js_compressor: uglifier
gzip: false
## Do not edit below this line
safe: false
markdown: MarkdownProcessor