smiley 2 лет назад
Родитель
Сommit
2f403df971
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      .phpdoc/template/base.html.twig

+ 12 - 0
.phpdoc/template/base.html.twig

@@ -0,0 +1,12 @@
+{% extends 'layout.html.twig' %}
+
+{%
+	set topMenu = {
+	"menu": [
+		{ "name": "User Manual", "url": "https://php-qrcode.readthedocs.io"},
+	],
+	"social": [
+		{ "iconClass": "fab fa-github", "url": "https://github.com/chillerlan/php-qrcode"},
+	]
+}
+%}