Skip to content

Commit b3dc66e

Browse files
committed
Remove JSON-LD scripts from Markdown files (not supported by GitHub)
1 parent 3807d77 commit b3dc66e

5 files changed

Lines changed: 0 additions & 115 deletions

File tree

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,5 @@
11
# confkit
22

3-
<script type="application/ld+json">
4-
{
5-
"@context": "https://schema.org",
6-
"@type": "SoftwareApplication",
7-
"name": "confkit",
8-
"description": "Type-safe configuration toolkit for Go: load, merge, validate, and redact config from structs, files, environment variables, flags, and secret stores (Vault, AWS, Kubernetes, Consul, etcd).",
9-
"url": "https://github.com/MimoJanra/confkit",
10-
"applicationCategory": "DeveloperApplication",
11-
"programmingLanguage": "Go",
12-
"codeRepository": "https://github.com/MimoJanra/confkit",
13-
"license": "https://opensource.org/license/mit",
14-
"runtimePlatform": "Go 1.21+",
15-
"softwareVersion": "0.5.0",
16-
"author": {"@type": "Organization", "name": "confkit Contributors"},
17-
"keywords": "configuration, Go, config loader, type-safe, validation, secrets management",
18-
"offers": {"@type": "Offer", "price": "0", "priceCurrency": "USD"},
19-
"downloadUrl": "https://github.com/MimoJanra/confkit/releases"
20-
}
21-
</script>
22-
233
[![Go Version](https://img.shields.io/badge/go-1.22%2B-blue)](https://golang.org/doc/devel/release)
244
[![Go Reference](https://pkg.go.dev/badge/github.com/MimoJanra/confkit.svg)](https://pkg.go.dev/github.com/MimoJanra/confkit)
255
[![Tests](https://github.com/MimoJanra/confkit/actions/workflows/test.yml/badge.svg)](https://github.com/MimoJanra/confkit/actions/workflows/test.yml)

docs/comparison/envconfig.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
<script type="application/ld+json">
2-
{
3-
"@context": "https://schema.org",
4-
"@type": "ComparisonChart",
5-
"name": "confkit vs envconfig",
6-
"description": "Feature comparison between confkit and envconfig Go libraries for environment variable configuration",
7-
"itemListElement": [
8-
{
9-
"@type": "SoftwareApplication",
10-
"name": "confkit",
11-
"url": "https://github.com/MimoJanra/confkit",
12-
"applicationCategory": "ConfigurationManagement"
13-
},
14-
{
15-
"@type": "SoftwareApplication",
16-
"name": "envconfig",
17-
"url": "https://github.com/kelseyhightower/envconfig",
18-
"applicationCategory": "ConfigurationManagement"
19-
}
20-
]
21-
}
22-
</script>
231

242
# confkit vs envconfig
253

docs/comparison/koanf.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
<script type="application/ld+json">
2-
{
3-
"@context": "https://schema.org",
4-
"@type": "ComparisonChart",
5-
"name": "confkit vs koanf",
6-
"description": "Feature comparison between confkit and koanf Go configuration libraries",
7-
"itemListElement": [
8-
{
9-
"@type": "SoftwareApplication",
10-
"name": "confkit",
11-
"url": "https://github.com/MimoJanra/confkit",
12-
"applicationCategory": "ConfigurationManagement"
13-
},
14-
{
15-
"@type": "SoftwareApplication",
16-
"name": "koanf",
17-
"url": "https://github.com/knadh/koanf",
18-
"applicationCategory": "ConfigurationManagement"
19-
}
20-
]
21-
}
22-
</script>
231

242
# confkit vs koanf
253

docs/comparison/viper.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
<script type="application/ld+json">
2-
{
3-
"@context": "https://schema.org",
4-
"@type": "ComparisonChart",
5-
"name": "confkit vs Viper",
6-
"description": "Feature-by-feature comparison between confkit and Viper Go configuration libraries",
7-
"itemListElement": [
8-
{
9-
"@type": "SoftwareApplication",
10-
"name": "confkit",
11-
"url": "https://github.com/MimoJanra/confkit",
12-
"applicationCategory": "ConfigurationManagement"
13-
},
14-
{
15-
"@type": "SoftwareApplication",
16-
"name": "Viper",
17-
"url": "https://github.com/spf13/viper",
18-
"applicationCategory": "ConfigurationManagement"
19-
}
20-
]
21-
}
22-
</script>
231

242
# confkit vs Viper
253

docs/index.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,6 @@ layout: default
33
title: confkit — Typed Configuration for Go
44
---
55

6-
<script type="application/ld+json">
7-
{
8-
"@context": "https://schema.org",
9-
"@type": "SoftwareApplication",
10-
"name": "confkit",
11-
"description": "Type-safe configuration toolkit for Go. Load, merge, validate, and redact configuration from structs, files, environment variables, CLI flags, and secret stores like Vault, AWS Secrets Manager, Consul, and etcd.",
12-
"url": "https://mimojanra.github.io/confkit/",
13-
"applicationCategory": "DeveloperApplication",
14-
"programmingLanguage": "Go",
15-
"codeRepository": "https://github.com/MimoJanra/confkit",
16-
"license": "https://opensource.org/license/mit",
17-
"runtimePlatform": "Go 1.21+",
18-
"softwareVersion": "0.5.0",
19-
"author": {
20-
"@type": "Organization",
21-
"name": "confkit Contributors"
22-
},
23-
"operatingSystem": ["Linux", "macOS", "Windows"],
24-
"keywords": "configuration, Go, config loader, type-safe, validation, secrets, Vault, AWS",
25-
"offers": {
26-
"@type": "Offer",
27-
"price": "0",
28-
"priceCurrency": "USD"
29-
},
30-
"image": "https://img.shields.io/badge/go-1.22%2B-blue",
31-
"downloadUrl": "https://github.com/MimoJanra/confkit/releases",
32-
"fileFormat": "application/x-golang"
33-
}
34-
</script>
356

367
# confkit
378

0 commit comments

Comments
 (0)