Skip to content

Commit

Permalink
RDoc-3068 Fix some broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle9897 committed Oct 14, 2024
1 parent a9d6a5a commit 14a3622
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 97 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ can grant different levels of access for different databases. These access level
**Read/Write**, and **Read Only**.

* The Read Only access level only allows you to read data from a database, but not to write data.
You cannot update existing documents, change any configurations, define [ongoing tasks](../../../server/ongoing-tasks/general-info)
You cannot update existing documents, change any configurations, define [ongoing tasks](../../../studio/database/tasks/ongoing-tasks/general-info)
or [static indexes](../../../indexes/creating-and-deploying#static-indexes). However, the database
will still create [auto-indexes](../../../indexes/creating-and-deploying#auto-indexes) in response
to the clients' queries.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
# Session: How to Customize ID Generation for Entities
---

{NOTE: }

RavenDB provides sveral ways to create document IDs.

- To get familiar with basic built-in ID generation strategies
before starting to customize entity identifiers, please see:
[Working with Document Identifiers](../../../client-api/document-identifiers/working-with-document-identifiers)

- To learn about conventions related to ID customization, please see
the following articles, presentnig conventions that can be applied
to all entity types or to a particular type.
- [Global ID Generation Conventions](../../../client-api/configuration/identifier-generation/global)
- [Type-specific ID Generation Conventions](../../../client-api/configuration/identifier-generation/type-specific)

{NOTE/}

## Related articles

### Document Identifiers

- [Working with Document Identifiers](../../../client-api/document-identifiers/working-with-document-identifiers)
- [Global ID Generation Conventions](../../../client-api/configuration/identifier-generation/global)
- [Type-specific ID Generation Conventions](../../../client-api/configuration/identifier-generation/type-specific)

### Knowledge Base

- [Document Identifier Generation](../../../server/kb/document-identifier-generation)
# Session: How to Customize ID Generation for Entities
---

{NOTE: }

RavenDB provides several ways to create document IDs.

- To get familiar with basic built-in ID generation strategies
before starting to customize entity identifiers, please see:
[Working with Document Identifiers](../../../client-api/document-identifiers/working-with-document-identifiers)

- To learn about conventions related to ID customization, please see
the following articles, presenting conventions that can be applied
to all entity types or to a particular type.
- [Global ID Generation Conventions](../../../client-api/configuration/identifier-generation/global)
- [Type-specific ID Generation Conventions](../../../client-api/configuration/identifier-generation/type-specific)

{NOTE/}

## Related articles

### Document Identifiers

- [Working with Document Identifiers](../../../client-api/document-identifiers/working-with-document-identifiers)
- [Global ID Generation Conventions](../../../client-api/configuration/identifier-generation/global)
- [Type-specific ID Generation Conventions](../../../client-api/configuration/identifier-generation/type-specific)

### Knowledge Base

- [Document Identifier Generation](../../../server/kb/document-identifier-generation)

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export function openAsyncSession() {
}
{CODE-BLOCK/}

For more on what options are available, see [Creating a Document Store][docs-creating-document-store].
For more on what options are available, see [Creating a Document Store][docs-what-is-document-store].

You can set options manually but it's more likely you'll want to set config variables in Wrangler
or in Cloudflare to customize the document store initialization.
Expand Down Expand Up @@ -380,7 +380,7 @@ Navigate to your Worker **Settings > Variables > Environment Variables** and add
[cf-mtls-worker]: https://developers.cloudflare.com/workers/runtime-apis/mtls
[cf-wrangler]: https://developers.cloudflare.com/workers/wrangler/install-and-update/
[docs-nodejs]: ../../../../nodejs/client-api/session/what-is-a-session-and-how-does-it-work
[docs-creating-document-store]: ../../../..//nodejs/client-api/creating-document-store
[docs-what-is-document-store]: ../../../..//nodejs/client-api/what-is-a-document-store
[docs-create-db]: ../../../studio/database/create-new-database/general-flow
[docs-cloud-certs]: ../../../cloud/cloud-security
[docs-on-prem-certs]: ../../../studio/overview
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ To open the ongoing tasks view:

Sink statistics are added to RavenDB's ongoing tasks stats view, where their
performance can be examined from various aspects. To watch these statistics,
enter Studio's [ongoing tasks stats](../../../studio/database/stats/ongoing-tasks-stats/overview)
enter Studio's [ongoing tasks stats](../../../../studio/database/stats/ongoing-tasks-stats/overview)
view.

![Queue Sink Stats](images/queue/sink/kafka-stats.png "Queue Sink Stats")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ To open the ongoing tasks view:

Sink statistics are added to RavenDB's ongoing tasks stats view, where their
performance can be examined from various aspects. To watch these statistics,
enter Studio's [ongoing tasks stats](../../../studio/database/stats/ongoing-tasks-stats/overview)
enter Studio's [ongoing tasks stats](../../../../studio/database/stats/ongoing-tasks-stats/overview)
view.

![Queue Sink Stats](images/queue/sink/kafka-stats.png "Queue Sink Stats")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
---

* This page explains how to create an Azure Queue Storage ETL task using the Studio.
[Learn here](../../../../server/ongoing-tasks/etl/queue-etl/azure-queue-storage) how to define an Azure Queue Storage ETL task using the Client API.
[Learn here](../../../../server/ongoing-tasks/etl/queue-etl/azure-queue) how to define an Azure Queue Storage ETL task using the Client API.

* In this page:
* [Open Azure Queue Storage ETL task view](../../../../studio/database/tasks/ongoing-tasks/azure-queue-storage-etl#open-azure-queue-storage-etl-task-view)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The available ongoing tasks are:
* **[RabbitMQ ETL](../../../../studio/database/tasks/ongoing-tasks/rabbitmq-etl-task)**
Write all or chosen database documents to a RabbitMQ exchange.
Data can be filtered and modified with transformation scripts.
* **[Azure Queue Storage ETL](../../../../studio/database/tasks/ongoing-tasks/azure-queue-storage-etl-task)**
* **[Azure Queue Storage ETL](../../../../studio/database/tasks/ongoing-tasks/azure-queue-storage-etl)**
Write all or chosen database documents to Azure Queue Storage.
Data can be filtered and modified with transformation scripts.

Expand Down

0 comments on commit 14a3622

Please sign in to comment.