gatsby-theme-antd-docs
v0.1.3
Published
English | [简体中文](./README-zh_CN.md)
Maintainers
Readme
gatsby-theme-antd-docs
English | 简体中文
Quick Start
yarn add gatsby-theme-antd-docsThen 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 developOpen your browser and visit http://127.0.0.1:8000.
