Added docs as asciidoctor with cross platform support.

This commit is contained in:
SamTV12345 2023-06-20 23:11:43 +02:00
parent 1c23a40aea
commit 4ca30166b8
No known key found for this signature in database
GPG key ID: E63EEC7466038043
29 changed files with 1401 additions and 860 deletions

View file

@ -12,11 +12,27 @@ a {
color: #555;
}
h1 {
h1,h2 {
color: #44b492;
line-height:100%;
}
h2 {
font-size: 48px ;
}
h3 {
font-size: 1.8rem;
}
h4{
font-size: 1.5rem;
}
h5{
font-size: 1.2rem;
}
a:hover {
color: #44b492;
}