123456789101112131415161718192021222324 |
- 'use strict';
- const path = require('path')
- module.exports = {
- doc: {
- name: "数据中心内部研发文档",
- description: "数据中心内部研发文档。",
- version: "1.0.0",
- dir: "",
- outDir: "",
- staticDir: ""
- },
- theme: {
- dir: "",
- title: "",
- headHtml: "",
- footHtml: "",
- isMinify: true,
- rootPath: "/datacenter/"
- },
- nav: {
- tree: "./tree"
- }
- }
|