'use strict'; const path = require('path') module.exports = { doc: { name: "服务器部署文档", description: "上格云服务器部署运维文档。", version: "1.0.0", dir: "./docs", outDir: "./build", staticDir: "./docs/static" }, theme: { dir: "", title: "", headHtml: "", footHtml: "", isMinify: true, rootPath: "/doc/deploy/" }, nav: { tree: "./tree" } }