GoogleContainerTools/skaffold
[Docs] Move all inline `skaffold.yaml` snippets to `docs/content/en/samples`
Aperta
#6589 aperta il 10 set 2021
area/docsdocs-fixitgood first issuehelp wantedkind/documentationkind/todopriority/p2
Metriche repository
- Star
- (12.822 stelle)
- Metriche merge PR
- (Merge medio 3g 6h) (16 PR mergiate in 30 g)
Descrizione
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.