Skip to content

Commit 70c915c

Browse files
SQUASH – more small fixes
- root module can now be at root url - update ui module - static redirects
1 parent b353c5c commit 70c915c

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

site-content/site.template.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ output:
3232
clean: true
3333
dir: ./build/html
3434

35+
url:
36+
redirect_facility: static
37+
38+
runtime:
39+
log:
40+
level: warn
41+
failure_level: error
42+
3543
antora:
3644
extensions:
3745
- require: '@antora/lunr-extension'

site-content/source/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: _
1+
name: ''
22
version: master
33
nav:
44
- modules/ROOT/main-nav.adoc

site-ui/preview-src/ui-model.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
antoraVersion: '2.3.1'
1+
antoraVersion: '3.1.14'
22
site:
33
title: Apache Cassandra
44
url: http://localhost:5252

0 commit comments

Comments
 (0)