首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >访问某些页面时,tooling_sidebar.yml会崩溃。

访问某些页面时,tooling_sidebar.yml会崩溃。
EN

Stack Overflow用户
提问于 2020-07-02 19:41:36
回答 1查看 47关注 0票数 0

我在GitHub页面中使用Jekyll (kramdown,markdown),在访问子文件夹中的某些页面时,侧边栏出现崩溃的问题。一直盯着你看。

以下是我的.yml代码:

代码语言:javascript
复制
- 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不会折叠侧栏。

我试过的是:

  • 显示Notepad++中的所有字符以确保没有额外的空格
  • 将进程下的子文件夹项更改为子文件夹
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2021-07-02 16:39:29

我希望你在这段时间找到了。但是对于其他人来说,您需要在url之前使用“/”来停止菜单崩溃。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/62703914

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档