GoogleContainerTools/skaffold
[Docs] Move all inline `skaffold.yaml` snippets to `docs/content/en/samples`
Aberta
#6.589 aberto em 10 de set. de 2021
area/docsdocs-fixitgood first issuehelp wantedkind/documentationkind/todopriority/p2
Métricas do repositório
- Stars
- (12.822 estrelas)
- Métricas de merge de PR
- (Mesclagem média 3d 6h) (16 fundiu PRs em 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.