Add heading link role

This commit is contained in:
inference 2023-08-15 23:10:44 +01:00
parent be549fb64e
commit d71756613f
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 @@
= Documentation
:docinfo: shared
Inferencium documentation.
[#branches]
== <<branches,Branches>>
== [.h-link]#<<branches,Branches>>#
=== https://src.inferencium.net/Inferencium/doc/src/branch/main/[main]
@ -41,7 +42,7 @@ This branch contains code used in production.
[#security]
== Security
== [.h-link]#Security#
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
@ -49,7 +50,7 @@ issues which may arise due to usage of this repository.
[#licensing]
== Licensing
== [.h-link]#Licensing#
All content is licensed under
https://src.inferencium.net/Inferencium/doc/src/branch/stable/license/CC-BY-4.0.txt[Creative Commons Attribution 4.0 International]