Skip to content

Commit 2d1a41b

Browse files
authored
Merge pull request #10909 from nvitucci/remove-preview
Remove configuration related to publishing the preview
2 parents b06ad2a + 2ffbaed commit 2d1a41b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ asciidoc:
5656
# sectnums: true, removed so they are off by default
5757
# sectnumlevel: 3,
5858
experimental: ''
59-
copyright: 2024
59+
copyright: 2025
6060
common-license-page-uri: https://neo4j.com/docs/license/
6161
operations-manual-base-uri: https://neo4j.com/docs/operations-manual/
6262
gds-docs-base-uri: https://neo4j.com/docs/graph-data-science

doc/publish.yml

Lines changed: 4 additions & 3 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:
@@ -58,7 +59,7 @@ asciidoc:
5859
# sectnums: true, removed so they are off by default
5960
# sectnumlevel: 3,
6061
experimental: ''
61-
copyright: 2024
62+
copyright: 2025
6263
common-license-page-uri: https://neo4j.com/docs/license/
6364
operations-manual-base-uri: https://neo4j.com/docs/operations-manual/
6465
gds-docs-base-uri: https://neo4j.com/docs/graph-data-science

0 commit comments

Comments
 (0)