UI键
在ui
下配置的playbook键定义了UI包的位置以及控制其处理方式。
ui键
ui
键指定了UI包的位置、状态、默认页面模板名称和输出目录。
示例1. antora-playbook.yml
ui: (1)
bundle: (2)
url: https://example.org/docs-ui/download/latest/ui-bundle.zip (3)
snapshot: true (4)
start_path: dark (5)
default_layout: base (6)
output_dir: _/dark (7)
1 | 必需的ui 键 |
2 | 必需的bundle 键 |
3 | 必需的url 键 |
4 | 可选的snapshot 键 |
5 | 可选的start_path 键 |
6 | 可选的default_layout 键 |
7 | 可选的output_dir 键 |
ui
、bundle
和url
键是必需的。或者,url
键可以从CLI中分配。如果未指定其他键,则Antora将使用它们的默认值。