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:
49
49
exit 1; \
50
50
fi
51
51
52
- docs-api : apigen
53
-
54
- docs : mkdocs
55
-
56
52
release/% : release-log/%
57
53
@echo " Please run:"
58
54
@echo " " git add RELEASE-$(* )
@@ -61,8 +57,7 @@ release/%: release-log/%
61
57
@echo " " git push --tags
62
58
@echo " " make release-docs
63
59
64
- docs :
65
- mkdocs build --clean
60
+ docs : mkdocs apigen
66
61
67
62
release-docs : docs
68
63
mkdocs gh-deploy --clean
Original file line number Diff line number Diff line change 1
1
source :
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
+
15
6
charset :
16
- - UTF-8
17
-
7
+ - UTF-8
8
+
18
9
main : MongoDB PHP library
19
10
title : MongoDB PHP library
20
11
baseUrl : http://10gen-labs.github.io/mongo-php-libraries-prototype
21
12
googleCseId : null
22
13
googleAnalytics : null
23
14
templateTheme : bootstrap
24
15
templateConfig : null
25
- groups : auto
26
-
27
- accessLevels :
28
- - public
29
-
30
- internal : false
31
- php : true
32
- sourceCode : true
33
- tree : true
16
+
34
17
deprecated : false
18
+ internal : false
35
19
todo : false
20
+
21
+ php : false
22
+ tree : true
36
23
download : false
You can’t perform that action at this time.
0 commit comments