我有directory.conf
:
title = "SRLLab Manual"
autonumbering {
scope: all
}
navigationOrder = [
introduction
multi-arm-bandits
finite-markov-decision-processes
]
在每个子目录中,我都有一个directory.conf
和一个Markdown文件。当我生成站点时,顶级目录标题中没有编号。他们有什么办法可以自动将编号添加到顶层吗?
我有这个设置here。
TIA
答案 0 :(得分:0)
要从第二级开始添加编号,您还必须添加
autonumbering {
scope: all
}
每个子目录directory.conf
文件的部分。