1
0
mirror of synced 2025-12-23 03:44:00 -05:00

Absorb @github-docs/frontmatter (#17783)

This commit is contained in:
Jason Etcovitch
2021-02-10 15:10:46 -05:00
committed by GitHub
parent b17792766b
commit 1e96c03489
14 changed files with 314 additions and 27 deletions

View File

@@ -3,7 +3,7 @@
const fs = require('fs')
const path = require('path')
const walk = require('walk-sync')
const frontmatter = require('@github-docs/frontmatter')
const frontmatter = require('../lib/read-frontmatter')
const contentPath = path.join(process.cwd(), 'content')
const dataPath = path.join(process.cwd(), 'data')