Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions modules/ROOT/pages/introduction/neo4j-databases-graphs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]

|===