Skip to content

Commit 46804e9

Browse files
committed
Remove preview-related Antora config
1 parent d3fd6fa commit 46804e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/antora.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: graph-data-science
22
title: Neo4j Graph Data Science
3-
version: '2.20-preview'
4-
prerelease: true
3+
version: '2.20'
54
start_page: ROOT:index.adoc
65
nav:
76
- modules/ROOT/content-nav.adoc

doc/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ site:
66
content:
77
sources:
88
- url: ../../
9-
# Includes previous version, current, and preview (master).
9+
# Includes previous version and current.
10+
# Does not include preview (master) as it is no longer necessary.
1011
# When updating this, update the version in the
1112
# `page-add-notes-versions` below too (if relevant).
12-
branches: ['2.5', '2.6', '2.7', '2.8', '2.9', '2.10', '2.11', '2.12', '2.13', '2.14', '2.15', '2.16', '2.17', '2.18', '2.19', 'master']
13+
branches: ['2.5', '2.6', '2.7', '2.8', '2.9', '2.10', '2.11', '2.12', '2.13', '2.14', '2.15', '2.16', '2.17', '2.18', '2.19']
1314
start_path: public/doc
1415
include: public/doc/
1516
exclude:

0 commit comments

Comments
 (0)