Skip to content

Commit 5a45cc5

Browse files
committed
rm duplicate heading
1 parent d4b8665 commit 5a45cc5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docs/index.md

-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33
page_title: "envbuilder Provider"
44
subcategory: ""
55
description: |-
6-
Envbuilder Provider
76
The Envbuilder provider can be used to check for the presence of a container image previously built by Envbuilder https://github.com/coder/envbuilder.
87
This allows re-using a previously built image pushed to a container registry without having to rebuild it.
98
---
109

1110
# envbuilder Provider
1211

13-
# Envbuilder Provider
14-
1512
The Envbuilder provider can be used to check for the presence of a container image previously built by [Envbuilder](https://github.com/coder/envbuilder).
1613
This allows re-using a previously built image pushed to a container registry without having to rebuild it.
1714

internal/provider/provider.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ func (p *EnvbuilderProvider) Metadata(ctx context.Context, req provider.Metadata
3636
func (p *EnvbuilderProvider) Schema(ctx context.Context, req provider.SchemaRequest, resp *provider.SchemaResponse) {
3737
resp.Schema = schema.Schema{
3838
Attributes: map[string]schema.Attribute{},
39-
MarkdownDescription: `# Envbuilder Provider
40-
39+
MarkdownDescription: `
4140
The Envbuilder provider can be used to check for the presence of a container image previously built by [Envbuilder](https://github.com/coder/envbuilder).
4241
This allows re-using a previously built image pushed to a container registry without having to rebuild it.`,
4342
}

0 commit comments

Comments
 (0)