gatsby-greenboard

0.1.8 • Public • Published

Greenboard

Create beautiful api documentation with gatsby and greenboard

Installation

Setup your folder and install gatsby, react and react-dom

mkdir my-docs
cd my-docs
yarn init

yarn add gatsby react react-dom

Install greenboard

yarn add greenboard

Then add greenboard to your gatsby-config.js.

module.exports = {
  plugins: [
    {
      resolve: "greenboard",
      options: {},
    },
  ],
}

That's it, you can now run your gatsby site using

yarn gatsby develop

Build the production files

yarn gatsby build

Readme

Keywords

none

Package Sidebar

Install

npm i gatsby-greenboard

Weekly Downloads

0

Version

0.1.8

License

MIT

Unpacked Size

41.1 kB

Total Files

25

Last publish

Collaborators

  • shamin.meerankutty