Skip to content

Commit e411ce5

Browse files
committed
Move Defaults & Limits docs
1 parent 210a3f3 commit e411ce5

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

doc/modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
** xref:management-ops/create-cypher-db.adoc[]
3939
** xref:management-ops/administration.adoc[]
4040
** xref:management-ops/backup-restore.adoc[]
41-
** xref:management-ops/defaults-and-limits.adoc[]
4241
* xref:algorithms/index.adoc[]
4342
** xref:algorithms/syntax.adoc[]
4443
** xref:algorithms/centrality.adoc[]
@@ -145,6 +144,7 @@
145144
* xref:end-to-end-examples/end-to-end-examples.adoc[]
146145
** xref:end-to-end-examples/fastrp-knn-example.adoc[]
147146
* xref:production-deployment/index.adoc[]
147+
** xref:production-deployment/defaults-and-limits.adoc[]
148148
** xref:production-deployment/transaction-handling.adoc[]
149149
** xref:production-deployment/composite.adoc[]
150150
** xref:production-deployment/neo4j-cluster.adoc[]

doc/modules/ROOT/pages/introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ The Neo4j Graph Data Science library is available in two editions.
107107
*** Sharing of models between users, by xref:model-catalog/publish.adoc[publishing it].
108108
*** Model xref:model-catalog/store.adoc#model-catalog-store-ops[persistence to disk].
109109
** Supports an xref:production-deployment/feature-toggles.adoc#bit-id-map-feature-toggle[optimized graph implementation].
110-
** Allows the configuration of xref:management-ops/defaults-and-limits.adoc[defaults and limits].
110+
** Allows the configuration of xref:production-deployment/defaults-and-limits.adoc[defaults and limits].
111111

112112
For more information see xref:installation/System-requirements.adoc#system-requirements-cpu[System Requirements - CPU].

doc/modules/ROOT/pages/management-ops/index.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ This chapter is divided into the following sections:
1313
* xref:management-ops/create-cypher-db.adoc[Cypher on GDS graph]
1414
* xref:management-ops/administration.adoc[Administration]
1515
* xref:management-ops/backup-restore.adoc[Backup and Restore]
16-
* xref:management-ops/defaults-and-limits.adoc[Defaults and Limits]

doc/modules/ROOT/pages/operations-reference/additional-operation-references.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
| xref:common-usage/monitoring-system.adoc[Get an overview of the system's workload and available resources] | `gds.alpha.systemMonitor`
2626
| Back-up graphs and models to disk | `gds.alpha.backup`
2727
| Restore persisted graphs and models to memory | `gds.alpha.restore`
28-
| xref:management-ops/defaults-and-limits.adoc[List configured defaults] | `gds.alpha.config.defaults.list`
29-
| xref:management-ops/defaults-and-limits.adoc[Configure a default] | `gds.alpha.config.defaults.set`
30-
| xref:management-ops/defaults-and-limits.adoc#_limits_on_configuration_values[List configured limits] | `gds.alpha.config.limits.list`
31-
| xref:management-ops/defaults-and-limits.adoc#_limits_on_configuration_values[Configure a limit] | `gds.alpha.config.limits.set`
28+
| xref:production-deployment/defaults-and-limits.adoc[List configured defaults] | `gds.alpha.config.defaults.list`
29+
| xref:production-deployment/defaults-and-limits.adoc[Configure a default] | `gds.alpha.config.defaults.set`
30+
| xref:production-deployment/defaults-and-limits.adoc#_limits_on_configuration_values[List configured limits] | `gds.alpha.config.limits.list`
31+
| xref:production-deployment/defaults-and-limits.adoc#_limits_on_configuration_values[Configure a limit] | `gds.alpha.config.limits.set`
3232
|===

doc/modules/ROOT/pages/management-ops/defaults-and-limits.adoc renamed to doc/modules/ROOT/pages/production-deployment/defaults-and-limits.adoc

File renamed without changes.

doc/modules/ROOT/pages/production-deployment/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
This chapter is divided into the following sections:
77

8+
* xref:production-deployment/defaults-and-limits.adoc[Defaults and Limits]
89
* xref:production-deployment/transaction-handling.adoc[Transaction Handling]
910
* xref:production-deployment/composite.adoc[Using GDS and Composite databases]
1011
* xref:production-deployment/neo4j-cluster.adoc[GDS with Neo4j cluster]

0 commit comments

Comments
 (0)