diff --git a/funcMd/_404.md b/funcMd/_404.md new file mode 100755 index 0000000..9dc9584 --- /dev/null +++ b/funcMd/_404.md @@ -0,0 +1,48 @@ + + + + +
+
😕
+

404

+

tifisht什么没有都找到www...

+

页面不存在或已经被移除...

+ 返回首页 +
+ \ No newline at end of file diff --git a/funcMd/_coverpage.md b/funcMd/_coverpage.md new file mode 100755 index 0000000..2a08541 --- /dev/null +++ b/funcMd/_coverpage.md @@ -0,0 +1,14 @@ +![logo](./static/logo.png) + +# fly316 中心知识库 + + + 中国地质大学(北京)机器人无人机队 + +## drones with ros-noetic px4 + +[fly316网盘](http://fly316.ttserver.fun:5212) +[316git仓库](http://fly316.ttserver.fun:1114) +[Get Started](#你醒了?) + + diff --git a/funcMd/_navbar.md b/funcMd/_navbar.md new file mode 100644 index 0000000..56381e8 --- /dev/null +++ b/funcMd/_navbar.md @@ -0,0 +1,3 @@ +- 316基础设施 + - [316网盘](http://fly316.ttserver.fun:5212) + - [316git仓库](http://fly316.ttserver.fun:1114) \ No newline at end of file diff --git a/index.html b/index.html index eaa948e..d63408d 100755 --- a/index.html +++ b/index.html @@ -6,11 +6,11 @@ - - - - - + + + + + @@ -24,10 +24,11 @@ name: 'fly316 中心知识库', //开启封面 - coverpage: true, + coverpage: 'funcMd/_coverpage.md', + basePath: 'http://fly316.ttserver.fun:1114/fly316/fly316-docs/', //开启侧栏 - loadSidebar: true, - loadNavbar: true, + loadSidebar: '_sidebar.md', + loadNavbar: 'funcMd/_navbar.md', mergeNavbar: true, //子栏最大层级数量 subMaxLevel: 4, @@ -36,7 +37,7 @@ // autoHeader: true, //开启404页面 auto2top: true, - notFoundPage: true, + notFoundPage: 'funcMd/_404.md', topMargin: 90, @@ -68,14 +69,14 @@ - + - - - + + + - - + + diff --git a/static/darkmode.css b/plugin/css/darkmode.css similarity index 100% rename from static/darkmode.css rename to plugin/css/darkmode.css diff --git a/static/docsify-vite-coverpage.css b/plugin/css/docsify-vite-coverpage.css similarity index 100% rename from static/docsify-vite-coverpage.css rename to plugin/css/docsify-vite-coverpage.css diff --git a/static/sidebar.min.css b/plugin/css/sidebar.min.css similarity index 100% rename from static/sidebar.min.css rename to plugin/css/sidebar.min.css diff --git a/static/toc.css b/plugin/css/toc.css similarity index 100% rename from static/toc.css rename to plugin/css/toc.css diff --git a/static/vue.css b/plugin/css/vue.css similarity index 100% rename from static/vue.css rename to plugin/css/vue.css diff --git a/static/dark-switcher.js b/plugin/js/dark-switcher.js similarity index 100% rename from static/dark-switcher.js rename to plugin/js/dark-switcher.js diff --git a/static/docsify-dark-switcher.js b/plugin/js/docsify-dark-switcher.js similarity index 100% rename from static/docsify-dark-switcher.js rename to plugin/js/docsify-dark-switcher.js diff --git a/static/docsify-pagination.min.js b/plugin/js/docsify-pagination.min.js similarity index 100% rename from static/docsify-pagination.min.js rename to plugin/js/docsify-pagination.min.js diff --git a/static/docsify-sidebar-collapse.min.js b/plugin/js/docsify-sidebar-collapse.min.js similarity index 100% rename from static/docsify-sidebar-collapse.min.js rename to plugin/js/docsify-sidebar-collapse.min.js diff --git a/static/docsify@4.js b/plugin/js/docsify@4.js similarity index 100% rename from static/docsify@4.js rename to plugin/js/docsify@4.js diff --git a/static/fontsize.js b/plugin/js/fontsize.js similarity index 100% rename from static/fontsize.js rename to plugin/js/fontsize.js diff --git a/static/toc.js b/plugin/js/toc.js similarity index 100% rename from static/toc.js rename to plugin/js/toc.js