feat: implement table of contents

This commit is contained in:
Jean-Philippe Sirois
2020-05-12 00:05:17 -04:00
parent 465d026392
commit b17527cd6c
12 changed files with 194 additions and 14 deletions
+6
View File
@@ -71,6 +71,12 @@ module.exports = {
},
},
`gatsby-transformer-sharp`,
{
resolve: "gatsby-plugin-anchor-links",
options: {
offset: -100,
},
},
`gatsby-plugin-react-svg`,
`gatsby-plugin-remove-trailing-slashes`,
`gatsby-plugin-sharp`,