Skip to content

Commit 88554fa

Browse files
committed
Re-add docs.yaml.
1 parent 3f325e1 commit 88554fa

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

docs.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# This is provided on the 2.0 branch for convenience. Use docs.yaml from the
2+
# 2.1 branch to generate the docs for all versions.
3+
title: Java Driver for Apache Cassandra
4+
summary: High performance Java client for Apache Cassandra
5+
homepage: http://datastax.github.io/java-driver/
6+
sections:
7+
- title: Features
8+
prefix: /features
9+
sources:
10+
- type: markdown
11+
files: 'features/**/*.md'
12+
links:
13+
- title: Code
14+
href: https://github.com/datastax/java-driver/
15+
- title: Docs
16+
href: http://datastax.github.io/java-driver/
17+
- title: Issues
18+
href: https://datastax-oss.atlassian.net/browse/JAVA/
19+
- title: Mailing List
20+
href: https://groups.google.com/a/lists.datastax.com/forum/#!forum/java-driver-user
21+
- title: IRC Channel
22+
href: irc://irc.freenode.net/datastax-drivers
23+
- title: Releases
24+
href: https://github.com/datastax/java-driver/releases
25+
26+
#versions:
27+
# - name: 2.1.5
28+
# ref: '2.1.5'

0 commit comments

Comments
 (0)