Add heading link role
This commit is contained in:
parent
be549fb64e
commit
d71756613f
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 @@
|
|||||||
= Documentation
|
= Documentation
|
||||||
|
:docinfo: shared
|
||||||
|
|
||||||
Inferencium documentation.
|
Inferencium documentation.
|
||||||
|
|
||||||
|
|
||||||
[#branches]
|
[#branches]
|
||||||
== <<branches,Branches>>
|
== [.h-link]#<<branches,Branches>>#
|
||||||
|
|
||||||
=== https://src.inferencium.net/Inferencium/doc/src/branch/main/[main]
|
=== https://src.inferencium.net/Inferencium/doc/src/branch/main/[main]
|
||||||
|
|
||||||
@ -41,7 +42,7 @@ This branch contains code used in production.
|
|||||||
|
|
||||||
|
|
||||||
[#security]
|
[#security]
|
||||||
== Security
|
== [.h-link]#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
|
||||||
@ -49,7 +50,7 @@ issues which may arise due to usage of this repository.
|
|||||||
|
|
||||||
|
|
||||||
[#licensing]
|
[#licensing]
|
||||||
== Licensing
|
== [.h-link]#Licensing#
|
||||||
|
|
||||||
All content is licensed under
|
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]
|
https://src.inferencium.net/Inferencium/doc/src/branch/stable/license/CC-BY-4.0.txt[Creative Commons Attribution 4.0 International]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user