Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 6s
CI Workflow / Prepare GO cache (pull_request) Successful in 4m57s
CI Workflow / Test readiness for publishing provider (pull_request) Successful in 13m22s
CI Workflow / CI run build and linting (pull_request) Successful in 17m32s
CI Workflow / Code coverage report (pull_request) Successful in 12s
CI Workflow / CI run tests (pull_request) Failing after 19m11s
27 lines
489 B
Text
27 lines
489 B
Text
---
|
|
page_title: {{ .PageTitle }}
|
|
description: {{ .Description }}
|
|
---
|
|
## {{ .NavigationTitle }}
|
|
### {{ .ProviderTitle }}
|
|
{{ if .IndexFound }}
|
|
[Provider](/docs/docs/index.md)
|
|
{{ end }}
|
|
{{- range $index, $service := .Services }}
|
|
### {{ $service.ServiceTitle }}
|
|
<details>
|
|
|
|
#### data sources
|
|
|
|
{{- range $service.DataSources }}
|
|
- [{{ .ItemName }}]({{ .ItemLink }})
|
|
{{- end }}
|
|
|
|
#### resources
|
|
|
|
{{- range $service.Resources }}
|
|
- [{{ .ItemName }}]({{ .ItemLink }})
|
|
{{- end }}
|
|
</details>
|
|
|
|
{{ end }}
|