Skip to content

Commit 9947810

Browse files
committed
PHPC-584: Remove MkDocs documentation
PHP.net is the canonical source of all extension documentation.
1 parent 3c71226 commit 9947810

File tree

10 files changed

+2
-752
lines changed

10 files changed

+2
-752
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ php.ini
5353

5454
!scripts
5555

56-
# MKDocs
57-
!docs
58-
site
59-
6056
# Run tests
6157
tmp-php.ini
6258
failed.txt

Makefile.frag

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: coverage testclean package package.xml docs
1+
.PHONY: coverage testclean package package.xml
22

33
DATE=`date +%Y-%m-%d--%H-%M-%S`
44
MONGODB_VERSION=$(shell php -n -dextension=modules/mongodb.so -r 'echo MONGODB_VERSION;')
@@ -119,11 +119,5 @@ testclean:
119119
package:
120120
pecl package package.xml
121121

122-
docs:
123-
mkdocs build --clean
124-
125-
release-docs: docs
126-
mkdocs gh-deploy --clean
127-
128122
package.xml:
129123
php bin/prep-release.php $(MONGODB_VERSION) $(MONGODB_STABILITY)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ interfaces), management utilities (for creating admin utilities and cluster
2525
management applications), and other interesting libraries.
2626

2727
## Documentation
28+
2829
- http://docs.php.net/set.mongodb
29-
- http://mongodb.github.io/mongo-php-driver
3030

3131
## Installation
3232

docs/bulk.md

Lines changed: 0 additions & 137 deletions
This file was deleted.

docs/commands.md

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)