Added docs as asciidoctor with cross platform support. (#5733)

* Added docs as asciidoctor with cross platform support.

* Fixed release script with new doc building mechanism.
This commit is contained in:
SamTV12345 2023-06-21 14:13:31 +02:00 committed by GitHub
parent d6c0badfd4
commit dc0db68515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 1412 additions and 861 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;
}