-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathantora-playbook.yml
More file actions
41 lines (41 loc) · 1.18 KB
/
antora-playbook.yml
File metadata and controls
41 lines (41 loc) · 1.18 KB
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
urls:
latest_version_segment: latest
latest_version_segment_strategy: replace
site:
title: Hiero DID SDK JS
url: https://github.com/hiero-ledger/hiero-did-sdk-js
start_page: documentation::index.adoc
content:
sources:
- url: .
start_paths: [docs]
asciidoc:
attributes:
experimental: ""
idprefix: ""
idseparator: "-"
page-pagination: ""
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:
- path: partials/header-content.hbs
contents: docs/supplemental-ui/partials/header-content.hbs
- path: partials/head-icons.hbs
contents: docs/supplemental-ui/partials/head-icons.hbs
- path: ui.yml
contents: |
static_files:
- .nojekyll
- favicon.svg
- path: .nojekyll
- path: favicon.svg
contents: docs/modules/ROOT/images/hiero-icon.svg
antora:
extensions:
- require: "@sntke/antora-mermaid-extension"
mermaid_library_url: https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs
script_stem: header-scripts
mermaid_initialize_options:
start_on_load: true