1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Revert "Absorb @github-docs/frontmatter (#17783)" (#17793)

This reverts commit 1e96c03489.
This commit is contained in:
Jason Etcovitch
2021-02-10 15:28:41 -05:00
committed by GitHub
parent 1e96c03489
commit 11baf43eee
14 changed files with 27 additions and 314 deletions

View File

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