gatsby-theme-antdsite

A docs generator based on gatsby and website of Ant Design

Usage no npm install needed!

<script type="module">
  import gatsbyThemeAntdsite from 'https://cdn.skypack.dev/gatsby-theme-antdsite';
</script>

README

Introduction

You can custom antd-website in a config, just like Vuepress

Usage

npm install gatsby react react-dom antd gatsby-theme-antdsite

Set theme in your gatsby-config.js

{
  module.exports = {
    __experimentalThemes: [`gatsby-theme-antdsite`],
  };
}