使用docz咱們能夠用來方便的編寫以及發佈文檔,同時提供漂亮友好的交互,能夠快速的製做一個產品級的
站點,使用了了mdx 文件(仍是markdown),同時能夠方便的集成到本身的web 項目中git
npx create-docz-app my-docz-app
├── README.md
├── doczrc.js
├── package-lock.json
├── package.json
└── src
├── components
│ ├── Alert.jsx
│ └── Alert.mdx
└── index.mdx
yarn dev
目前在使用mac 安裝的時候碰到幾個問題
libvips, 主要是 由於依賴sharp 引發的github
CXX(target) Release/obj.target/sharp/src/common.o
../src/common.cc:25:10: fatal error: 'vips/vips8' file not found
#include <vips/vips8>
解決方法:web
brew install vips
idyll 也是一個相似不錯的東西,可是idyll偏向於科學分析json
https://github.com/doczjs/docz
https://github.com/idyll-lang/idyllmarkdown