diff --git a/docs/developers/operations-api/advanced-json-sql-examples.md b/docs/developers/operations-api/advanced-json-sql-examples.md index ec300e2e..c4254430 100644 --- a/docs/developers/operations-api/advanced-json-sql-examples.md +++ b/docs/developers/operations-api/advanced-json-sql-examples.md @@ -6,7 +6,7 @@ title: Advanced JSON SQL Examples ## Create movies database -Create a new database called "movies" using the 'create_database' operation. +Create a new database called `movies` using the `create_database` operation. _Note: Creating a database is optional, if one is not created Harper will default to using a database named `data`_ diff --git a/docs/developers/operations-api/clustering.md b/docs/developers/operations-api/clustering.md index bbb87d62..b040e323 100644 --- a/docs/developers/operations-api/clustering.md +++ b/docs/developers/operations-api/clustering.md @@ -4,7 +4,7 @@ title: Clustering # Clustering -The following operations are available for configuring and managing [Harper replication](../replication/).\ +The following operations are available for configuring and managing [Harper replication](../replication/). _**If you are using NATS for clustering, please see the**_ [_**NATS Clustering Operations**_](clustering-nats) _**documentation.**_ diff --git a/docs/developers/operations-api/components.md b/docs/developers/operations-api/components.md index 30c835bc..0975a15b 100644 --- a/docs/developers/operations-api/components.md +++ b/docs/developers/operations-api/components.md @@ -529,7 +529,10 @@ _Operation is restricted to super_user roles only_ ## Install Node Modules -This operation is deprecated, as it is handled automatically by deploy_component and restart. +:::warning Deprecated +This operation is deprecated, as it is handled automatically by [deploy_component](#deploy-component) and [restart](./system-operations#restart). +::: + Executes npm install against specified custom function projects. _Operation is restricted to super_user roles only_ diff --git a/docs/developers/operations-api/configuration.md b/docs/developers/operations-api/configuration.md index 8f2365da..9872da4f 100644 --- a/docs/developers/operations-api/configuration.md +++ b/docs/developers/operations-api/configuration.md @@ -6,13 +6,13 @@ title: Configuration ## Set Configuration -Modifies the Harper configuration file parameters. Must follow with a restart or restart_service operation. +Modifies the Harper configuration file parameters. Must follow with a [restart](./system-operations#restart) or [restart_service](./system-operations#restart-service) operation. _Operation is restricted to super_user roles only_ - `operation` _(required)_ - must always be `set_configuration` -- `logging_level` _(example/optional)_ - one or more configuration keywords to be updated in the Harper configuration file -- `clustering_enabled` _(example/optional)_ - one or more configuration keywords to be updated in the Harper configuration file +- `logging_level` _(optional)_ - one or more configuration keywords to be updated in the Harper configuration file +- `clustering_enabled` _(optional)_ - one or more configuration keywords to be updated in the Harper configuration file ### Body diff --git a/docs/developers/operations-api/custom-functions.md b/docs/developers/operations-api/custom-functions.md index 23709148..2c469bf4 100644 --- a/docs/developers/operations-api/custom-functions.md +++ b/docs/developers/operations-api/custom-functions.md @@ -4,7 +4,9 @@ title: Custom Functions # Custom Functions -_These operations are deprecated._ +:::warning Deprecated +These operations are deprecated. +::: ## Custom Functions Status diff --git a/versioned_docs/version-4.2/developers/operations-api/advanced-json-sql-examples.md b/versioned_docs/version-4.2/developers/operations-api/advanced-json-sql-examples.md index 7acab90a..cc4634fc 100644 --- a/versioned_docs/version-4.2/developers/operations-api/advanced-json-sql-examples.md +++ b/versioned_docs/version-4.2/developers/operations-api/advanced-json-sql-examples.md @@ -6,7 +6,7 @@ title: Advanced JSON SQL Examples ## Create movies database -Create a new database called "movies" using the 'create_database' operation. +Create a new database called `movies` using the `create_database` operation. _Note: Creating a database is optional, if one is not created HarperDB will default to using a database named `data`_ diff --git a/versioned_docs/version-4.2/developers/operations-api/utilities.md b/versioned_docs/version-4.2/developers/operations-api/utilities.md index 734c55af..b22b8603 100644 --- a/versioned_docs/version-4.2/developers/operations-api/utilities.md +++ b/versioned_docs/version-4.2/developers/operations-api/utilities.md @@ -207,7 +207,7 @@ _Operation is restricted to super_user roles only_ ## Set Configuration -Modifies the HarperDB configuration file parameters. Must follow with a restart or restart_service operation. +Modifies the HarperDB configuration file parameters. Must follow with a [restart](#restart) or [restart_service](#restart-service) operation. _Operation is restricted to super_user roles only_ diff --git a/versioned_docs/version-4.3/developers/operations-api/advanced-json-sql-examples.md b/versioned_docs/version-4.3/developers/operations-api/advanced-json-sql-examples.md index 7acab90a..cc4634fc 100644 --- a/versioned_docs/version-4.3/developers/operations-api/advanced-json-sql-examples.md +++ b/versioned_docs/version-4.3/developers/operations-api/advanced-json-sql-examples.md @@ -6,7 +6,7 @@ title: Advanced JSON SQL Examples ## Create movies database -Create a new database called "movies" using the 'create_database' operation. +Create a new database called `movies` using the `create_database` operation. _Note: Creating a database is optional, if one is not created HarperDB will default to using a database named `data`_ diff --git a/versioned_docs/version-4.3/developers/operations-api/utilities.md b/versioned_docs/version-4.3/developers/operations-api/utilities.md index 840b4c6a..15b9b9f9 100644 --- a/versioned_docs/version-4.3/developers/operations-api/utilities.md +++ b/versioned_docs/version-4.3/developers/operations-api/utilities.md @@ -208,7 +208,7 @@ _Operation is restricted to super_user roles only_ ## Set Configuration -Modifies the HarperDB configuration file parameters. Must follow with a restart or restart_service operation. +Modifies the HarperDB configuration file parameters. Must follow with a [restart](#restart) or [restart_service](#restart-service) operation. _Operation is restricted to super_user roles only_ diff --git a/versioned_docs/version-4.4/developers/operations-api/advanced-json-sql-examples.md b/versioned_docs/version-4.4/developers/operations-api/advanced-json-sql-examples.md index ec300e2e..c4254430 100644 --- a/versioned_docs/version-4.4/developers/operations-api/advanced-json-sql-examples.md +++ b/versioned_docs/version-4.4/developers/operations-api/advanced-json-sql-examples.md @@ -6,7 +6,7 @@ title: Advanced JSON SQL Examples ## Create movies database -Create a new database called "movies" using the 'create_database' operation. +Create a new database called `movies` using the `create_database` operation. _Note: Creating a database is optional, if one is not created Harper will default to using a database named `data`_ diff --git a/versioned_docs/version-4.4/developers/operations-api/clustering.md b/versioned_docs/version-4.4/developers/operations-api/clustering.md index ee6469ef..8533de30 100644 --- a/versioned_docs/version-4.4/developers/operations-api/clustering.md +++ b/versioned_docs/version-4.4/developers/operations-api/clustering.md @@ -4,7 +4,7 @@ title: Clustering # Clustering -The following operations are available for configuring and managing [Harper replication](../replication/).\ +The following operations are available for configuring and managing [Harper replication](../replication/). _**If you are using NATS for clustering, please see the**_ [_**NATS Clustering Operations**_](./clustering-nats) _**documentation.**_ diff --git a/versioned_docs/version-4.4/developers/operations-api/utilities.md b/versioned_docs/version-4.4/developers/operations-api/utilities.md index 32541b76..6d24031c 100644 --- a/versioned_docs/version-4.4/developers/operations-api/utilities.md +++ b/versioned_docs/version-4.4/developers/operations-api/utilities.md @@ -187,7 +187,10 @@ Exports data based on a given search operation from table to AWS S3 in JSON or C ## Install Node Modules -This operation is deprecated, as it is handled automatically by deploy_component and restart. +:::warning Deprecated +This operation is deprecated, as it is handled automatically by [deploy_component](./components#deploy-component) and [restart](#restart). +::: + Executes npm install against specified custom function projects. _Operation is restricted to super_user roles only_ @@ -210,7 +213,7 @@ _Operation is restricted to super_user roles only_ ## Set Configuration -Modifies the Harper configuration file parameters. Must follow with a restart or restart_service operation. +Modifies the Harper configuration file parameters. Must follow with a [restart](#restart) or [restart_service](#restart-service) operation. _Operation is restricted to super_user roles only_ diff --git a/versioned_docs/version-4.5/developers/operations-api/advanced-json-sql-examples.md b/versioned_docs/version-4.5/developers/operations-api/advanced-json-sql-examples.md index ec300e2e..c4254430 100644 --- a/versioned_docs/version-4.5/developers/operations-api/advanced-json-sql-examples.md +++ b/versioned_docs/version-4.5/developers/operations-api/advanced-json-sql-examples.md @@ -6,7 +6,7 @@ title: Advanced JSON SQL Examples ## Create movies database -Create a new database called "movies" using the 'create_database' operation. +Create a new database called `movies` using the `create_database` operation. _Note: Creating a database is optional, if one is not created Harper will default to using a database named `data`_ diff --git a/versioned_docs/version-4.5/developers/operations-api/clustering.md b/versioned_docs/version-4.5/developers/operations-api/clustering.md index 9ea002a6..8fc5ae49 100644 --- a/versioned_docs/version-4.5/developers/operations-api/clustering.md +++ b/versioned_docs/version-4.5/developers/operations-api/clustering.md @@ -4,7 +4,7 @@ title: Clustering # Clustering -The following operations are available for configuring and managing [Harper replication](../replication/).\ +The following operations are available for configuring and managing [Harper replication](../replication/). _**If you are using NATS for clustering, please see the**_ [_**NATS Clustering Operations**_](./clustering-nats) _**documentation.**_ diff --git a/versioned_docs/version-4.5/developers/operations-api/custom-functions.md b/versioned_docs/version-4.5/developers/operations-api/custom-functions.md index 23709148..2c469bf4 100644 --- a/versioned_docs/version-4.5/developers/operations-api/custom-functions.md +++ b/versioned_docs/version-4.5/developers/operations-api/custom-functions.md @@ -4,7 +4,9 @@ title: Custom Functions # Custom Functions -_These operations are deprecated._ +:::warning Deprecated +These operations are deprecated. +::: ## Custom Functions Status diff --git a/versioned_docs/version-4.5/developers/operations-api/utilities.md b/versioned_docs/version-4.5/developers/operations-api/utilities.md index 32541b76..6d24031c 100644 --- a/versioned_docs/version-4.5/developers/operations-api/utilities.md +++ b/versioned_docs/version-4.5/developers/operations-api/utilities.md @@ -187,7 +187,10 @@ Exports data based on a given search operation from table to AWS S3 in JSON or C ## Install Node Modules -This operation is deprecated, as it is handled automatically by deploy_component and restart. +:::warning Deprecated +This operation is deprecated, as it is handled automatically by [deploy_component](./components#deploy-component) and [restart](#restart). +::: + Executes npm install against specified custom function projects. _Operation is restricted to super_user roles only_ @@ -210,7 +213,7 @@ _Operation is restricted to super_user roles only_ ## Set Configuration -Modifies the Harper configuration file parameters. Must follow with a restart or restart_service operation. +Modifies the Harper configuration file parameters. Must follow with a [restart](#restart) or [restart_service](#restart-service) operation. _Operation is restricted to super_user roles only_ diff --git a/versioned_docs/version-4.6/developers/operations-api/advanced-json-sql-examples.md b/versioned_docs/version-4.6/developers/operations-api/advanced-json-sql-examples.md index ec300e2e..c4254430 100644 --- a/versioned_docs/version-4.6/developers/operations-api/advanced-json-sql-examples.md +++ b/versioned_docs/version-4.6/developers/operations-api/advanced-json-sql-examples.md @@ -6,7 +6,7 @@ title: Advanced JSON SQL Examples ## Create movies database -Create a new database called "movies" using the 'create_database' operation. +Create a new database called `movies` using the `create_database` operation. _Note: Creating a database is optional, if one is not created Harper will default to using a database named `data`_ diff --git a/versioned_docs/version-4.6/developers/operations-api/components.md b/versioned_docs/version-4.6/developers/operations-api/components.md index 1b964c50..95c800b1 100644 --- a/versioned_docs/version-4.6/developers/operations-api/components.md +++ b/versioned_docs/version-4.6/developers/operations-api/components.md @@ -523,7 +523,10 @@ _Operation is restricted to super_user roles only_ ## Install Node Modules -This operation is deprecated, as it is handled automatically by deploy_component and restart. +:::warning Deprecated +This operation is deprecated, as it is handled automatically by [deploy_component](#deploy-component) and [restart](./system-operations#restart). +::: + Executes npm install against specified custom function projects. _Operation is restricted to super_user roles only_ diff --git a/versioned_docs/version-4.6/developers/operations-api/configuration.md b/versioned_docs/version-4.6/developers/operations-api/configuration.md index a09a38a0..9872da4f 100644 --- a/versioned_docs/version-4.6/developers/operations-api/configuration.md +++ b/versioned_docs/version-4.6/developers/operations-api/configuration.md @@ -6,7 +6,7 @@ title: Configuration ## Set Configuration -Modifies the Harper configuration file parameters. Must follow with a restart or restart_service operation. +Modifies the Harper configuration file parameters. Must follow with a [restart](./system-operations#restart) or [restart_service](./system-operations#restart-service) operation. _Operation is restricted to super_user roles only_ diff --git a/versioned_docs/version-4.6/developers/operations-api/custom-functions.md b/versioned_docs/version-4.6/developers/operations-api/custom-functions.md index 23709148..2c469bf4 100644 --- a/versioned_docs/version-4.6/developers/operations-api/custom-functions.md +++ b/versioned_docs/version-4.6/developers/operations-api/custom-functions.md @@ -4,7 +4,9 @@ title: Custom Functions # Custom Functions -_These operations are deprecated._ +:::warning Deprecated +These operations are deprecated. +::: ## Custom Functions Status diff --git a/versioned_docs/version-4.7/developers/operations-api/advanced-json-sql-examples.md b/versioned_docs/version-4.7/developers/operations-api/advanced-json-sql-examples.md index ec300e2e..c4254430 100644 --- a/versioned_docs/version-4.7/developers/operations-api/advanced-json-sql-examples.md +++ b/versioned_docs/version-4.7/developers/operations-api/advanced-json-sql-examples.md @@ -6,7 +6,7 @@ title: Advanced JSON SQL Examples ## Create movies database -Create a new database called "movies" using the 'create_database' operation. +Create a new database called `movies` using the `create_database` operation. _Note: Creating a database is optional, if one is not created Harper will default to using a database named `data`_ diff --git a/versioned_docs/version-4.7/developers/operations-api/clustering.md b/versioned_docs/version-4.7/developers/operations-api/clustering.md index bbb87d62..b040e323 100644 --- a/versioned_docs/version-4.7/developers/operations-api/clustering.md +++ b/versioned_docs/version-4.7/developers/operations-api/clustering.md @@ -4,7 +4,7 @@ title: Clustering # Clustering -The following operations are available for configuring and managing [Harper replication](../replication/).\ +The following operations are available for configuring and managing [Harper replication](../replication/). _**If you are using NATS for clustering, please see the**_ [_**NATS Clustering Operations**_](clustering-nats) _**documentation.**_ diff --git a/versioned_docs/version-4.7/developers/operations-api/components.md b/versioned_docs/version-4.7/developers/operations-api/components.md index 30c835bc..0975a15b 100644 --- a/versioned_docs/version-4.7/developers/operations-api/components.md +++ b/versioned_docs/version-4.7/developers/operations-api/components.md @@ -529,7 +529,10 @@ _Operation is restricted to super_user roles only_ ## Install Node Modules -This operation is deprecated, as it is handled automatically by deploy_component and restart. +:::warning Deprecated +This operation is deprecated, as it is handled automatically by [deploy_component](#deploy-component) and [restart](./system-operations#restart). +::: + Executes npm install against specified custom function projects. _Operation is restricted to super_user roles only_ diff --git a/versioned_docs/version-4.7/developers/operations-api/configuration.md b/versioned_docs/version-4.7/developers/operations-api/configuration.md index 8f2365da..9872da4f 100644 --- a/versioned_docs/version-4.7/developers/operations-api/configuration.md +++ b/versioned_docs/version-4.7/developers/operations-api/configuration.md @@ -6,13 +6,13 @@ title: Configuration ## Set Configuration -Modifies the Harper configuration file parameters. Must follow with a restart or restart_service operation. +Modifies the Harper configuration file parameters. Must follow with a [restart](./system-operations#restart) or [restart_service](./system-operations#restart-service) operation. _Operation is restricted to super_user roles only_ - `operation` _(required)_ - must always be `set_configuration` -- `logging_level` _(example/optional)_ - one or more configuration keywords to be updated in the Harper configuration file -- `clustering_enabled` _(example/optional)_ - one or more configuration keywords to be updated in the Harper configuration file +- `logging_level` _(optional)_ - one or more configuration keywords to be updated in the Harper configuration file +- `clustering_enabled` _(optional)_ - one or more configuration keywords to be updated in the Harper configuration file ### Body diff --git a/versioned_docs/version-4.7/developers/operations-api/custom-functions.md b/versioned_docs/version-4.7/developers/operations-api/custom-functions.md index 23709148..2c469bf4 100644 --- a/versioned_docs/version-4.7/developers/operations-api/custom-functions.md +++ b/versioned_docs/version-4.7/developers/operations-api/custom-functions.md @@ -4,7 +4,9 @@ title: Custom Functions # Custom Functions -_These operations are deprecated._ +:::warning Deprecated +These operations are deprecated. +::: ## Custom Functions Status