Skip to content

Commit b6a4dcc

Browse files
committed
php doc conf added
1 parent 49de305 commit b6a4dcc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.phpdoc/template/base.html.twig

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

0 commit comments

Comments
 (0)