vito24 / gatsby-theme-antd-docs

A Gatsby theme helps to build document site like Ant Design quickly.

Home Page:https://vito24.github.io/gatsby-theme-antd-docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Links

About

A Gatsby theme helps to build document site like Ant Design quickly.

https://vito24.github.io/gatsby-theme-antd-docs

License:MIT License


Languages

Language:JavaScript 76.1%Language:CSS 23.9%