teadocs.config.js 470 B

123456789101112131415161718192021222324
  1. 'use strict';
  2. const path = require('path')
  3. module.exports = {
  4. doc: {
  5. name: "数据中心内部研发文档",
  6. description: "数据中心内部研发文档。",
  7. version: "1.0.0",
  8. dir: "",
  9. outDir: "",
  10. staticDir: ""
  11. },
  12. theme: {
  13. dir: "",
  14. title: "",
  15. headHtml: "",
  16. footHtml: "",
  17. isMinify: true,
  18. rootPath: "/datacenter/"
  19. },
  20. nav: {
  21. tree: "./tree"
  22. }
  23. }