Skip to content

Commit 1bc480f

Browse files
authored
Merge pull request #6959 from CharlieTLe/cortex-config-json-schema
Set up cortex config json schema generator
2 parents d27f25a + 2ee5609 commit 1bc480f

File tree

4 files changed

+9166
-1
lines changed

4 files changed

+9166
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ doc: clean-doc
263263
go run -tags slicelabels ./tools/doc-generator ./docs/guides/encryption-at-rest.template > ./docs/guides/encryption-at-rest.md
264264
embedmd -w docs/operations/requests-mirroring-to-secondary-cluster.md
265265
embedmd -w docs/guides/overrides-exporter.md
266+
go run -tags slicelabels ./tools/doc-generator -json-schema > ./schemas/cortex-config-schema.json
266267

267268
endif
268269

0 commit comments

Comments
 (0)