Skip to content

Commit e5db537

Browse files
committed
Removing UML class diagram for now
1 parent fe8628c commit e5db537

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.drone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ steps:
8484
commands:
8585
- |
8686
if [ "$JTYPE" = "framework" ]; then
87-
phpdoc -d "./repos/*/src" -t "./build/framework-$JVERSION/" --cache-folder "/tmp/phpdocumentor-cache" --template "./" --title "Joomla! Framework $JVERSION.x API" -i "./repos/string/src/phputf8" --setting=graphs.enabled=true
87+
phpdoc -d "./repos/*/src" -t "./build/framework-$JVERSION/" --cache-folder "/tmp/phpdocumentor-cache" --template "./" --title "Joomla! Framework $JVERSION.x API" -i "./repos/string/src/phputf8" --defaultpackagename "Joomla Framework" --setting=graphs.enabled=true --setting=guides.enabled=true
8888
fi
8989
- |
9090
if [ "$JTYPE" = "cms" ]; then
9191
export MINORVERSION=${JVERSION%.*}
9292
export MAJORVERSION=${MINORVERSION%.*}
93-
phpdoc -d "./repos/joomla-cms/libraries/src" -t "./build/cms-$MAJORVERSION/" --cache-folder "/tmp/phpdocumentor-cache" --template "./" --title "Joomla! CMS $MINORVERSION.x API" --setting=graphs.enabled=true
93+
phpdoc -d "./repos/joomla-cms/libraries/src" -t "./build/cms-$MAJORVERSION/" --cache-folder "/tmp/phpdocumentor-cache" --template "./" --title "Joomla! CMS $MINORVERSION.x API" --defaultpackagename "Joomla CMS" --setting=graphs.enabled=false --setting=guides.enabled=true
9494
fi
9595
9696
- name: deploy_documentation
@@ -132,6 +132,6 @@ trigger:
132132

133133
---
134134
kind: signature
135-
hmac: dcc7af46ffea8656294a48edadf0bd702092fbabe78f57017b47729deea51823
135+
hmac: 89ea02ab2e781069141f3cf7e258f5e37e7feb7a40014f10eea130e041fb2d30
136136

137137
...

0 commit comments

Comments
 (0)