@walltowall/gatsby-theme-ww-reference
v0.24.0
Published
Gatsby theme providing a base for reference documentation for Wall-to-Wall Gatsby websites.
Downloads
101
Readme
@walltowall/gatsby-theme-ww-reference
Gatsby theme providing a base for reference documentation for Wall-to-Wall Gatsby websites.
Install
npm install --save @walltowall/gatsby-theme-ww-reference
How to use
// In your gatsby-config.js
plugins: [
{
resolve: '@walltowall/gatsby-theme-ww-reference',
options: {
// Path to the project's root directory. This is required and should be
// set to `__dirname`.
root: __dirname,
},
},
]