GoogleContainerTools/skaffold
View on GitHub[Docs] Move all inline `skaffold.yaml` snippets to `docs/content/en/samples`
Open
#6,589 opened on Sep 10, 2021
area/docsdocs-fixitgood first issuehelp wantedkind/documentationkind/todopriority/p2
Repository metrics
- Stars
- (12,822 stars)
- PR merge metrics
- (Avg merge 3d 6h) (16 merged PRs in 30d)
Description
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.