This is a Gatsby theme to build document site like Ant Design quickly.
English | 简体中文
Ant Design has a set of high-quality React components out of the box, and its website is also very simple and beautiful, very suitable for use as a document site. So,based on this code of Ant Design and Ant Design Pro , i created this repo.
Thanks to the team of Ant Design for bringing us such excellent open source project!
- Awesome UI based on Ant Design.
- Write markdown files, generate pages automatically.
- Online preview jsx code in markdown.
yarn add gatsby-theme-antd-docs
Then add the theme to your gatsby-config.js
.
module.exports = {
plugins: ['gatsby-theme-antd-docs']
}
yarn install
yarn workspace example start
Open your browser and visit http://127.0.0.1:8000.