From 3a928ac21784bd5dff85d8f03b6d53b030d21df8 Mon Sep 17 00:00:00 2001 From: lidiazuin Date: Tue, 22 Oct 2024 16:12:59 +0200 Subject: [PATCH 1/2] Fixing redirect from index to introduction --- antora.yml | 2 +- preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/antora.yml b/antora.yml index fda0b518..995aca98 100644 --- a/antora.yml +++ b/antora.yml @@ -1,7 +1,7 @@ name: getting-started title: Getting Started version: ~ -start_page: ROOT:introduction.adoc +start_page: ROOT:pages:introduction.adoc nav: - modules/ROOT/content-nav.adoc asciidoc: diff --git a/preview.yml b/preview.yml index 4cda2514..e28c2f84 100644 --- a/preview.yml +++ b/preview.yml @@ -1,7 +1,7 @@ site: title: Neo4j Docs url: https://neo4j.com/docs - start_page: getting-started:ROOT:introduction.adoc + start_page: getting-started:ROOT:pages:introduction.adoc content: sources: From a29d72ca87be7baecced22fa4d60889cf5161b56 Mon Sep 17 00:00:00 2001 From: lidiazuin Date: Tue, 22 Oct 2024 16:17:27 +0200 Subject: [PATCH 2/2] revert changes --- antora.yml | 2 +- preview.yml | 2 +- publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/antora.yml b/antora.yml index 995aca98..fda0b518 100644 --- a/antora.yml +++ b/antora.yml @@ -1,7 +1,7 @@ name: getting-started title: Getting Started version: ~ -start_page: ROOT:pages:introduction.adoc +start_page: ROOT:introduction.adoc nav: - modules/ROOT/content-nav.adoc asciidoc: diff --git a/preview.yml b/preview.yml index e28c2f84..4cda2514 100644 --- a/preview.yml +++ b/preview.yml @@ -1,7 +1,7 @@ site: title: Neo4j Docs url: https://neo4j.com/docs - start_page: getting-started:ROOT:pages:introduction.adoc + start_page: getting-started:ROOT:introduction.adoc content: sources: diff --git a/publish.yml b/publish.yml index abaf0e07..08a5c990 100644 --- a/publish.yml +++ b/publish.yml @@ -1,7 +1,7 @@ site: title: Neo4j Docs url: https://neo4j.com/docs - start_page: getting-started:ROOT:pages:introduction.adoc + start_page: getting-started:ROOT:introduction.adoc content: sources: