Fix della documentazione automatica

This commit is contained in:
Thomas Zilio 2017-08-04 17:31:44 +02:00
parent 1fab4e10ca
commit 02e8609c33
2 changed files with 9 additions and 7 deletions

View File

@ -4,8 +4,11 @@ template:
include:
- docs
# Base URL of the published website (no "/" at the end!)
baseUrl: /osm/website
branch: gh-pages
github:
user: devcode-it
repo: openstamanager
title: OpenSTAManager
subTitle: Il gestionale open source per l'assistenza tecnica e la fatturazione
@ -38,10 +41,9 @@ menu:
api:
text: API
relativeUrl: api.html
docs:
text: Documentazione completa
relativeUrl: docs/
#docs:
# text: Documentazione completa
# relativeUrl: docs/
osm:
text: Sito ufficiale
absoluteUrl: http://www.openstamanager.com/

View File

@ -90,7 +90,7 @@
"assets-OSM": "yarn upgrade && yarn run build-OSM",
"build-OSM": "gulp",
"dump-OSM": "php composer.phar dump-autoload",
"doc-OSM": "php couscous.phar generate --target website && php phpDocumentor.phar -d . --ignore=\"vendor/*\" -t website/docs",
"doc-OSM": "php couscous.phar deploy",
"windows-fix": "yarn global add windows-build-tools"
},
"overrides": {