diff --git a/modules/ROOT/images/backup-chain-aggregate.png b/modules/ROOT/images/backup-chain-aggregate.png
deleted file mode 100644
index 8d22e8a27..000000000
Binary files a/modules/ROOT/images/backup-chain-aggregate.png and /dev/null differ
diff --git a/modules/ROOT/images/privileges-grant-and-deny-syntax-database-privileges.svg b/modules/ROOT/images/privileges-grant-and-deny-syntax-database-privileges.svg
new file mode 100644
index 000000000..75584d06d
--- /dev/null
+++ b/modules/ROOT/images/privileges-grant-and-deny-syntax-database-privileges.svg
@@ -0,0 +1,71 @@
+
diff --git a/modules/ROOT/images/privileges-grant-and-deny-syntax-dbms-privileges.svg b/modules/ROOT/images/privileges-grant-and-deny-syntax-dbms-privileges.svg
new file mode 100644
index 000000000..831bec221
--- /dev/null
+++ b/modules/ROOT/images/privileges-grant-and-deny-syntax-dbms-privileges.svg
@@ -0,0 +1,89 @@
+
diff --git a/modules/ROOT/images/privileges-grant-and-deny-syntax-load-privileges.svg b/modules/ROOT/images/privileges-grant-and-deny-syntax-load-privileges.svg
new file mode 100644
index 000000000..84232d5d5
--- /dev/null
+++ b/modules/ROOT/images/privileges-grant-and-deny-syntax-load-privileges.svg
@@ -0,0 +1,25 @@
+
diff --git a/modules/ROOT/images/privileges-grant-and-deny-syntax.svg b/modules/ROOT/images/privileges-grant-and-deny-syntax.svg
new file mode 100644
index 000000000..49c057e4e
--- /dev/null
+++ b/modules/ROOT/images/privileges-grant-and-deny-syntax.svg
@@ -0,0 +1,117 @@
+
diff --git a/modules/ROOT/images/privileges-hierarchy-database.svg b/modules/ROOT/images/privileges-hierarchy-database.svg
new file mode 100644
index 000000000..504948b8e
--- /dev/null
+++ b/modules/ROOT/images/privileges-hierarchy-database.svg
@@ -0,0 +1,90 @@
+
diff --git a/modules/ROOT/images/privileges-hierarchy-dbms.svg b/modules/ROOT/images/privileges-hierarchy-dbms.svg
new file mode 100644
index 000000000..7e92c2ee2
--- /dev/null
+++ b/modules/ROOT/images/privileges-hierarchy-dbms.svg
@@ -0,0 +1,240 @@
+
diff --git a/modules/ROOT/images/privileges-hierarchy.svg b/modules/ROOT/images/privileges-hierarchy.svg
new file mode 100644
index 000000000..2a223316c
--- /dev/null
+++ b/modules/ROOT/images/privileges-hierarchy.svg
@@ -0,0 +1,47 @@
+
diff --git a/modules/ROOT/images/privileges-on-graph-syntax.svg b/modules/ROOT/images/privileges-on-graph-syntax.svg
new file mode 100644
index 000000000..439fd31f3
--- /dev/null
+++ b/modules/ROOT/images/privileges-on-graph-syntax.svg
@@ -0,0 +1,160 @@
+
diff --git a/modules/ROOT/images/privileges_grant_and_deny_syntax.svg b/modules/ROOT/images/privileges_grant_and_deny_syntax.svg
deleted file mode 100644
index 4267b5462..000000000
--- a/modules/ROOT/images/privileges_grant_and_deny_syntax.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/modules/ROOT/images/privileges_grant_and_deny_syntax_database_privileges.svg b/modules/ROOT/images/privileges_grant_and_deny_syntax_database_privileges.svg
deleted file mode 100644
index 59ffa7f49..000000000
--- a/modules/ROOT/images/privileges_grant_and_deny_syntax_database_privileges.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/modules/ROOT/images/privileges_grant_and_deny_syntax_dbms_privileges.svg b/modules/ROOT/images/privileges_grant_and_deny_syntax_dbms_privileges.svg
deleted file mode 100644
index 04def26cd..000000000
--- a/modules/ROOT/images/privileges_grant_and_deny_syntax_dbms_privileges.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/modules/ROOT/images/privileges_grant_and_deny_syntax_load_privileges.svg b/modules/ROOT/images/privileges_grant_and_deny_syntax_load_privileges.svg
deleted file mode 100644
index b3cdea419..000000000
--- a/modules/ROOT/images/privileges_grant_and_deny_syntax_load_privileges.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/modules/ROOT/images/privileges_hierarchy.svg b/modules/ROOT/images/privileges_hierarchy.svg
deleted file mode 100644
index ce7ef40b1..000000000
--- a/modules/ROOT/images/privileges_hierarchy.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-
diff --git a/modules/ROOT/images/privileges_hierarchy_dbms.svg b/modules/ROOT/images/privileges_hierarchy_dbms.svg
deleted file mode 100644
index 1f7f0057d..000000000
--- a/modules/ROOT/images/privileges_hierarchy_dbms.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/modules/ROOT/images/privileges_on_graph_syntax.svg b/modules/ROOT/images/privileges_on_graph_syntax.svg
deleted file mode 100644
index 570896e2b..000000000
--- a/modules/ROOT/images/privileges_on_graph_syntax.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/modules/ROOT/pages/authentication-authorization/database-administration.adoc b/modules/ROOT/pages/authentication-authorization/database-administration.adoc
index 0582e255d..9dc0b58c6 100644
--- a/modules/ROOT/pages/authentication-authorization/database-administration.adoc
+++ b/modules/ROOT/pages/authentication-authorization/database-administration.adoc
@@ -187,10 +187,7 @@ See link:{neo4j-docs-base-uri}/status-codes/{page-version}/notifications/all-not
The hierarchy between the different database privileges is shown in the image below.
// TODO: do we want two pictures, one for Cypher 5 and one for Cypher 25? I'd guess not but I'm not sure
-image::privileges_hierarchy_database.svg[title="Database privileges hierarchy"]
-
-
-
+image::privileges-hierarchy-database.svg[title="Database privileges hierarchy"]
.`GRANT ACCESS` privilege syntax
[cols="<15s,<85"]
@@ -529,8 +526,7 @@ GRANT [IMMUTABLE] TRANSACTION [MANAGEMENT] [( { * \| user[, ...] } )]
|===
// TODO: do we want two pictures, one for Cypher 5 and one for Cypher 25? I'd guess not but I'm not sure
-image::privileges_grant_and_deny_syntax_database_privileges.svg[title="Syntax of `GRANT` and `DENY` database privileges"]
-
+image::privileges-grant-and-deny-syntax-database-privileges.svg[width="800", title="Syntax of `GRANT` and `DENY` database privileges"]
[[access-control-database-administration-access]]
== The database `ACCESS` privilege
diff --git a/modules/ROOT/pages/authentication-authorization/dbms-administration.adoc b/modules/ROOT/pages/authentication-authorization/dbms-administration.adoc
index 9c78099f3..41aef9b88 100644
--- a/modules/ROOT/pages/authentication-authorization/dbms-administration.adoc
+++ b/modules/ROOT/pages/authentication-authorization/dbms-administration.adoc
@@ -74,9 +74,9 @@ All DBMS privileges are relevant system-wide.
Like user management, they do not belong to one specific database or graph.
For more details on the differences between graphs, databases, and the DBMS, refer to link:{neo4j-docs-base-uri}/cypher-manual/current/introduction/cypher-neo4j/[Cypher Manual -> Cypher and Neo4j].
-image::privileges_grant_and_deny_syntax_dbms_privileges.svg[width="800", title="Syntax of GRANT and DENY DBMS privileges"]
+image::privileges-grant-and-deny-syntax-dbms-privileges.svg[width="800", title="Syntax of `GRANT` and `DENY` DBMS privileges"]
-image::privileges_hierarchy_dbms.svg[width="800", title="DBMS privileges hierarchy"]
+image::privileges-hierarchy-dbms.svg[width="800", title="DBMS privileges hierarchy", role=popup]
[NOTE]
====
diff --git a/modules/ROOT/pages/authentication-authorization/load-privileges.adoc b/modules/ROOT/pages/authentication-authorization/load-privileges.adoc
index 1d2cee7bc..c56023167 100644
--- a/modules/ROOT/pages/authentication-authorization/load-privileges.adoc
+++ b/modules/ROOT/pages/authentication-authorization/load-privileges.adoc
@@ -16,7 +16,7 @@ All load privileges apply to the whole system.
Like DBMS privileges, they do not belong to one specific database or graph.
For more details on the differences between graphs, databases, and the DBMS, refer to link:{neo4j-docs-base-uri}/cypher-manual/current/introduction/cypher-neo4j/[Cypher Manual -> Cypher and Neo4j].
-image::privileges_grant_and_deny_syntax_load_privileges.svg[width="800", title="Syntax of GRANT and DENY load Privileges"]
+image::privileges-grant-and-deny-syntax-load-privileges.svg[width="800", title="Syntax of `GRANT` and `DENY` load privileges", role=popup]
// TODO: add image later when there is more than one LOAD privilege
//image::privileges_hierarchy_load.svg[title="Load privileges hierarchy"]
diff --git a/modules/ROOT/pages/authentication-authorization/manage-privileges.adoc b/modules/ROOT/pages/authentication-authorization/manage-privileges.adoc
index 24ab1fd9b..a276f2bc3 100644
--- a/modules/ROOT/pages/authentication-authorization/manage-privileges.adoc
+++ b/modules/ROOT/pages/authentication-authorization/manage-privileges.adoc
@@ -202,15 +202,15 @@ See link:{neo4j-docs-base-uri}/status-codes/{page-version}/notifications/all-not
The general `GRANT` and `DENY` syntaxes are illustrated in the following image:
-image::privileges_grant_and_deny_syntax.svg[width="800", title="GRANT and DENY Syntax"]
+image::privileges-grant-and-deny-syntax.svg[width="800", title="GRANT and DENY Syntax"]
A more detailed syntax illustration for graph privileges would be the following:
-image::privileges_on_graph_syntax.svg[width="800", title="Syntax of GRANT and DENY Graph Privileges. The `{` and `}` are part of the syntax and not used for grouping."]
+image::privileges-on-graph-syntax.svg[width="800", title="Syntax of GRANT and DENY Graph Privileges. The `{` and `}` are part of the syntax and not used for grouping."]
The following image shows the hierarchy between different graph privileges:
-image::privileges_hierarchy.svg[title="Graph privileges hierarchy"]
+image::privileges-hierarchy.svg[title="Graph privileges hierarchy", role=popup]
diff --git a/modules/ROOT/pages/kubernetes/quickstart-standalone/server-setup.adoc b/modules/ROOT/pages/kubernetes/quickstart-standalone/server-setup.adoc
index 2cc2fceb2..43190fe77 100644
--- a/modules/ROOT/pages/kubernetes/quickstart-standalone/server-setup.adoc
+++ b/modules/ROOT/pages/kubernetes/quickstart-standalone/server-setup.adoc
@@ -27,5 +27,4 @@ Then, the Neo4j Helm chart creates Kubernetes entities needed for running and ac
The following diagram is a schematic representation of the Helm chart involved and the Kubernetes and Cloud resources it instantiates when installed:
.Neo4j standalone setup
-image::standalone-on-k8s.svg[Example of Neo4j standalone setup in Kubernetes,width=700,role=popup]
-
+image::standalone-on-k8s.svg[Example of Neo4j standalone setup in Kubernetes,width=700,role=popup]
\ No newline at end of file