-
Notifications
You must be signed in to change notification settings - Fork 734
Infra/unify docs #1036
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infra/unify docs #1036
Conversation
@@ -4,7 +4,7 @@ module.exports = async ({graphql, boundActionCreators}) => { | |||
const {createPage} = boundActionCreators; | |||
const result = await graphql(` | |||
{ | |||
allFile(filter: {sourceInstanceName: {eq: "markdown-pages"}}) { | |||
allFile(filter: {sourceInstanceName: {eq: "markdown-pages"}, childMarkdownRemark: {frontmatter: {path: {ne: null}}}}) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure... :)
I guess we'll talk about it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure I understand the comment..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've said we'll discuss these PRs, so let's do that when you can.
Co-authored-by: Miki <[email protected]>
Description
uilib-docs
Changelog
Add a quick message for our users about this change