docs: 禁用Jekyll 处理,以解决_开头文件无法被加载问题
This commit is contained in:
parent
bb2b22a3ec
commit
dbb736208d
|
@ -20,7 +20,7 @@
|
||||||
window.$docsify = {
|
window.$docsify = {
|
||||||
name: 'Ragflow-Plus',
|
name: 'Ragflow-Plus',
|
||||||
repo: 'https://github.com/zstar1003/ragflow-plus',
|
repo: 'https://github.com/zstar1003/ragflow-plus',
|
||||||
loadSidebar: 'docs/_sidebar.md',
|
loadSidebar: '_sidebar.md',
|
||||||
auto2top: true,
|
auto2top: true,
|
||||||
subMaxLevel: 2,
|
subMaxLevel: 2,
|
||||||
pagination: {
|
pagination: {
|
||||||
|
|
Loading…
Reference in New Issue