-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathcheat-sheet-publish.yml
More file actions
69 lines (64 loc) · 1.82 KB
/
Copy pathcheat-sheet-publish.yml
File metadata and controls
69 lines (64 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
site:
title: Neo4j Documentation Cheat Sheet
url: https://neo4j.com/docs
start_page: cypher-cheat-sheet:ROOT:index.adoc
content:
sources:
- url: ./
branches: ['4.4', 'cypher-5', 'HEAD']
ui:
bundle:
url: https://static-content.neo4j.com/build/ui-bundle-latest.zip
snapshot: true
output_dir: /assets
output:
dir: ./build/docs
urls:
html_extension_style: indexify
asciidoc:
extensions:
- "@neo4j-documentation/remote-include"
- "@neo4j-documentation/macros"
- "@neo4j-antora/antora-add-notes"
- "@neo4j-antora/antora-page-roles"
attributes:
page-theme: cheat-sheet
page-type: Docs
page-search-type: Docs
page-search-site: Reference Docs
page-canonical-root: /docs
page-pagination: false
page-no-canonical: true
page-origin-private: true
page-no-toolbar: true
page-hide-toc: false
page-publish: true
page-mixpanel: 4bfb2414ab973c741b6f067bf06d5575
includePDF: false
nonhtmloutput: ""
experimental: ''
copyright: 2025
common-license-page-uri: https://neo4j.com/docs/license/
github-raw-page-uri: https://raw.githubusercontent.com/neo4j
neo4j-docs-base-uri: /docs
page-cheatsheet-product: Cypher
page-cheatsheet-products:
- name: 'All'
class: 'all'
default: true
- name: 'Neo4j Community Edition'
class: 'neo4j-ce'
- name: 'Neo4j Enterprise Edition'
class: 'neo4j-ee'
- name: 'AuraDB Free'
class: 'aura-dbf'
- name: 'AuraDB Professional'
class: 'aura-dbp'
- name: 'AuraDB Business Critical'
class: 'aura-dbc'
- name: 'AuraDB Virtual Dedicated Cloud'
class: 'aura-dbe'
- name: 'AuraDS Professional'
class: 'aura-dsp'
- name: 'AuraDS Enterprise'
class: 'aura-dse'