1.5.2 • Published 3 years ago

docsite-ext v1.5.2

Weekly downloads
113
License
MIT
Repository
github
Last release
3 years ago

LOGO

NPM version npm download

Docsite extension

Docsite is an opensource generator for building an static website, and you can init a website in a few minutes by it.

Docsite extension is an extension of Docsite.

Feature

  • Be able to generate document, blog, and custom page
  • Support markdown files
  • Responsive UI
  • Good for SEO
  • Support internationalization
  • Support custom page

Document

User

Dubbo

Nacos

AiMatrix

WHARFOO

Alibaba Infra

Sentinel

Dragonfly

Dependency

  • node.js >= 10.x

Usage

  • Install
$ npm i -g docsite-ext
  • Init a project
$ cd my-project
$ docsite init

# or
$ docsite init my-project
  • Local preview
$ docsite start
  • Build
$ docsite build