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 88dd2b2 commit 6243a1aCopy full SHA for 6243a1a
2 files changed
.gitignore
@@ -10,7 +10,6 @@ logs/
10
data/
11
!test/data
12
conf/hotspot_compiler
13
-doc/antora.yml
14
doc/cql3/CQL.html
15
doc/build/
16
lib/
doc/antora.yml
@@ -0,0 +1,13 @@
1
+name: Cassandra
2
+version: '5.0'
3
+display_version: '5.0'
4
+asciidoc:
5
+ attributes:
6
+ cass_url: 'http://cassandra.apache.org/'
7
+ cass-50: 'Cassandra 5.0'
8
+ cassandra: 'Cassandra'
9
+ product: 'Apache Cassandra'
+
+nav:
+- modules/ROOT/nav.adoc
+- modules/cassandra/nav.adoc
0 commit comments