pulumi / pulumi-aws

An Amazon Web Services (AWS) Pulumi resource package, providing multi-language access to AWS
Apache License 2.0
465 stars 156 forks source link

Docs quality checks #3759

Open t0yv0 opened 7 months ago

t0yv0 commented 7 months ago

We have an opportunity to improve visibility into documentation pipeline by introducing data quality checks. These checks should:

The easiest path forward is perhaps to build on existing infrastructure that emits quality reports for the examples pipeline, see for example this ticket talks about flushing this data to S3 more fully for a Metabase integration:

The PR integrations could work by storing a branch-latest version of the report in GitHub actions cache and comparing against.

t0yv0 commented 7 months ago

@iwahbe @AaronFriel links to related work/plans here? appreciate it.