代码之家  ›  专栏  ›  技术社区  ›  user2051561

将laika自动编号添加到顶级目录标题

  •  0
  • user2051561  · 技术社区  · 6 年前

    我有 directory.conf :

    title = "SRLLab Manual"
    
    autonumbering {
      scope: all
    }
    
    navigationOrder = [
      introduction
      multi-arm-bandits
      finite-markov-decision-processes
    ]
    

    在每个子级目录中,我都有一个 目录.conf 还有一份降价文件。生成站点时,顶级目录标题中不会显示编号。他们有没有办法在顶层自动添加编号?

    我有这个装置 here

    蒂亚

    0 回复  |  直到 6 年前
        1
  •  0
  •   user2051561    6 年前

    若要从第二层向下添加编号,还必须添加

    autonumbering {
      scope: all
    }
    

    每个子目录的节 directory.conf 文件夹。

    推荐文章