Skip to content

Commit 38f7982

Browse files
authored
Remove preview (#913)
* Remove preview-related config * Update copyright year
1 parent d4acb7d commit 38f7982

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

doc/antora.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: graph-data-science-client
22
title: Neo4j Graph Data Science Client
3-
version: '1.17-preview'
4-
prerelease: true
3+
version: '1.17'
54
start_page: ROOT:index.adoc
65
nav:
76
- modules/ROOT/content-nav.adoc
87
asciidoc:
98
attributes:
10-
docs-version: '1.17-preview'
9+
docs-version: '1.17'

doc/preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ asciidoc:
5252
# sectnums: true, removed so they are off by default
5353
# sectnumlevel: 3,
5454
experimental: ''
55-
copyright: 2024
55+
copyright: 2025
5656
common-license-page-uri: https://neo4j.com/docs/license/
5757
operations-manual-base-uri: https://neo4j.com/docs/operations-manual/
5858
neo4j-docs-base-uri: https://neo4j.com/docs
59-
api-version: 1.17-preview
59+
api-version: 1.17
6060
# User research promo
6161
page-ad-overline-link: https://p.consentkit.com/baf41f1b-7816-4e04-82a7-b4c6d93ddf19/?ref=gds-docs
6262
page-ad-title: Join the User Research panel

doc/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ content:
88
- url: ../
99
edit_url: '{web_url}/tree/{refname}/{path}'
1010
start_path: doc
11-
branches: ['1.14', '1.15', '1.16', 'main']
11+
# Includes previous version and current.
12+
# Does not include preview (main) as it is no longer necessary.
13+
branches: ['1.14', '1.15', '1.16']
1214
include: doc/
1315
exclude:
1416
- '!**/_includes/*'
@@ -53,7 +55,7 @@ asciidoc:
5355
common-license-page-uri: https://neo4j.com/docs/license/
5456
operations-manual-base-uri: https://neo4j.com/docs/operations-manual/
5557
neo4j-docs-base-uri: https://neo4j.com/docs
56-
api-version: 1.17-preview
58+
api-version: 1.17
5759
# User research promo
5860
page-ad-overline-link: https://p.consentkit.com/baf41f1b-7816-4e04-82a7-b4c6d93ddf19/?ref=gds-docs
5961
page-ad-title: Join the User Research panel

0 commit comments

Comments
 (0)