forked from datastax/csharp-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.yaml
56 lines (56 loc) · 1.7 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
title: DataStax C# Driver
summary: DataStax C# Driver for Apache Cassandra
theme: datastax
sections:
- title: Features
prefix: /features
type: markdown
files: 'doc/features/**/*.md'
- title: Frequently Asked Questions
prefix: /faq
type: markdown
files: 'doc/faq/**/*.md'
- title: Upgrade Guide
prefix: /upgrade-guide
type: markdown
files: 'doc/upgrade-guide/**/*.md'
links:
- title: Code
href: https://github.com/datastax/csharp-driver/
- title: API docs
href: http://docs.datastax.com/en/latest-csharp-driver-api/html/N_Cassandra.htm
- title: Issues
href: https://datastax-oss.atlassian.net/projects/CSHARP/issues
- title: Mailing List
href: https://groups.google.com/a/lists.datastax.com/forum/#!forum/csharp-driver-user
- title: IRC Channel
href: irc://irc.freenode.net/datastax-drivers
- title: Nuget
href: https://www.nuget.org/packages/CassandraCSharpDriver
api_docs:
3.0: http://docs.datastax.com/en/drivers/csharp/3.0
3.1: http://docs.datastax.com/en/drivers/csharp/3.1
3.2: http://docs.datastax.com/en/drivers/csharp/3.2
3.3: http://docs.datastax.com/en/drivers/csharp/3.3
3.4: http://docs.datastax.com/en/drivers/csharp/3.4
3.5: http://docs.datastax.com/en/drivers/csharp/3.5
3.6: http://docs.datastax.com/en/drivers/csharp/3.6
checks:
external_links:
exclude:
- 'https://ci.appveyor.com/api/projects/status/ri1olv8bl7b7yk7y/branch/master?svg=true'
versions:
- name: '3.6'
ref: 'master'
- name: '3.5'
ref: '3.5'
- name: '3.4'
ref: '3.4'
- name: '3.3'
ref: '3.3'
- name: '3.2'
ref: '3.2'
- name: '3.1'
ref: '3.1'
- name: '3.0'
ref: '3.0'