forked from eclipse-che/che-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
antora-playbook-for-development.yml
52 lines (45 loc) · 2.46 KB
/
antora-playbook-for-development.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
# Use this Antora Playbook for development, to build current state in HEAD.
site:
title: Eclipse Che Documentation
# Disabling url on purpose to avoid htmltest crawling the live website.
# url: https://www.eclipse.org/che/docs
start_page: docs:overview:introduction-to-eclipse-che.adoc
robots: allow
content:
sources:
- url: ./
branches: HEAD
edit_url: "https://github.com/eclipse-che/che-docs/edit/main/{path}"
antora:
extensions:
- require: '@antora/lunr-extension' # Search engine, see https://gitlab.com/antora/antora-lunr-extension/
index_latest_only: true
snippet_length: 142
- require: '@antora/collector-extension' # Single-source content from engineering repositories, see https://gitlab.com/antora/antora-collector-extension
- require: ./extensions/htmltest.js # Test links in HTML, see https://docs.antora.org/antora/latest/extend/extension-tutorial/
- require: '@antora/pdf-extension' # Generate monolithic AsciiDoc files, see https://gitlab.com/antora/antora-assembler
asciidoc:
sourcemap: true
output:
clean: true
# destinations:
# - provider: fs
# clean: true
# path: build/site
ui: # https://docs.antora.org/antora/latest/playbook/configure-ui/
bundle:
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
snapshot: true
supplemental_files: ./supplemental-ui
output_dir: docs/_ #
urls:
html_extension_style: indexify # For consistency with pages indexed by search engines, see https://docs.antora.org/antora/latest/playbook/urls-html-extension-style/
redirect_facility: static # The least convenient, but only available redirect on our hosting platform, see https://docs.antora.org/antora/latest/playbook/urls-redirect-facility/
latest_prerelease_version_segment: next # Override the version in the navigation https://docs.antora.org/antora/latest/playbook/urls-redirect-facility/
latest_version_segment_strategy: replace # Consequence of static redirect, see https://docs.antora.org/antora/latest/playbook/urls-redirect-facility/
runtime: # https://docs.antora.org/antora/latest/playbook/configure-runtime/
cache_dir: ./.cache/antora # Cache in local directory rather than $HOME
log:
failure_level: warn # Fail on missing attributes
level: info # Be more verbose than default warn level