-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·109 lines (88 loc) · 2.54 KB
/
_config.yml
File metadata and controls
executable file
·109 lines (88 loc) · 2.54 KB
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
# Site title and subtitle. This is used in _includes/header.html
title: 'CloudShell Developer Guide'
subtitle: ''
description: 'CloudShell is a platform for Cloud Sandbox automation for devops and tests. This is the developer guide and knowledgebase for CloudShell Shell and orchestration scripts developers.'
url: 'https://devguide.quali.com'
home: 'https://devguide.quali.com'
# if you wish to integrate disqus on pages set your shortname here
disqus_shortname: ''
twitter:
username: qualisystems
logo: './assets/logo.png'
# if you use google analytics, add your tracking id here
google_analytics_id: 'UA-81468206-1'
# Enable/show navigation. There are there options:
# 0 - always hide
# 1 - always show
# 2 - show only if posts are present
navigation: 1
versions:
- 8.3.0
- 9.0.0
- 9.1.0
- 9.2.0
- 9.3.0
- 2020.1.0
latest_version: 2020.1.0
home_page: the-cloudshell-devguide.html
home_collection: introduction
collections:
introduction:
output: true
title: "Introduction"
display-order: 0
shells:
output: true
title: "Extending CloudShell with Shells"
display-order: 1
orchestration:
output: true
title: "Orchestration scripts"
display-order: 2
configmanagement:
output: true
title: "Configuration Management"
display-order: 3
cloudproviders:
output: true
title: "Extending CloudShell with Cloud Providers"
display-order: 4
devops:
output: true
title: "CloudShell APIs"
display-order: 5
reference:
output: true
title: "Reference"
display-order: 6
# URL to source code, used in _includes/footer.html
codeurl: 'https://github.com/qualisystems'
mainurl: 'http://www.quali.com'
# Keep as an empty string if served up at the root. If served up at a specific
# path (e.g. on GitHub pages) leave off the trailing slash, e.g. /my-project
baseurl: ''
# Dates are not included in permalinks
permalink: none
# Syntax highlighting
highlighter: prism
# Since these are pages, it doesn't really matter
future: true
plugins:
- jekyll-sitemap
- jekyll_github_sample
- jekyll-seo-tag
# Exclude non-site files
exclude: [vendor,'bin', 'README.md']
# Use the kramdown Markdown renderer
markdown: kramdown
redcarpet:
extensions: [
'no_intra_emphasis',
'fenced_code_blocks',
'autolink',
'strikethrough',
'superscript',
'with_toc_data',
'tables',
'hardwrap'
]