Skip to content

Commit fa444d6

Browse files
authored
Merge pull request #2081 from Lwiel/new-docs2
RDoc-3361 Fixed anchors containing dots
2 parents 445e3fb + 15d5ab2 commit fa444d6

File tree

388 files changed

+2079
-2079
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

388 files changed

+2079
-2079
lines changed

cloud/cloud-instances.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ import LanguageContent from "@site/src/components/LanguageContent";
1919
- Use your portal's [Products tab](../cloud/portal/cloud-portal-products-tab.mdx) to raise or modify
2020
a Free node, a Development node, or a Production cluster.
2121
- Free and Development nodes, as well as Production "basic" grade clusters, are operated by
22-
[burstable instances](../cloud/cloud-overview.mdx#burstable-vs.-reserved-clusters).
22+
[burstable instances](../cloud/cloud-overview.mdx#burstable-vs-reserved-clusters).
2323
- The Production cluster grades [Standard](../cloud/cloud-instances.mdx#standard-grade-production-cluster)
2424
and [Performance](../cloud/cloud-instances.mdx#performance-grade-production-cluster) are
25-
[Reserved clusters](../cloud/cloud-overview.mdx#burstable-vs.-reserved-clusters).
25+
[Reserved clusters](../cloud/cloud-overview.mdx#burstable-vs-reserved-clusters).
2626

2727
In this page:
2828

cloud/cloud-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ like adding or removing nodes, and run recurring tasks like backing up your data
3737
* [RavenDB on the Cloud](../cloud/cloud-overview.mdx#ravendb-on-the-cloud)
3838
* [Instances, Provisioning and RavenDB Products](../cloud/cloud-overview.mdx#instances-provisioning-and-ravendb-products)
3939
* [RavenDB Tiers: Free, Development and Production](../cloud/cloud-overview.mdx#ravendb-tiers)
40-
* [Burstable vs. Reserved clusters](../cloud/cloud-overview.mdx#burstable-vs.-reserved-clusters)
40+
* [Burstable vs. Reserved clusters](../cloud/cloud-overview.mdx#burstable-vs-reserved-clusters)
4141
* [Budget, Credits and Throttling](../cloud/cloud-overview.mdx#budget-credits-and-throttling)
4242
* [RavenDB Studio - Graphic User Interface](../cloud/cloud-overview.mdx#ravendb-studio---graphic-user-interface)
4343
* [Accessing RavenDB Cloud Studio](../cloud/cloud-overview.mdx#accessing-ravendb-cloud-studio)

cloud/cloud-security.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ We recommend that you generate and use **different certificates** for your clien
101101
</Admonition>
102102

103103
<Admonition type="info" title="Info">
104-
If your instance runs on a [burstable CPU](../cloud/cloud-overview.mdx#burstable-vs.-reserved-clusters), especially if it is a low-end one,
104+
If your instance runs on a [burstable CPU](../cloud/cloud-overview.mdx#burstable-vs-reserved-clusters), especially if it is a low-end one,
105105
RavenDB may take a while to generate certificates and spend a lot of your [CPU credits](../cloud/cloud-overview.mdx#budget-credits-and-throttling) in the
106106
process.
107107
We therefore recommend that you generate your certificates off-cloud and import them to your cloud instance.

cloud/portal/cloud-portal-products-tab.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ To provision a new product, open your Portal's Products tab and click **Add Prod
4242

4343
The New Product wizard will open and walk you through the following simple stages:
4444

45-
A. [Plan](../../cloud/portal/cloud-portal-products-tab.mdx#a.-new-product-plan)
46-
B. [Billing](../../cloud/portal/cloud-portal-products-tab.mdx#b.-new-product-billing)
47-
C. [Customize](../../cloud/portal/cloud-portal-products-tab.mdx#c.-new-product-customize)
48-
D. [Summary](../../cloud/portal/cloud-portal-products-tab.mdx#d.-new-product-summary)
45+
A. [Plan](../../cloud/portal/cloud-portal-products-tab.mdx#a-new-product-plan)
46+
B. [Billing](../../cloud/portal/cloud-portal-products-tab.mdx#b-new-product-billing)
47+
C. [Customize](../../cloud/portal/cloud-portal-products-tab.mdx#c-new-product-customize)
48+
D. [Summary](../../cloud/portal/cloud-portal-products-tab.mdx#d-new-product-summary)
4949
#### A. New Product: Plan
5050
Use the Plan page to choose your product's cloud **Provider**, **Region** and **Tier**.
5151

docs/ai-integration/connection-strings/azure-open-ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const supportedLanguages = ["csharp"];
6565
* When making vector search queries, the content of the search terms must also be converted to embeddings to compare them against the stored vectors.
6666
Requests to generate such query embeddings via the AI provider are sent in batches.
6767
* This parameter defines the maximum number of these batches that can be processed concurrently.
68-
You can set a default value using the [Ai.Embeddings.MaxConcurrentBatches](../../server/configuration/ai-integration-configuration.mdx#ai.embeddings.maxconcurrentbatches) configuration key.
68+
You can set a default value using the [Ai.Embeddings.MaxConcurrentBatches](../../server/configuration/ai-integration-configuration.mdx#aiembeddingsmaxconcurrentbatches) configuration key.
6969

7070
10. Click **Test Connection** to confirm the connection string is set up correctly.
7171

docs/ai-integration/connection-strings/embedded.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const supportedLanguages = ["csharp"];
5151
* When making vector search queries, the content of the search terms must also be converted to embeddings to compare them against the stored vectors.
5252
Requests to generate such query embeddings via the AI provider are sent in batches.
5353
* This parameter defines the maximum number of these batches that can be processed concurrently.
54-
You can set a default value using the [Ai.Embeddings.MaxConcurrentBatches](../../server/configuration/ai-integration-configuration.mdx#ai.embeddings.maxconcurrentbatches) configuration key.
54+
You can set a default value using the [Ai.Embeddings.MaxConcurrentBatches](../../server/configuration/ai-integration-configuration.mdx#aiembeddingsmaxconcurrentbatches) configuration key.
5555

5656
5. Click **Save** to store the connection string or **Cancel** to discard changes.
5757

docs/ai-integration/connection-strings/google-ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const supportedLanguages = ["csharp"];
6464
* When making vector search queries, the content of the search terms must also be converted to embeddings to compare them against the stored vectors.
6565
Requests to generate such query embeddings via the AI provider are sent in batches.
6666
* This parameter defines the maximum number of these batches that can be processed concurrently.
67-
You can set a default value using the [Ai.Embeddings.MaxConcurrentBatches](../../server/configuration/ai-integration-configuration.mdx#ai.embeddings.maxconcurrentbatches) configuration key.
67+
You can set a default value using the [Ai.Embeddings.MaxConcurrentBatches](../../server/configuration/ai-integration-configuration.mdx#aiembeddingsmaxconcurrentbatches) configuration key.
6868

6969
9. Click **Test Connection** to confirm the connection string is set up correctly.
7070

docs/ai-integration/connection-strings/hugging-face.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const supportedLanguages = ["csharp"];
5858
* When making vector search queries, the content of the search terms must also be converted to embeddings to compare them against the stored vectors.
5959
Requests to generate such query embeddings via the AI provider are sent in batches.
6060
* This parameter defines the maximum number of these batches that can be processed concurrently.
61-
You can set a default value using the [Ai.Embeddings.MaxConcurrentBatches](../../server/configuration/ai-integration-configuration.mdx#ai.embeddings.maxconcurrentbatches) configuration key.
61+
You can set a default value using the [Ai.Embeddings.MaxConcurrentBatches](../../server/configuration/ai-integration-configuration.mdx#aiembeddingsmaxconcurrentbatches) configuration key.
6262

6363
8. Click **Test Connection** to confirm the connection string is set up correctly.
6464

docs/ai-integration/connection-strings/mistral-ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const supportedLanguages = ["csharp"];
5656
* When making vector search queries, the content of the search terms must also be converted to embeddings to compare them against the stored vectors.
5757
Requests to generate such query embeddings via the AI provider are sent in batches.
5858
* This parameter defines the maximum number of these batches that can be processed concurrently.
59-
You can set a default value using the [Ai.Embeddings.MaxConcurrentBatches](../../server/configuration/ai-integration-configuration.mdx#ai.embeddings.maxconcurrentbatches) configuration key.
59+
You can set a default value using the [Ai.Embeddings.MaxConcurrentBatches](../../server/configuration/ai-integration-configuration.mdx#aiembeddingsmaxconcurrentbatches) configuration key.
6060

6161
8. Click **Test Connection** to confirm the connection string is set up correctly.
6262

docs/ai-integration/connection-strings/ollama.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const supportedLanguages = ["csharp"];
5353
* When making vector search queries, the content of the search terms must also be converted to embeddings to compare them against the stored vectors.
5454
Requests to generate such query embeddings via the AI provider are sent in batches.
5555
* This parameter defines the maximum number of these batches that can be processed concurrently.
56-
You can set a default value using the [Ai.Embeddings.MaxConcurrentBatches](../../server/configuration/ai-integration-configuration.mdx#ai.embeddings.maxconcurrentbatches) configuration key.
56+
You can set a default value using the [Ai.Embeddings.MaxConcurrentBatches](../../server/configuration/ai-integration-configuration.mdx#aiembeddingsmaxconcurrentbatches) configuration key.
5757

5858
7. Click **Test Connection** to confirm the connection string is set up correctly.
5959

0 commit comments

Comments
 (0)