我在GitHub页面中使用Jekyll (kramdown,markdown),在访问子文件夹中的某些页面时,侧边栏出现崩溃的问题。一直盯着你看。
以下是我的.yml代码:
- title: IQ
output: web
folderitems:
- title: Set up Git and Logging Bugs
url: /set_up_git_logging_bugs.html
output: web
subfolders:
- title: How To
output: web
subfolderitems:
- title: Install IQ on a Test Machine
url: /set_up_iq_machines.html
output: web
- title: Connect to an IQ Linux Machine
url: /connect_to_linux_machines.html
output: web
- title: Processes
output: web
subfolderitems:
- title: Run dbtest
url: /run_dbtest.html
output: web
- title: SP or PL Testing
url: sp_pl_testing.html
output: web
- title: MPX Testing
url: mpx_testing.html
output: web这两页是最后两页。单击Run dbtest不会折叠侧栏。
我试过的是:
发布于 2021-07-02 16:39:29
我希望你在这段时间找到了。但是对于其他人来说,您需要在url之前使用“/”来停止菜单崩溃。
https://stackoverflow.com/questions/62703914
复制相似问题