base.html.twig 690 B

123456789101112131415
  1. {% extends 'layout.html.twig' %}
  2. {% set topMenu = {
  3. "menu": [
  4. { "name": "Guides", "url": "https://maennchen.dev/ZipStream-PHP/guide/index.html"},
  5. { "name": "API", "url": "https://maennchen.dev/ZipStream-PHP/classes/ZipStream-ZipStream.html"},
  6. { "name": "Issues", "url": "https://github.com/maennchen/ZipStream-PHP/issues"},
  7. ],
  8. "social": [
  9. { "iconClass": "fab fa-github", "url": "https://github.com/maennchen/ZipStream-PHP"},
  10. { "iconClass": "fas fa-envelope-open-text", "url": "https://github.com/maennchen/ZipStream-PHP/discussions"},
  11. { "iconClass": "fas fa-money-bill", "url": "https://opencollective.com/zipstream"},
  12. ]
  13. }
  14. %}