Skip to content

Commit 542a476

Browse files
authored
PHP-196: Updating building and testing documentation
* Updating Windows build to default to non-thread-safety * Fixing titles and rewrites from merge
1 parent 63970ee commit 542a476

File tree

4 files changed

+378
-101
lines changed

4 files changed

+378
-101
lines changed

docs.yaml

+10-6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ summary: DataStax PHP Driver for Apache Cassandra
33
homepage: http://datastax.github.io/php-driver/
44
theme: datastax
55
sections:
6+
- title: Building PHP Extension
7+
prefix: /building
8+
type: markdown
9+
files: 'ext/README.md'
610
- title: Features
711
prefix: /features
812
sources:
@@ -25,6 +29,12 @@ rewrites:
2529
- \#L92: '#using-cassandra-the-tinyint-and-smallint-types'
2630
- \#L135: '#using-cassandra-date-type'
2731
- \#L170: '#using-cassandra-time-type'
32+
- vc_build.bat: https://github.com/datastax/php-dse-driver/blob/master/ext/vc_build.bat
33+
- http://downloads.datastax.com/php-driver/1.0.0/: http://downloads.datastax.com/php-driver/
34+
- http://downloads.datastax.com/php-driver/1.1.0/: http://downloads.datastax.com/php-driver/
35+
- http://downloads.datastax.com/php-driver/1.2.0/: http://downloads.datastax.com/php-driver/
36+
- http://datastax.github.io/php-driver/api/Cassandra/interface.Type/: https://docs.datastax.com/en/developer/php-driver/latest/api/Cassandra/class.Type/
37+
- http://datastax.github.io/php-driver/features/http://localhost:8000/features/datatypes/: https://docs.datastax.com/en/developer/php-driver/latest/features/
2838
links:
2939
- title: Binaries
3040
href: http://downloads.datastax.com/php-driver
@@ -40,12 +50,6 @@ links:
4050
href: https://academy.datastax.com/slack
4151
- title: Releases
4252
href: https://github.com/datastax/php-driver/releases
43-
rewrites:
44-
- http://downloads.datastax.com/php-driver/1.0.0/: http://downloads.datastax.com/php-driver/
45-
- http://downloads.datastax.com/php-driver/1.1.0/: http://downloads.datastax.com/php-driver/
46-
- http://downloads.datastax.com/php-driver/1.2.0/: http://downloads.datastax.com/php-driver/
47-
- http://datastax.github.io/php-driver/api/Cassandra/interface.Type/: https://docs.datastax.com/en/developer/php-driver/latest/api/Cassandra/class.Type/
48-
- http://datastax.github.io/php-driver/features/http://localhost:8000/features/datatypes/: https://docs.datastax.com/en/developer/php-driver/latest/features/
4953
versions:
5054
- name: 1.3
5155
ref: HEAD

0 commit comments

Comments
 (0)