DEV Community

Ant Design
Ant Design

Posted on

Gorgeous Gatsby Starter for documentation

Features

  • ⚛ Prerendered static site
  • 🌎 Internationalization support by i18next
  • 📝 Markdown-based documentation and menus
  • 🎬 Examples with live playground
  • 🏗 Unified Theme and Layout
  • 🆙 Easy customized header nav
  • 🧩 Built-in home page components

Usage

Create a Gatsby site from gatsby-starter-theme-antv.

yarn global add gatsby-cli // or npm install gatsby-cli -g
gatsby new mysite https://github.com/antvis/gatsby-starter-theme-antv

Start developing.

$ cd mysite
$ yarn start

Websites using it

Top comments (2)

Collapse
 
murbanowicz profile image
Marek

How to customize it?

Collapse
 
antdesignui profile image
Ant Design

It provide configs and components for it: github.com/antvis/gatsby-theme-ant...