From eda4fed33051200102b175b2c4c299b556043df9 Mon Sep 17 00:00:00 2001 From: angrykoala Date: Tue, 20 Jun 2023 10:54:18 +0100 Subject: [PATCH] Add reference to docs --- docs/modules/ROOT/content-nav.adoc | 2 +- typedoc.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/content-nav.adoc b/docs/modules/ROOT/content-nav.adoc index 34f5cc42..5ac7fba6 100644 --- a/docs/modules/ROOT/content-nav.adoc +++ b/docs/modules/ROOT/content-nav.adoc @@ -4,4 +4,4 @@ ** xref:getting-started/querying.adoc[] ** xref:getting-started/filters-and-projections.adoc[] ** xref:getting-started/relationships-and-complex-filtering.adoc[] -// * link:/cypher-builder/reference[Reference] +* link:/cypher-builder/reference[Reference] diff --git a/typedoc.json b/typedoc.json index 1db88a75..183a0fd9 100644 --- a/typedoc.json +++ b/typedoc.json @@ -9,7 +9,7 @@ "name": "Cypher Builder", "visibilityFilters": {}, "sidebarLinks": { - "Cypher Builder Manual": "/cypher-builder/current" + "Cypher Builder Manual": "https://neo4j.github.io/cypher-builder" }, "gitRemote": "origin", "out": "./docs/build/site/cypher-builder/reference",