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[] |===