GoogleContainerTools/skaffold
[Docs] Move all inline `skaffold.yaml` snippets to `docs/content/en/samples`
Offen
#6.589 geöffnet am 10.09.2021
area/docsdocs-fixitgood first issuehelp wantedkind/documentationkind/todopriority/p2
Repository-Metriken
- Stars
- (12.822 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 3T 6h) (16 gemergte PRs in 30 T)
Beschreibung
Currently there exist skaffold config snippets strewn inline with rest of the docs. These can get stale very quickly. The correct place for these snippets is in docs/content/en/samples directory which has schema validations run as part of unit tests; and referenced in markdown using:
{{% readfile file="samples/path-to-file" %}}
This is a tracking issue to scan the docs and relocate these snippets.