gatsby-theme-antd-docs
gatsby-theme-antd-docs copied to clipboard
A Gatsby theme helps to build document site like Ant Design quickly.
gatsby-theme-antd-docs
This is a Gatsby theme to build document site like Ant Design quickly.
English | 简体中文
Why this repo
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!
Features
- Awesome UI based on Ant Design.
- Write markdown files, generate pages automatically.
- Online preview jsx code in markdown.
Install
yarn add gatsby-theme-antd-docs
Then add the theme to your gatsby-config.js
.
module.exports = {
plugins: ['gatsby-theme-antd-docs']
}
View example locally
yarn install
yarn workspace example start
Open your browser and visit http://127.0.0.1:8000.