File tree 4 files changed +47
-37
lines changed
layouts/integrations/_markup
local/bin/py/build/configurations
4 files changed +47
-37
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ $screen-md-max: ($screen-lg-min - 1) !default;
36
36
}
37
37
38
38
table {
39
+ table-layout : fixed ;
39
40
tr {
40
41
th :empty {
41
42
display : none ;
Original file line number Diff line number Diff line change 5
5
Anything else attempts to load from dd-app-listings bucket
6
6
*/
7
7
-}}
8
- {{- $app_id := .Page.Params.integration_id | default .Page.Params.name -}}
8
+
9
9
{{- $img := replaceRE `(./)?images/` "" .Destination -}}
10
10
{{- $url := split $img "/" -}}
11
11
{{- $app_listings_bucket := cond (eq hugo.Environment "live") "dd-app-listings" "dd-app-listings-staging" -}}
12
+ {{- $app_id := "" -}}
13
+
14
+ {{- if .Page.Params.app_id -}}
15
+ {{- $app_id = .Page.Params.app_id -}}
16
+ {{- else if .Page.Params.integration_id -}}
17
+ {{- $app_id = .Page.Params.integration_id -}}
18
+ {{- else -}}
19
+ {{- $app_id = .Page.Params.name -}}
20
+ {{- end -}}
12
21
13
22
{{- if or (strings.Contains .Destination "https://raw.githubusercontent.com") (strings.Contains .Destination "https://s3.amazonaws.com/") -}}
14
23
< img src ="{{ (.Destination | safeURL) }} "
Original file line number Diff line number Diff line change 124
124
- " */README.md"
125
125
- " */datadog_checks/*/__about__.py"
126
126
127
- - repo_name : marketplace
128
- contents :
129
-
130
- - action : marketplace-integrations
131
- branch : master
132
- globs :
133
- - " */metadata.csv"
134
- - " */manifest.json"
135
- - " */assets/service_checks.json"
136
- - " */README.md"
137
- - " */images/*.png"
138
- - " */images/*.jpg"
139
- - " */images/*.jpeg"
140
- - " */images/*.svg"
141
- options :
142
- front_matters :
143
- algolia :
144
- subcategory : Marketplace Integrations
127
+ # - repo_name: marketplace
128
+ # contents:
129
+
130
+ # - action: marketplace-integrations
131
+ # branch: master
132
+ # globs:
133
+ # - "*/metadata.csv"
134
+ # - "*/manifest.json"
135
+ # - "*/assets/service_checks.json"
136
+ # - "*/README.md"
137
+ # - "*/images/*.png"
138
+ # - "*/images/*.jpg"
139
+ # - "*/images/*.jpeg"
140
+ # - "*/images/*.svg"
141
+ # options:
142
+ # front_matters:
143
+ # algolia:
144
+ # subcategory: Marketplace Integrations
145
145
146
146
- repo_name : ansible-datadog
147
147
contents :
Original file line number Diff line number Diff line change 124
124
- " */README.md"
125
125
- " */datadog_checks/*/__about__.py"
126
126
127
- - repo_name : marketplace
128
- contents :
129
-
130
- - action : marketplace-integrations
131
- branch : master
132
- globs :
133
- - " */metadata.csv"
134
- - " */manifest.json"
135
- - " */assets/service_checks.json"
136
- - " */README.md"
137
- - " */images/*.png"
138
- - " */images/*.jpg"
139
- - " */images/*.jpeg"
140
- - " */images/*.svg"
141
- options :
142
- front_matters :
143
- algolia :
144
- subcategory : Marketplace Integrations
127
+ # - repo_name: marketplace
128
+ # contents:
129
+
130
+ # - action: marketplace-integrations
131
+ # branch: master
132
+ # globs:
133
+ # - "*/metadata.csv"
134
+ # - "*/manifest.json"
135
+ # - "*/assets/service_checks.json"
136
+ # - "*/README.md"
137
+ # - "*/images/*.png"
138
+ # - "*/images/*.jpg"
139
+ # - "*/images/*.jpeg"
140
+ # - "*/images/*.svg"
141
+ # options:
142
+ # front_matters:
143
+ # algolia:
144
+ # subcategory: Marketplace Integrations
145
145
146
146
147
147
- repo_name : ansible-datadog
You can’t perform that action at this time.
0 commit comments