We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87da33e commit 3011cc0Copy full SHA for 3011cc0
docs.yaml
@@ -1,6 +1,7 @@
1
title: DataStax PHP Driver
2
summary: DataStax PHP Driver for Apache Cassandra
3
homepage: http://datastax.github.io/php-driver/
4
+theme: datastax
5
sections:
6
- title: Features
7
prefix: /features
@@ -19,6 +20,8 @@ sections:
19
20
FILE_PATTERNS = *.php
21
INPUT_FILTER = ./doxygen.rb
22
links:
23
+ - title: Binaries
24
+ href: http://downloads.datastax.com/php-driver/
25
- title: Code
26
href: https://github.com/datastax/php-driver/
27
- title: Docs
@@ -31,3 +34,8 @@ links:
31
34
href: irc://irc.freenode.net/datastax-drivers
32
35
- title: Releases
33
36
href: https://github.com/datastax/php-driver/releases
37
+versions:
38
+ - name: v1.0.0
39
+ ref: HEAD
40
+ - name: v1.0.0-rc
41
+ ref: v1.0.0-rc
0 commit comments