Skip to content

Commit e6cf6a2

Browse files
committed
Fixing introduction to index page and other bugs
1 parent 53796eb commit e6cf6a2

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: getting-started
22
title: Getting Started
33
version: ~
4-
start_page: ROOT:introduction.adoc
4+
start_page: ROOT:index.adoc
55
nav:
66
- modules/ROOT/content-nav.adoc
77
asciidoc:

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
* *Get started*
2-
* xref:introduction.adoc[Introduction]
2+
* xref:index.adoc[Introduction]
33
* xref:whats-neo4j.adoc[What is Neo4j]
44
* xref:graph-database.adoc[What is a graph database]
55
** xref:appendix/graphdb-concepts/index.adoc[Graph database concepts]

modules/ROOT/pages/get-started-with-neo4j/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Neo4j Enterprise Edition can be deployed on-premises or on a link:https://neo4j.
5757
[[neo4j-docs]]
5858
== Neo4j documentation
5959

60-
The official documentation of all components of the xref:introduction.adoc#neo4j-ecosystem-components[Neo4j ecosystem] is available at link:https://neo4j.com/docs/[].
60+
The official documentation of all components of the xref:index.adoc#neo4j-ecosystem-components[Neo4j ecosystem] is available at link:https://neo4j.com/docs/[].
6161

6262
The documentation homepage is designed to make your journey across all Neo4j products comfortable and pleasant.
6363

File renamed without changes.

preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site:
22
title: Neo4j Docs
33
url: https://neo4j.com/docs
4-
start_page: getting-started:ROOT:introduction.adoc
4+
start_page: getting-started:ROOT:index.adoc
55

66
content:
77
sources:

publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site:
22
title: Neo4j Docs
33
url: https://neo4j.com/docs
4-
start_page: getting-started:ROOT:introduction.adoc
4+
start_page: getting-started:ROOT:index.adoc
55

66
content:
77
sources:

0 commit comments

Comments
 (0)