forked from uyuni-project/uyuni-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
antora.yml.j2
23 lines (17 loc) · 828 Bytes
/
antora.yml.j2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: {{ antora.name }}
title: {{ antora.title }}
# Which branch is the default for this playbook.
version: master
# Starting page or home
start_page: ROOT:index
# Links to book navigation files. These nav files are used to build the left navigation sidebar in the form of asciidoctor lists.
# We also keep our PDF lists in these files. Which one is used depends on what backend is selected via our Makefile. If you select to build pdf
# the backend-pdf ifdef statement will take effect and include all necessary files and images.
# WARNING: IF YOU ADD A NEW TOPIC TO THE ANTORA NAV LISTS YOU MUST ADD IT TO THE PDF LIST AS WELL!
nav:
- modules/ROOT/nav.adoc
{% for section in sections -%}
{% filter indent(0,true) %}
- modules/{{ section.name }}/nav-{{ section.name }}-guide.adoc
{% endfilter %}
{% endfor %}