-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy path_config.yml
125 lines (116 loc) · 2.05 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
# ----
# Site
title: CloudHealth API Guide
description: The official API guide for the CloudHealth Platform.
# baseurl: ""
url: http://apidocs.cloudhealthtech.com
google_analytics_key:
permalink: pretty
repository: https://github.com/CloudHealth/cht_api_guide
collections:
documentation:
title: Getting Started
position: 1
account:
title: AWS Accounts in CloudHealth
position: 2
sso:
title: SSO Configuration
position: 3
perspectives:
title: Perspectives
position: 4
reporting:
title: Reporting
position: 5
asset:
title: Assets
position: 6
metrics:
title: Metrics
position: 7
tagging:
title: Tagging
position: 8
organization:
title: Organization
position: 9
policies:
title: Policies
position: 10
partner:
title: Partner
position: 11
assignment:
title: Partner AWS Account Assignment
position: 12
price-book:
title: Partner Custom Price Books
position: 13
billing-rules:
title: Partner Billing Rules
position: 14
service-principal:
title: Azure Service Principals
position: 15
azure-partner:
title: Azure Partner
position: 16
azure-assignment:
title: Partner Azure Account Assignment
position: 17
gcp-account:
title: GCP Billing Accounts
position: 18
plugins:
- jekyll-sitemap
- jekyll-seo-tag
exclude:
- readme.md
- LICENSE
defaults:
-
scope:
path: ""
values:
layout: default
-
scope:
type: "documentation"
values:
_hide_content: true
-
scope:
type: "api"
values:
_hide_content: true
types:
- get
- put
- delete
- post
- patch
- example
languages:
bash: Bash
c: C
css: CSS
html: HTML
java: Java
javascript: JavaScript
json: JSON
php: PHP
python: Python
ruby: Ruby
_options:
content_markdown:
format: p h4 h5 h6
bold: true
italic: true
link: true
bulletedlist: true
numberedlist: true
image: true
table: true
styles: /css/editor.css
# theme: jekyll-theme-cayman