()
| 48 | const siteMetadata = readJson<SiteMetadata>(siteMetadataPath); |
| 49 | |
| 50 | function readCatalogIndex() { |
| 51 | return readJson<PackedCatalogIndex>(catalogIndexPath); |
| 52 | } |
| 53 | |
| 54 | function readLanguagePages() { |
| 55 | return readJson<LandingPage[]>(languagePagesPath); |
no test coverage detected