File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1+ const path = require ( 'path' )
2+
13module . 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}
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments