forked from datastax/csharp-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocs.yaml
35 lines (35 loc) · 1.1 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
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'
links:
- title: Code
href: https://github.com/datastax/csharp-driver/
- title: Docs
href: http://datastax.github.io/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
versions:
- name: '3.1'
ref: 'master'
- name: '3.0'
ref: '3.1'