| 23 | const versions = Object.keys(allVersions) |
| 24 | |
| 25 | class FrontmatterParsingError extends Error {} |
| 26 | |
| 27 | // Note! As of Nov 2022, the schema says that 'product' is translatable |
| 28 | // which is surprising since only a single page has prose in it. |
nothing calls this directly
no outgoing calls
no test coverage detected