Skip to content

Commit

Permalink
remove unneeded mdx config
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Dec 19, 2018
1 parent bf7054e commit b70fb5c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions packages/dnb-design-system-portal/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,10 @@ exports.createPages = ({ graphql, actions }) => {
edges {
node {
id
tableOfContents
fields {
id
slug
}
parent {
... on File {
absolutePath
name
sourceInstanceName
}
}
code {
scope
}
Expand All @@ -57,9 +49,7 @@ exports.createPages = ({ graphql, actions }) => {
__dirname
),
context: {
id: node.fields.id,
absPath: node.parent.absolutePath,
tableOfContents: node.tableOfContents
id: node.fields.id
}
})
})
Expand Down

0 comments on commit b70fb5c

Please sign in to comment.