File tree Expand file tree Collapse file tree 2 files changed +12
-30
lines changed
Expand file tree Collapse file tree 2 files changed +12
-30
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,6 @@ mkdocs:
4949 exit 1; \
5050 fi
5151
52- docs-api : apigen
53-
54- docs : mkdocs
55-
5652release/% : release-log/%
5753 @echo " Please run:"
5854 @echo " " git add RELEASE-$(* )
@@ -61,8 +57,7 @@ release/%: release-log/%
6157 @echo " " git push --tags
6258 @echo " " make release-docs
6359
64- docs :
65- mkdocs build --clean
60+ docs : mkdocs apigen
6661
6762release-docs : docs
6863 mkdocs gh-deploy --clean
Original file line number Diff line number Diff line change 11source :
2- - src
3-
4- destination : api
5- extensions :
6- - php
7-
8- exclude :
9- - tests/
10- - vendor/
11-
12- skipDocPath :
13- - * <mask>```
14-
2+ - src
3+
4+ destination : site/api
5+
156charset :
16- - UTF-8
17-
7+ - UTF-8
8+
189main : MongoDB PHP library
1910title : MongoDB PHP library
2011baseUrl : http://10gen-labs.github.io/mongo-php-libraries-prototype
2112googleCseId : null
2213googleAnalytics : null
2314templateTheme : bootstrap
2415templateConfig : null
25- groups : auto
26-
27- accessLevels :
28- - public
29-
30- internal : false
31- php : true
32- sourceCode : true
33- tree : true
16+
3417deprecated : false
18+ internal : false
3519todo : false
20+
21+ php : false
22+ tree : true
3623download : false
You can’t perform that action at this time.
0 commit comments