docs icon indicating copy to clipboard operation
docs copied to clipboard

Consolidate product information, crossreference with product registry

Open josh-heyer opened this issue 1 year ago • 1 comments

Currently, product info for docs is scattered across multiple files & locations:

  • src/constants/products.js
  • gatsby_config.js
  • the filesystem
  • install_templates/config.yaml
  • static/_redirects
  • probably something else

These can easily get out of sync. It would be good to keep all or most of this information in one location and either generate subsets as-needed or at least compare with the canonical list to check for discrepancies.

Additionally, there is a product registry API with some of this data, which will be up to date at least for package availability. We can use this for sanity checks on our canonical source.

josh-heyer avatar Mar 31 '23 17:03 josh-heyer

#872

drothery-edb avatar Jun 01 '23 16:06 drothery-edb