From da382302356d1d2d13c6c9302f583617f037804f Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Thu, 16 Apr 2026 10:53:14 -0500 Subject: [PATCH] Revert "ninja: restore doc/antora.yml" This reverts commit 6243a1a93ca2b3e0efd4d65624efe27d1926e0cd. --- .gitignore | 1 + doc/antora.yml | 13 ------------- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 doc/antora.yml diff --git a/.gitignore b/.gitignore index 4531bc1e67..d146e65962 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ logs/ data/ !test/data conf/hotspot_compiler +doc/antora.yml doc/cql3/CQL.html doc/build/ lib/ diff --git a/doc/antora.yml b/doc/antora.yml deleted file mode 100644 index d01016f593..0000000000 --- a/doc/antora.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Cassandra -version: '5.0' -display_version: '5.0' -asciidoc: - attributes: - cass_url: 'http://cassandra.apache.org/' - cass-50: 'Cassandra 5.0' - cassandra: 'Cassandra' - product: 'Apache Cassandra' - -nav: -- modules/ROOT/nav.adoc -- modules/cassandra/nav.adoc