All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
15 lines
691 B
Twig
15 lines
691 B
Twig
{% extends 'layout.html.twig' %}
|
|
|
|
{% set topMenu = {
|
|
"menu": [
|
|
{ "name": "Guides", "url": "https://maennchen.dev/ZipStream-PHP/guide/index.html"},
|
|
{ "name": "API", "url": "https://maennchen.dev/ZipStream-PHP/classes/ZipStream-ZipStream.html"},
|
|
{ "name": "Issues", "url": "https://github.com/maennchen/ZipStream-PHP/issues"},
|
|
],
|
|
"social": [
|
|
{ "iconClass": "fab fa-github", "url": "https://github.com/maennchen/ZipStream-PHP"},
|
|
{ "iconClass": "fas fa-envelope-open-text", "url": "https://github.com/maennchen/ZipStream-PHP/discussions"},
|
|
{ "iconClass": "fas fa-money-bill", "url": "https://github.com/sponsors/maennchen"},
|
|
]
|
|
}
|
|
%} |