-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathtypedoc.json
More file actions
41 lines (41 loc) · 1.08 KB
/
typedoc.json
File metadata and controls
41 lines (41 loc) · 1.08 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
{
"excludeExternals": true,
"excludePrivate": true,
"excludeProtected": true,
"includeVersion": true,
"excludeInternal": true,
"excludeTags": [],
"hideGenerator": true,
"name": "Cypher Builder",
"visibilityFilters": {},
"sidebarLinks": {
// "Cypher Builder Manual": "https://neo4j.github.io/cypher-builder"
},
"gitRemote": "origin",
"out": "./docs/build/site/reference",
"readme": "none",
"highlightLanguages": ["css", "html", "javascript", "json", "jsonc", "json5", "tsx", "typescript", "cypher"],
"validation": {
"invalidLink": true
},
"intentionallyNotExported": ["CypherCompilable", "NamedReference", "MatchClausePattern"],
"navigation": {
"includeCategories": true,
"includeGroups": true
},
"categorizeByGroup": true,
"groupOrder": [
"Clauses",
"Subqueries",
"Patterns",
"Variables",
"Functions",
"Procedures",
"Namespaces",
"Expressions",
"Operators",
"Maps",
"Lists",
"Utils"
]
}