forked from he4rt/scylladb-php-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.yaml
63 lines (62 loc) · 2.3 KB
/
docs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
title: DataStax PHP Driver
summary: DataStax PHP Driver for Apache Cassandra
homepage: http://datastax.github.io/php-driver/
theme: datastax
swiftype_drivers: phpdrivers
maintenance_mode: YES
sections:
- title: Building PHP Extension
prefix: /building
type: markdown
files: 'ext/README.md'
- title: Features
prefix: /features
sources:
- type: markdown
files: 'features/**/*.md'
- type: gherkin
files: 'features/**/*.feature'
- title: API docs
prefix: /api
type: doxygen
directory: ['ext/doc']
config: |
RECURSIVE = YES
FILE_PATTERNS = *.php
EXCLUDE = ext/doc/generate_doc.php ext/doc/generate_doc_common.php ext/doc/generate_doc_yaml.php
INPUT_FILTER = ./doxygen.rb
rewrites:
- \.feature: ''
- \#L92: '#using-cassandra-the-tinyint-and-smallint-types'
- \#L135: '#using-cassandra-date-type'
- \#L170: '#using-cassandra-time-type'
- vc_build.bat: https://github.com/datastax/php-dse-driver/blob/master/ext/vc_build.bat
- http://downloads.datastax.com/php-driver/1.0.0/: http://downloads.datastax.com/php-driver/
- http://downloads.datastax.com/php-driver/1.1.0/: http://downloads.datastax.com/php-driver/
- http://downloads.datastax.com/php-driver/1.2.0/: http://downloads.datastax.com/php-driver/
- http://datastax.github.io/php-driver/api/Cassandra/interface.Type/: https://docs.datastax.com/en/developer/php-driver/latest/api/Cassandra/class.Type/
- http://datastax.github.io/php-driver/features/http://localhost:8000/features/datatypes/: https://docs.datastax.com/en/developer/php-driver/latest/features/
links:
- title: Binaries
href: http://downloads.datastax.com/php-driver
- title: Code
href: https://github.com/datastax/php-driver
- title: Docs
href: http://docs.datastax.com/en/developer/php-driver
- title: Issues
href: https://datastax-oss.atlassian.net/browse/PHP
- title: Mailing List
href: https://groups.google.com/a/lists.datastax.com/forum/#!forum/php-driver-user
- title: Slack
href: https://academy.datastax.com/slack
- title: Releases
href: https://github.com/datastax/php-driver/releases
versions:
- name: 1.3
ref: v1.3.2
- name: 1.2
ref: v1.2.0
- name: 1.1
ref: v1.1.0
- name: 1.0
ref: v1.0.1