feat: redesign doc pages (#153)

This commit is contained in:
vran
2022-05-07 22:35:27 +08:00
committed by GitHub
parent 6b328735af
commit f2c4de5bb1
120 changed files with 260 additions and 55 deletions

View File

@@ -20,15 +20,13 @@
window.$docsify = {
coverpage: true,
loadSidebar: true,
loadNavbar: true,
maxLevel: 1,
subMaxLevel: 2,
auto2top: true,
logo: 'databasir.png',
name: 'Databasir',
repo: 'https://github.com/vran-dev/databasir',
alias: {
'/.*/_sidebar.md': '/_sidebar.md'//防止意外回退
},
copyCode: {
buttonText : '复制代码',
errorText : '复制失败!请手动复制。',