-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
executable file
·79 lines (57 loc) · 2.17 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
output: web
# this property is useful for conditional filtering of content that is separate from the PDF.
topnav_title: API Connect Fast Start
# this appears on the top navigation bar next to the home button
site_title: API Connect Fast Start
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
company_name: IBM
# this appears in the footer
github_editme_path:
# if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
google_analytics:
disqus_shortname:
# if you're using disqus for comments, add the shortname here. if not, leave this value blank.
exclude:
- .idea/
- .gitignore
- node_modules
# these are the files and directories that jekyll will exclude from the build
feedback_email: [email protected]
# used as a contact email for the Feedback link in the top navigation bar
feedback_disable: true
# if you uncomment the previous line, the Feedback link gets removed
# feedback_text: "Need help?"
# if you uncomment the previous line, it changes the Feedback text
# feedback_link: "http://helpy.io/"
# if you uncomment the previous line, it changes where the feedback link points to
baseurl: '/faststart'
highlighter: rouge
# library used for syntax highlighting
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
# filter used to process markdown. note that kramdown differs from github-flavored markdown in some subtle ways
collections:
tooltips:
output: false
# collections are declared here. this renders the content in _tooltips and processes it, but doesn't output it as actual files in the output unless you change output to true
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: true
search: true
sidebar: labs_sidebar
# these are defaults used for the frontmatter for these file types
sidebars:
- labs_sidebar
description: "IBM API Connect Fast Start Proof of Technology Lab"
# the description is used in the feed.xml file
# needed for sitemap.xml file only
url: https://developer.ibm.com/apiconnect/