diff --git a/couscous.yml b/couscous.yml index 095dc8448..cf0aee7e9 100644 --- a/couscous.yml +++ b/couscous.yml @@ -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/ - diff --git a/package.json b/package.json index 91c2328e0..f1c5bb668 100644 --- a/package.json +++ b/package.json @@ -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": {