area/docshelp wantedpriority/high
Repository-Metriken
- Stars
- (27.997 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)
Beschreibung
This is an aspirational work item, but it would be really nice if we could verify all of the config snippets in the docs are actually valid config. The way I would imagine this working is:
- Develop a new Sphinx plugin for an Envoy config snippet. This would identify the associated proto that it should load into.
- During doc generation, go through all snippets, and try to load the config YAML into the actual proto.
This would catch stale config. This might be a good GSoC project or a good item for someone that wants to do something really useful that is not C++.