Add heading link role

This commit is contained in:
inference 2023-08-14 22:51:07 +01:00
parent 4cd7c4072f
commit 098523a275
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc
2 changed files with 10 additions and 3 deletions

6
docinfo.html Normal file
View File

@ -0,0 +1,6 @@
<style>
h1, h2, h3, h4, h5, h6, .h-link {
color: #ffffff;
font-style: bold;
}
</style>

View File

@ -1,10 +1,11 @@
= Configuration = Configuration
:docinfo: shared
Inferencium configuration files. Inferencium configuration files.
[#branches] [#branches]
== <<branches,Branches>> == [.h-link]#<<branches,Branches>>#
=== https://src.inferencium.net/Inferencium/cfg/src/branch/main/[main] === https://src.inferencium.net/Inferencium/cfg/src/branch/main/[main]
@ -47,7 +48,7 @@ This branch contains code used in production.
[#security] [#security]
== <<security,Security>> == [.h-link]#<<security,Security>>#
All files are checked for security issues; however, it is always the user's responsibility to audit All files are checked for security issues; however, it is always the user's responsibility to audit
the code before installing and/or executing it. Inferencium takes no responsibility for any security the code before installing and/or executing it. Inferencium takes no responsibility for any security
@ -55,7 +56,7 @@ issues which may arise due to usage of this repository.
[#licensing] [#licensing]
== <<licensing,Licensing>> == [.h-link]#<<licensing,Licensing>>#
All content is licensed under All content is licensed under
https://src.inferencium.net/Inferencium/cfg/src/branch/stable/license/BSD-3-Clause-Clear.txt[BSD 3-Clause Clear] https://src.inferencium.net/Inferencium/cfg/src/branch/stable/license/BSD-3-Clause-Clear.txt[BSD 3-Clause Clear]