Add heading link role
This commit is contained in:
parent
4cd7c4072f
commit
098523a275
6
docinfo.html
Normal file
6
docinfo.html
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<style>
|
||||||
|
h1, h2, h3, h4, h5, h6, .h-link {
|
||||||
|
color: #ffffff;
|
||||||
|
font-style: bold;
|
||||||
|
}
|
||||||
|
</style>
|
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user