Skip to content

Commit

Permalink
Add Links to Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Nov 25, 2022
1 parent 51abc59 commit c31a03f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/docs
.idea
/.php-cs-fixer.cache
/.phpdoc
/.phpdoc/cache
/.phpunit.result.cache
/phpunit.xml
/tools
Expand Down
15 changes: 15 additions & 0 deletions .phpdoc/template/base.html.twig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{% extends 'layout.html.twig' %}

{% set topMenu = {
"menu": [
{ "name": "Guides", "url": "https://maennchen.dev/ZipStream-PHP/guide/index.html"},
{ "name": "API", "url": "https://maennchen.dev/ZipStream-PHP/classes/ZipStream-ZipStream.html"},
{ "name": "Issues", "url": "https://github.com/maennchen/ZipStream-PHP/issues"},
],
"social": [
{ "iconClass": "fab fa-github", "url": "https://github.com/maennchen/ZipStream-PHP"},
{ "iconClass": "fas fa-envelope-open-text", "url": "https://github.com/maennchen/ZipStream-PHP/discussions"},
{ "iconClass": "fas fa-money-bill", "url": "https://opencollective.com/zipstream"},
]
}
%}
3 changes: 3 additions & 0 deletions phpdoc.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<paths>
<output>docs</output>
</paths>
<template>
<location>foo</location>
</template>
<version number="3.0.0">
<folder>latest</folder>
<api>
Expand Down

0 comments on commit c31a03f

Please sign in to comment.