forked from eclipse-4diac/4diac-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_settings.adoc
57 lines (54 loc) · 2.05 KB
/
_settings.adoc
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
53
54
55
56
////
This is a file containing common settings and attributes
for all AsciiDoc documents in this repo.
It is considered _internal_ by AsciiDoctor because of the name starting with
an underscore and therefore not processed as separate document
by the AsciiDoctor Maven plugin.
All common attributes like "enable section numbering" should go into
this document, not into the separate content documents.
That way the styles are automatically consistent.
////
// Enable user interface macros like "kbd".
// https://asciidoctor.org/docs/user-manual/#user-interface-macros
:experimental:
//
// Normalize source listings to have no indent
// https://docs.asciidoctor.org/asciidoc/latest/attributes/document-attributes-ref/#source-highlighting-and-formatting-attributes
:source-indent: 0
//
// tabs with 4 spaces (default are 8), like in eclipse
// https://asciidoctor.org/docs/user-manual/#builtin-attributes
:tabsize: 4
//
// Use font characters for admonition icons
// https://asciidoctor.org/docs/user-manual/#admonition-icons
:icons: font
//
// explicitly use the "fontawesome-solid" icon set, since the default icon set is deprecated
:icon-set: fas
//
// hide URI scheme from plain text links.
// https://docs.asciidoctor.org/asciidoc/latest/macros/links/#hide-uri-scheme
:hide-uri-scheme:
//
// enable section numbering up to level 4
:sectnums:
:sectnumlevels: 4
//
// strip the leading underscore from generated ids (HTML anchors)
:idprefix:
//
// Enable section anchors in front of headlines.
// https://asciidoctor.org/docs/user-manual/#anchors -->
:sectanchors:
//
// enable source highlighting
// https://docs.asciidoctor.org/asciidoc/latest/verbatim/source-highlighter/
:source-highlighter: coderay
//
// define common URLs as attributes so they can be used like macros
//
:4diac-documentation-repo: https://github.com/eclipse-4diac/4diac-documentation
:issues: {4diac-documentation-repo}/issues
:discussions: {4diac-documentation-repo}/discussions
:pulls: {4diac-documentation-repo}/pulls