Skip to content

Commit 8adc671

Browse files
committed
Update docs for release branch
- Update Pregel examples link - Remove Antora publishing logic
1 parent b1a836d commit 8adc671

File tree

4 files changed

+2
-70
lines changed

4 files changed

+2
-70
lines changed

doc/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: graph-data-science
22
title: Neo4j Graph Data Science
3-
version: '2.6-preview'
3+
version: '2.6'
44
start_page: ROOT:index.adoc
55
nav:
66
- modules/ROOT/content-nav.adoc

doc/modules/ROOT/pages/algorithms/pregel-api.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The introduction of a new Pregel algorithm can be separated in two main steps.
2929
First, we need to implement the algorithm using the Pregel Java API.
3030
Second, we need to expose the algorithm via a Cypher procedure to make use of it.
3131

32-
For an example on how to expose a custom Pregel computation via a Neo4j procedure, have a look at the https://github.com/neo4j/graph-data-science/tree/master/examples/pregel-example/src/main/java/org/neo4j/gds/beta/pregel[Pregel examples].
32+
For an example on how to expose a custom Pregel computation via a Neo4j procedure, have a look at the https://github.com/neo4j/graph-data-science/tree/2.6/examples/pregel-example/src/main/java/org/neo4j/gds/beta/pregel[Pregel examples].
3333

3434
[[algorithms-pregel-api-java]]
3535
== Pregel Java API

doc/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"start": "nodemon -e adoc --exec \"npm run build && npm run serve\"",
9-
"start:publish": "nodemon -e adoc --exec \"npm run build:publish && npm run serve\"",
109
"serve": "node server.js",
1110
"build": "antora preview.yml --stacktrace --log-format=pretty",
12-
"build:publish": "antora publish.yml --stacktrace --log-format=pretty",
1311
"build-verify": "antora --stacktrace --fetch preview.yml --log-format=json --log-level=info --log-file ./build/log/log.json",
14-
"publish-verify": "antora --stacktrace --fetch publish.yml --log-format=json --log-file ./build/log/log.json"
1512
},
1613
"keywords": [
1714
"antora",

doc/publish.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)