We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3a35a commit 616b696Copy full SHA for 616b696
2 files changed
gatsby-config.js
@@ -1,14 +1,6 @@
1
const proxy = require('http-proxy-middleware');
2
3
module.exports = {
4
- __experimentalThemes: [
5
- {
6
- resolve: 'gatsby-theme-docz',
7
- options: {
8
- mdPlugins: [require('remark-external-links')],
9
- },
10
11
- ],
12
developMiddleware: app => {
13
app.use(
14
'/.netlify/functions/',
@@ -26,6 +18,7 @@ module.exports = {
26
18
author: `@aryanjabbari`,
27
19
},
28
20
plugins: [
21
+ 'gatsby-theme-docz',
29
22
`gatsby-plugin-react-helmet`,
30
23
'gatsby-plugin-typescript',
31
24
{
package.json
@@ -35,6 +35,7 @@
35
"license": "MIT",
36
"scripts": {
37
"build": "gatsby build",
38
+ "predevelop": "gatsby clean",
39
"develop": "gatsby develop",
40
"format": "prettier --write src/**/*.{js,jsx}",
41
"start": "npm run develop",
0 commit comments