tooling_sidebar.yml 访问某些页面时崩溃

tooling_sidebar.yml collapses when accessing certain pages

我将 Jekyll 与 GitHub 页面(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

这两页是最后两页。单击 运行 dbtest 不会折叠边栏。

我尝试过的:

希望您在此期间找到。但对于其他人,您需要在 url 之前添加一个“/”以停止菜单折叠。