Skip to content

Commit 2f403df

Browse files
committed
1 parent 826f9cf commit 2f403df

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.phpdoc/template/base.html.twig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{% extends 'layout.html.twig' %}
2+
3+
{%
4+
set topMenu = {
5+
"menu": [
6+
{ "name": "User Manual", "url": "https://php-qrcode.readthedocs.io"},
7+
],
8+
"social": [
9+
{ "iconClass": "fab fa-github", "url": "https://github.com/chillerlan/php-qrcode"},
10+
]
11+
}
12+
%}

0 commit comments

Comments
 (0)