File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
themes/psh-docs/layouts/shortcodes Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 13631363 "repo_name" : " clickhouse" ,
13641364 "runtime" : false ,
13651365 "type" : " clickhouse" ,
1366+ "exclude_from" : [
1367+ " platformsh"
1368+ ],
13661369 "versions" : {
13671370 "supported" : [
13681371 " 25.3" ,
Original file line number Diff line number Diff line change 11<!-- shortcode start {{ .Name }} -->
22{{ $registry := .Site.Data.registry }}
3+ {{ $currentPlatform := .Site.Params.vendor.altname }}
34
45| Service | ` type ` | Supported versions |
5- | ------- | ------ | ------------------ |{{ range sort $registry "type" }}{{ if eq .runtime false }}
6+ | ------- | ------ | ------------------ |{{ range sort $registry "type" }}{{ if and ( eq .runtime false) (not (in .exclude_from $currentPlatform)) }}
67| [ {{ .name }}] ({{ .docs.url }}){{ if .premium }} {{ partial "premium-features/badge" }}{{ end }} | ` {{ .type }} ` | {{ delimit .versions.supported ", " }} |{{ end }}{{ end }}
78<!-- shortcode end {{ .Name }} -->
You can’t perform that action at this time.
0 commit comments