We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2870a commit c5a01f4Copy full SHA for c5a01f4
cli/bin/build.js
@@ -10,7 +10,7 @@ const checkOnly = process.argv.includes('--check-only')
10
11
const ROOT = resolve(__dirname, '../..')
12
const contentPath = join(ROOT, 'content/cli')
13
-const navPath = join(ROOT, 'src/theme/nav.yml')
+const navPath = join(ROOT, 'content/nav.yml')
14
15
const checkContent = () => {
16
const status = spawnSync('git', ['status', '--porcelain', contentPath], { encoding: 'utf-8' })
0 commit comments