From f5cbe61456427ee543d67698eaee496f4327c3ee Mon Sep 17 00:00:00 2001 From: martin bendsoe Date: Wed, 20 Jul 2022 12:49:20 +0200 Subject: [PATCH] Labels example table --- .../introduction/neo4j-databases-graphs.adoc | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/modules/ROOT/pages/introduction/neo4j-databases-graphs.adoc b/modules/ROOT/pages/introduction/neo4j-databases-graphs.adoc index 004041b7b..1fea90687 100644 --- a/modules/ROOT/pages/introduction/neo4j-databases-graphs.adoc +++ b/modules/ROOT/pages/introduction/neo4j-databases-graphs.adoc @@ -86,19 +86,16 @@ Specific labels are added to the documentation to highlight these cases. [options="header"] |=== -| Marker | Description | Example +| Description | Label -| `deprecated` -| This feature is deprecated and will be removed in a future version. label:deprecated[] -| `DROP INDEX ON :Label(property)` +| This feature has been deprecated and will be removed or replaced in the future. +| label:deprecated[] -| `enterprise-only` -| This feature only works in the enterprise edition of Neo4j. label:enterprise-edition[] -| `CREATE DATABASE exampleDatabase` +| This feature only works in the enterprise edition of Neo4j. +| label:enterprise-edition[] -| `fabric` -| This feature only works in a fabric deployment of Neo4j. label:fabric[] -| `USE fabric.graph(0)` +| This feature only works in a fabric deployment of Neo4j. +| label:fabric[] |===