Skip to content

Conversation

chloerice
Copy link
Member

Screenshot 2023-01-11 at 7 57 36 PM

@chloerice chloerice changed the base branch from main to chloe/tooling-tab January 12, 2023 01:04
@sophschneider sophschneider marked this pull request as ready for review January 12, 2023 21:12
@sophschneider sophschneider merged commit b7dd02f into chloe/tooling-tab Jan 12, 2023
@sophschneider sophschneider deleted the chloe/tooling-tab-with-indv-rule-pages branch January 12, 2023 21:12
const globPath = [
path.resolve(process.cwd(), `content/${category}/*.md`),
path.resolve(process.cwd(), `content/${category}/**/index.md`),
path.resolve(process.cwd(), `content/${category}/**/**/*.md`),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
path.resolve(process.cwd(), `content/${category}/**/**/*.md`),

path.resolve(process.cwd(), 'content/*.md'),
path.resolve(process.cwd(), 'content/**/*.md'),
path.resolve(process.cwd(), 'content/**/**/*.md'),
path.resolve(process.cwd(), 'content/**/**/**/*.md'),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only need this glob path for this file, not here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants