From 2265f7809615b61e4ecd3b1ee9beb65da7a5522d Mon Sep 17 00:00:00 2001 From: "cinwell.li" Date: Sun, 31 Mar 2019 16:22:26 +0800 Subject: [PATCH] chore: remove unused file --- docs/docsify.config.js | 108 ----------------------------------------- 1 file changed, 108 deletions(-) delete mode 100644 docs/docsify.config.js diff --git a/docs/docsify.config.js b/docs/docsify.config.js deleted file mode 100644 index 86b412f..0000000 --- a/docs/docsify.config.js +++ /dev/null @@ -1,108 +0,0 @@ -module.exports = { - template: ` - - - - - docsify - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -`, - config: { - alias: { - '.*?/awesome': - 'https://raw.githubusercontent.com/docsifyjs/awesome-docsify/master/README.md', - '.*?/changelog': - 'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG.md', - '/.*/_navbar.md': '/_navbar.md', - '/zh-cn/(.*)': - 'https://raw.githubusercontent.com/docsifyjs/docs-zh/master/$1', - '/de-de/(.*)': - 'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1', - '/ru/(.*)': - 'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1', - '/es/(.*)': - 'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1' - }, - auto2top: true, - coverpage: true, - executeScript: true, - loadSidebar: true, - loadNavbar: true, - mergeNavbar: true, - maxLevel: 4, - subMaxLevel: 2, - ga: 'UA-106147152-1', - name: 'docsify', - search: { - noData: { - '/de-de/': 'Keine Ergebnisse!', - '/zh-cn/': '没有结果!', - '/': 'No results!' - }, - paths: 'auto', - placeholder: { - '/de-de/': 'Suche', - '/zh-cn/': '搜索', - '/': 'Search' - } - }, - formatUpdated: '{MM}/{DD} {HH}:{mm}' - } -}