We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a5435 commit 3f8681cCopy full SHA for 3f8681c
1 file changed
script/content-migrations/update-tocs.js
@@ -48,7 +48,7 @@ walk(path.join(process.cwd(), 'content'), { includeBasePath: true, directories:
48
newContent = newContent.replace(/###? Table of Contents\n/i, '')
49
50
// Fix this one weird file
51
- if (file.relativePath === 'content/discussions/guides/index.md') {
+ if (relativePath === 'discussions/guides/index.md') {
52
data.children = [
53
'/best-practices-for-community-conversations-on-github',
54
'/finding-discussions-across-multiple-repositories',
0 commit comments