UNPKG

402 BJavaScriptView Raw
1module.exports = {
2 title: "ydoc",
3 description: "ydoc description demo",
4 author: "ymfe",
5 plugins: ["copy", "edit-page"],
6 pluginsConfig: {
7 'import-asset': {
8 css: 'custom.css'
9 },
10 "edit-page": {
11 prefix: 'http://gitlab.corp.qunar.com/mfe/ydoc/tree/master/docs'
12 }
13 },
14 markdownIt: function(md){
15
16 },
17 dist: '_site',
18 version: require('./package.json').version
19}
\No newline at end of file