Skip to content

Commit bf99731

Browse files
author
Chris Cho
authored
Merge pull request #14 from ccho-mongodb/DOCSP-8994-update-php-version
Docsp 8994 update php driver version selector
2 parents 5c48fe9 + 73b49e7 commit bf99731

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ help: ## Show this help message
1818
@echo 'Variables'
1919
@printf " \033[36m%-18s\033[0m %s\n" 'ARGS' 'Arguments to pass to mut-publish'
2020

21+
html:
22+
giza make html
23+
2124
publish: ## Build docs locally
2225
# !!! DOES NOT PUT STUFF ONTO THE INTERNET !!!
2326
# Builds the artifacts that you will deploy with other targets.

config/redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: base https://docs.mongodb.com/php-library
22

33
raw: php-library/ -> ${base}/current
4-
define version v1.1 v1.2 v1.3 v1.4 v1.5 master
4+
define version v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 master
55
symlink: upcoming -> master
6-
symlink: current -> v1.5
6+
symlink: current -> v1.6

mongo-php-library

Submodule mongo-php-library updated 577 files

0 commit comments

Comments
 (0)