mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-22 21:28:08 +01:00
Fix della documentazione automatica
This commit is contained in:
parent
1fab4e10ca
commit
02e8609c33
14
couscous.yml
14
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/
|
||||
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user