From 8f035a697619e5daf79beb77c2786511a2729142 Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:03:45 +0100 Subject: [PATCH] Restructure the installation page (#1307) --- modules/ROOT/content-nav.adoc | 3 +-- modules/ROOT/pages/installation/index.adoc | 3 +-- .../pages/installation/neo4j-browser.adoc | 24 ------------------- modules/ROOT/pages/tools/index.adoc | 3 +++ 4 files changed, 5 insertions(+), 28 deletions(-) delete mode 100644 modules/ROOT/pages/installation/neo4j-browser.adoc diff --git a/modules/ROOT/content-nav.adoc b/modules/ROOT/content-nav.adoc index 4c350c8c2..144112a8f 100644 --- a/modules/ROOT/content-nav.adoc +++ b/modules/ROOT/content-nav.adoc @@ -2,8 +2,6 @@ * xref:introduction.adoc[] * xref:installation/index.adoc[] ** xref:installation/requirements.adoc[] -** xref:installation/neo4j-browser.adoc[] -** xref:installation/neo4j-desktop.adoc[] ** xref:installation/linux/index.adoc[] *** xref:installation/linux/debian.adoc[] *** xref:installation/linux/rpm.adoc[] @@ -11,6 +9,7 @@ *** xref:installation/linux/systemd.adoc[] ** xref:installation/osx.adoc[] ** xref:installation/windows.adoc[] +** xref:installation/neo4j-desktop.adoc[] * xref:cloud-deployments/index.adoc[] ** xref:cloud-deployments/neo4j-aws.adoc[] diff --git a/modules/ROOT/pages/installation/index.adoc b/modules/ROOT/pages/installation/index.adoc index 3d764a0fe..4e4adcb10 100644 --- a/modules/ROOT/pages/installation/index.adoc +++ b/modules/ROOT/pages/installation/index.adoc @@ -7,11 +7,10 @@ Neo4j can be installed in different deployment contexts, such as Linux, macOS, a The following topics are covered: * xref:installation/requirements.adoc[System requirements] -- The system requirements for a production deployment of Neo4j. -* xref:installation/neo4j-browser.adoc[Neo4j Browser] -- About Neo4j Browser. -* xref:installation/neo4j-desktop.adoc[Neo4j Desktop] -- About Neo4j Desktop. * xref:installation/linux/index.adoc[Linux] -- Installation instructions for Linux. * xref:installation/osx.adoc[macOS] -- Installation instructions for macOS. * xref:installation/windows.adoc[Windows] -- Installation instructions for Windows. +* xref:installation/neo4j-desktop.adoc[Neo4j Desktop] -- About Neo4j Desktop. .Installation-free options [TIP] diff --git a/modules/ROOT/pages/installation/neo4j-browser.adoc b/modules/ROOT/pages/installation/neo4j-browser.adoc deleted file mode 100644 index f3870b6ae..000000000 --- a/modules/ROOT/pages/installation/neo4j-browser.adoc +++ /dev/null @@ -1,24 +0,0 @@ -:description: Introduction to Neo4j Browser. -[[neo4j-browser]] -= Neo4j Browser - -Neo4j Browser is a tool for developers to interact with the graph. -It is the default interface for both Enterprise and Community Editions of the Neo4j database. - -Neo4j Browser is bundled with Neo4j DBMS, including both Neo4j Server and xref:installation/neo4j-desktop.adoc[Neo4j Desktop]. - -[TIP] -==== -For more information on how to use Neo4j Browser and its capabilities, see the link:https://neo4j.com/docs/browser-manual/current/[Neo4j Browser documentation]. -==== - -The following web browsers are supported: - -* Chrome (Latest version) -* Firefox (Latest version) -* Edge (Latest version) - -[NOTE] -==== -Internet Explorer web browser is _not_ supported. -==== diff --git a/modules/ROOT/pages/tools/index.adoc b/modules/ROOT/pages/tools/index.adoc index 7976c39ae..190c98b95 100644 --- a/modules/ROOT/pages/tools/index.adoc +++ b/modules/ROOT/pages/tools/index.adoc @@ -17,5 +17,8 @@ This chapter covers the following topics: ** xref:tools/neo4j-admin/migrate-configuration.adoc[Migrate the Neo4j configuration file] -- How to migrate a Neo4j configuration file. ** xref:tools/neo4j-admin/validate-config.adoc[Validate configurations] -- How to validate Neo4j configuration files, including the Log4j files. * xref:tools/cypher-shell.adoc[Cypher Shell] -- How to use the Cypher Shell. +* link:https://neo4j.com/docs/browser-manual/current/[Neo4j Browser] is a tool for developers to interact with the graph. +It is the default interface for both Enterprise and Community Editions of the Neo4j database. +Neo4j Browser is bundled with Neo4j DBMS, including both Neo4j server and xref:installation/neo4j-desktop.adoc[Neo4j Desktop].