-
Notifications
You must be signed in to change notification settings - Fork 46
/
asciidoctor-config.ad
30 lines (27 loc) · 1.03 KB
/
asciidoctor-config.ad
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
:icons: font
:toc: left
ifndef::imagesdir[:imagesdir: src/docs/images]
// Align the version with
// - ./gradle.properties file
// - ./src/docs/arc42/chapters/_config.adoc
:hsc-version: 2.0.0-rc1
:asciidoc-url: https://asciidoctor.org
:asciidoctor-gradle-plugin-url: https://github.com/asciidoctor/asciidoctor-gradle-plugin
:gerdaschemann: https://github.com/ascheman
:gernotstarke: https://github.com/gernotstarke
:gradle-plugin-url: https://plugins.gradle.org/
:gradle-url: https://gradle.org/
:jitpack-url: https://jitpack.io/
:maven-url: https://maven.apache.org/
:project: htmlSanityCheck
:project-url: https://github.com/aim42/htmlSanityCheck
:project-bugs: https://github.com/aim42/htmlSanityCheck/issues?q=is%3Aopen+is%3Aissue+label%3Abug
:project-issues: https://github.com/aim42/htmlSanityCheck/issues
ifdef::env-github[]
// Custom GitHub-specific admonition icons
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
endif::env-github[]