logoGatsby Antd Docs
  • ···
  • Home
  • ···
  • Docs
  • ···
  • Components
  • ···
  • Introduction
    • Getting Started
    • Write Articles
    • Online Preview JSX

Getting Started

  • 1. Install
  • 2. Add to your gatsby-config.js
  • 3. Run locally

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.

home screenshot

That's it!

Write Articles
Gatsby Antd Docs