Getting Started
This is a Gatsby theme to build document site like Ant Design quickly.
Before you start, you should firstly learn Gatsby and Gatsby Themes.
1. Install#
yarn add gatsby-theme-antd-docs
2. Add to your gatsby-config.js
#
module.exports = {
plugins: ['gatsby-theme-antd-docs']
}
3. Run locally#
gatsby develop
Open your browser and visit http://127.0.0.1:8000.
That's it!