File: base.html.twig

package info (click to toggle)
php-phpdocumentor-type-resolver 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 2,432 kB
  • sloc: php: 26,448; xml: 102; makefile: 50
file content (15 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends 'layout.html.twig' %}

{% set topMenu = {
    "menu": [
        { "name": "About", "url": "https://phpdoc.org/"},
        { "name": "Components", "url": "https://phpdoc.org/components.html"},
        { "name": "Documentation", "url": "https://docs.phpdoc.org/"},
    ],
    "social": [
        { "iconClass": "fab fa-mastodon", "url": "https://phpc.social/@phpdoc"},
        { "iconClass": "fab fa-github", "url": "https://github.com/phpdocumentor/typeresolver"},
        { "iconClass": "fas fa-envelope-open-text", "url": "https://github.com/orgs/phpDocumentor/discussions"}
    ]
}
%}