Skip to content

Commit

Permalink
Make all docs use .md instead of .mdx for consistency (#20768)
Browse files Browse the repository at this point in the history
* Rename index.mdx to index.md

* standardize the remaining docs

* Update how-shadowing-works.md

* Update how-shadowing-works.md

* reformat so prettier doesnt complain
  • Loading branch information
tesseralis committed Jan 29, 2020
1 parent dd96604 commit 8bce690
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ It's important to begin discussing how the composition of themes works. An end u

```js:title=gatsby-config.js
module.exports = {
plugins: [
"gatsby-theme-tomato-blog",
"gatsby-theme-tomato-portfolio",
],
plugins: ["gatsby-theme-tomato-blog", "gatsby-theme-tomato-portfolio"],
}
```

Expand Down

0 comments on commit 8bce690

Please sign in to comment.