mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
|
import siteMetadata from './site.json'
|
||
|
|
||
|
const recordSections = Object.fromEntries(siteMetadata.sections.map((s) => [s.id, s]))
|
||
|
|
||
|
export default recordSections
|