0.1.3 • Published 5 years ago

gatsby-theme-antd-docs v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

gatsby-theme-antd-docs

English | 简体中文

Quick Start

yarn add gatsby-theme-antd-docs

Then add the theme to your gatsby-config.js.

module.exports = {
  plugins: ['gatsby-theme-antd-docs']
}

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

yarn gatsby develop

Open your browser and visit http://127.0.0.1:8000.