Skip to content

Commit 571138e

Browse files
committed
WIP
1 parent 6bcd85e commit 571138e

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

www/gatsby-config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
const path = require('path')
2+
13
module.exports = {
24
siteMetadata: {
35
title: '@restart/hooks',
@@ -13,5 +15,12 @@ module.exports = {
1315
},
1416
},
1517
},
18+
{
19+
resolve: 'gatsby-plugin-typedoc',
20+
options: {
21+
debugRaw: true,
22+
projects: [path.resolve(__dirname, '../src')],
23+
},
24+
},
1625
],
1726
}

www/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
"build": "gatsby build"
88
},
99
"dependencies": {
10-
"@docpocalypse/gatsby-theme": "^0.9.4",
10+
"@docpocalypse/gatsby-theme": "file:../../docpocalypse/packages/theme",
1111
"gatsby": "^2.19.18",
12+
"gatsby-plugin-typedoc": "^0.3.1",
1213
"react": "^16.12.0",
1314
"react-dom": "^16.12.0"
1415
}

www/yarn.lock

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,10 +1227,8 @@
12271227
optionalDependencies:
12281228
fibers "^4.0.1"
12291229

1230-
"@docpocalypse/gatsby-theme@^0.9.4":
1230+
"@docpocalypse/gatsby-theme@file:../../docpocalypse/packages/theme":
12311231
version "0.9.4"
1232-
resolved "https://registry.yarnpkg.com/@docpocalypse/gatsby-theme/-/gatsby-theme-0.9.4.tgz#48a54e13e5d08abbda74dabc32419ab86543b495"
1233-
integrity sha512-21NpeQP22ywrf9robgPrkGpnM5u6nvjlbinjfRjjyTDSIxt+APaDo9KAYYe+PtVNO14SQq3csHo5gm+hCSlZaA==
12341232
dependencies:
12351233
"@docpocalypse/code-live" "^0.3.8"
12361234
"@docpocalypse/gatsby-theme-core" "^0.7.2"

0 commit comments

Comments
 (0)