【问题标题】:Adding Laika auto-numbering to top-level directory titles将 Laika 自动编号添加到顶级目录标题
【发布时间】:2019-12-12 08:31:49
【问题描述】:

我有directory.conf

title = "SRLLab Manual"

autonumbering {
  scope: all
}

navigationOrder = [
  introduction
  multi-arm-bandits
  finite-markov-decision-processes
]

在每个子级目录中,我都有一个 directory.conf 和一个 Markdown 文件。当我生成站点时,顶级目录标题中没有出现编号。他们有什么方法可以自动将编号添加到顶层吗?

我有这个设置here

TIA

【问题讨论】:

    标签: scala autonumber laika


    【解决方案1】:

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

    autonumbering {
      scope: all
    }
    

    每个子目录directory.conf 文件的部分。

    【讨论】:

      猜你喜欢
      • 2012-02-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-08-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多