GoogleContainerTools/skaffold
[Docs] Move all inline `skaffold.yaml` snippets to `docs/content/en/samples`
开放
#6,589 创建于 2021年9月10日
area/docsdocs-fixitgood first issuehelp wantedkind/documentationkind/todopriority/p2
仓库指标
- 星标
- (12,822 个星标)
- PR 合并指标
- (平均合并 3天 6小时) (30 天内合并 16 个 PR)
描述
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.