-
Notifications
You must be signed in to change notification settings - Fork 2
/
site-en-local.yaml
39 lines (36 loc) · 1.08 KB
/
site-en-local.yaml
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
# USE THIS FILE AS A TEMPLATE TO GENERATE ANTORA DOCS/EN LOCALLY
# COMMENT LINE WITH '@antora/lunr-extension' IF YOU FACE ISSUES DURING THE LOCAL BUILD
# COMMENT LINE WITH plantuml-server-url IF YOU FACE ISSUES DURING THE LOCAL BUILD
site:
title: Platform for deployment and maintenance of state electronic registers
start_page: platform:ROOT:index.adoc
url: /en
runtime:
fetch: true
content:
sources:
- url: ./
branches: HEAD
start_path: docs/en
output:
clean: true
dir: ./output/en
ui:
bundle:
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
snapshot: true
supplemental_files: ./supplemental-ui
asciidoc:
extensions:
- asciidoctor-plantuml
- ./supplemental-ui/extensions/swagger.extension
- '@asciidoctor/tabs'
attributes:
plantuml-server-url: 'https://plantuml.apps.cicd2.mdtu-ddm.projects.epam.com'
plantuml-fetch-diagram: true
page-lang: en
antora:
extensions:
- require: '@antora/lunr-extension'
index_latest_only: true
languages: [ru, en]