mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
commit
c0d249ba76
@ -3,3 +3,4 @@ pipeline:
|
||||
image: nextcloudci/documentation:documentation-5
|
||||
commands:
|
||||
- make all
|
||||
branches: [ master, stable* ]
|
||||
|
||||
2
Makefile
2
Makefile
@ -40,7 +40,7 @@ developer-manual-pdf:
|
||||
@echo "Developer manual build finished; PDF is updated"
|
||||
|
||||
api-docs: clean-api-docs
|
||||
cd build && sh get-server-sources.sh stable13
|
||||
cd build && sh get-server-sources.sh master
|
||||
mkdir -p developer_manual/api/
|
||||
cd build && composer install && composer update
|
||||
cd build && php generateApiDoc.php
|
||||
|
||||
@ -2,12 +2,16 @@
|
||||
"minimum-stability": "dev",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/juliushaertl/reflection.git"
|
||||
"type": "github",
|
||||
"url": "https://github.com/juliushaertl/reflection",
|
||||
"no-api": true
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"juliushaertl/phpdoc-to-rst": "dev-php7.0",
|
||||
"phpdocumentor/reflection": "dev-php7.0"
|
||||
},
|
||||
"config": {
|
||||
"github-protocols": ["https"]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user