diff --git a/docs/document-extensions/revisions/_overview-csharp.mdx b/docs/document-extensions/revisions/_overview-csharp.mdx index 0f0c9f41b9..9f97e9df4e 100644 --- a/docs/document-extensions/revisions/_overview-csharp.mdx +++ b/docs/document-extensions/revisions/_overview-csharp.mdx @@ -8,7 +8,7 @@ import CodeBlock from '@theme/CodeBlock'; * **Document Revisions** are snapshots of documents and their extensions: * The trail of revisions created for a document can be inspected to track changes made in the document over time. - * A document's live version can be [reverted](../../document-extensions/revisions/revert-revisions.mdx) to any of its recorded revisions. + * A document's live version can be [reverted](../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions.mdx) to any of its recorded revisions. For example, tracking document revisions allows you to check how an employee's contract has changed over time, restore a single corrupted document without requiring a backup file, or conduct a full-scale audit of your data. diff --git a/docs/document-extensions/revisions/_overview-nodejs.mdx b/docs/document-extensions/revisions/_overview-nodejs.mdx index c51d9e1b8f..2bf9256c74 100644 --- a/docs/document-extensions/revisions/_overview-nodejs.mdx +++ b/docs/document-extensions/revisions/_overview-nodejs.mdx @@ -8,7 +8,7 @@ import CodeBlock from '@theme/CodeBlock'; * **Document Revisions** are snapshots of documents and their extensions: * The trail of revisions created for a document can be inspected to track changes made in the document over time. - * A document's live version can be [reverted](../../document-extensions/revisions/revert-revisions.mdx) to any of its recorded revisions. + * A document's live version can be [reverted](../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions.mdx) to any of its recorded revisions. For example, tracking document revisions allows you to check how an employee's contract has changed over time, restore a single corrupted document without requiring a backup file, or conduct a full-scale audit of your data. diff --git a/docs/document-extensions/revisions/_overview-python.mdx b/docs/document-extensions/revisions/_overview-python.mdx index 8cb585b701..694b2a49ba 100644 --- a/docs/document-extensions/revisions/_overview-python.mdx +++ b/docs/document-extensions/revisions/_overview-python.mdx @@ -8,7 +8,7 @@ import CodeBlock from '@theme/CodeBlock'; * **Document Revisions** are snapshots of documents and their extensions: * The trail of revisions created for a document can be inspected to track changes made in the document over time. - * A document's live version can be [reverted](../../document-extensions/revisions/revert-revisions.mdx) to any of its recorded revisions. + * A document's live version can be [reverted](../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions.mdx) to any of its recorded revisions. For example, tracking document revisions allows you to check how an employee's contract has changed over time, restore a single corrupted document without requiring a backup file, or conduct a full-scale audit of your data. diff --git a/docs/document-extensions/revisions/_revisions-and-other-features-csharp.mdx b/docs/document-extensions/revisions/_revisions-and-other-features-csharp.mdx index 2b22fdf186..ab3702a1aa 100644 --- a/docs/document-extensions/revisions/_revisions-and-other-features-csharp.mdx +++ b/docs/document-extensions/revisions/_revisions-and-other-features-csharp.mdx @@ -57,7 +57,7 @@ import CodeBlock from '@theme/CodeBlock'; ### Reverted data: -When a document is [reverted](../../document-extensions/revisions/revert-revisions.mdx) to a revision that has counters, +When a document is [reverted](../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions.mdx) to a revision that has counters, the counters from the revision are restored to functionality along with their values. ### Extract counters data from revisions: @@ -150,7 +150,7 @@ List countersDataInRevisions = revisionsMetadata ### Reverted Data: -When a document is [reverted](../../document-extensions/revisions/revert-revisions.mdx) to a revision that has a time series: +When a document is [reverted](../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions.mdx) to a revision that has a time series: * If the current document **contains** a time series name as in the revision: * The reverted document will keep the time series entries & values as it was in the current document. @@ -209,7 +209,7 @@ A document revision will be created when: ### Reverted Data: -When a document is [reverted](../../document-extensions/revisions/revert-revisions.mdx) to a revision that has attachments, +When a document is [reverted](../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions.mdx) to a revision that has attachments, the attachments are restored to their state when the revision was created. diff --git a/docs/document-extensions/revisions/_revisions-and-other-features-nodejs.mdx b/docs/document-extensions/revisions/_revisions-and-other-features-nodejs.mdx index 942c5c6af4..c6d44fb2cd 100644 --- a/docs/document-extensions/revisions/_revisions-and-other-features-nodejs.mdx +++ b/docs/document-extensions/revisions/_revisions-and-other-features-nodejs.mdx @@ -69,7 +69,7 @@ import CodeBlock from '@theme/CodeBlock'; **Reverted data** -* When a document is [reverted](../../document-extensions/revisions/revert-revisions.mdx) to a revision that has counters, +* When a document is [reverted](../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions.mdx) to a revision that has counters, the counters from the revision are restored to functionality along with their values. @@ -159,7 +159,7 @@ const countersDataInRevisions = revisionsMetadata **Reverted Data** -When a document is [reverted](../../document-extensions/revisions/revert-revisions.mdx) to a revision that has a time series: +When a document is [reverted](../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions.mdx) to a revision that has a time series: * If the current document **contains** a time series name as in the revision: * The reverted document will keep the time series entries & values as it was in the current document. @@ -231,7 +231,7 @@ When a document is [reverted](../../document-extensions/revisions/revert-revisio **Reverted Data** -* When a document is [reverted](../../document-extensions/revisions/revert-revisions.mdx) to a revision that has attachments, +* When a document is [reverted](../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions.mdx) to a revision that has attachments, the attachments are restored to their state when the revision was created. diff --git a/docs/document-extensions/revisions/_revisions-and-other-features-php.mdx b/docs/document-extensions/revisions/_revisions-and-other-features-php.mdx index f97f66bcf2..69b6214bc2 100644 --- a/docs/document-extensions/revisions/_revisions-and-other-features-php.mdx +++ b/docs/document-extensions/revisions/_revisions-and-other-features-php.mdx @@ -56,7 +56,7 @@ import CodeBlock from '@theme/CodeBlock'; ### Reverted data: -When a document is [reverted](../../document-extensions/revisions/revert-revisions.mdx) to a revision that has counters, +When a document is [reverted](../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions.mdx) to a revision that has counters, the counters from the revision are restored to functionality along with their values. @@ -110,7 +110,7 @@ the counters from the revision are restored to functionality along with their va ### Reverted Data: -When a document is [reverted](../../document-extensions/revisions/revert-revisions.mdx) to a revision that has a time series: +When a document is [reverted](../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions.mdx) to a revision that has a time series: * If the current document **contains** a time series name as in the revision: * The reverted document will keep the time series entries & values as it was in the current document. @@ -169,7 +169,7 @@ A document revision will be created when: ### Reverted Data: -When a document is [reverted](../../document-extensions/revisions/revert-revisions.mdx) to a revision that has attachments, +When a document is [reverted](../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions.mdx) to a revision that has attachments, the attachments are restored to their state when the revision was created. diff --git a/docs/document-extensions/revisions/_revisions-and-other-features-python.mdx b/docs/document-extensions/revisions/_revisions-and-other-features-python.mdx index abf4b461d0..70f2c576aa 100644 --- a/docs/document-extensions/revisions/_revisions-and-other-features-python.mdx +++ b/docs/document-extensions/revisions/_revisions-and-other-features-python.mdx @@ -57,7 +57,7 @@ import CodeBlock from '@theme/CodeBlock'; ### Reverted data: -When a document is [reverted](../../document-extensions/revisions/revert-revisions.mdx) to a revision that has counters, +When a document is [reverted](../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions.mdx) to a revision that has counters, the counters from the revision are restored to functionality along with their values. @@ -111,7 +111,7 @@ the counters from the revision are restored to functionality along with their va ### Reverted Data: -When a document is [reverted](../../document-extensions/revisions/revert-revisions.mdx) to a revision that has a time series: +When a document is [reverted](../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions.mdx) to a revision that has a time series: * If the current document **contains** a time series name as in the revision: * The reverted document will keep the time series entries & values as it was in the current document. @@ -170,7 +170,7 @@ A document revision will be created when: ### Reverted Data: -When a document is [reverted](../../document-extensions/revisions/revert-revisions.mdx) to a revision that has attachments, +When a document is [reverted](../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions.mdx) to a revision that has attachments, the attachments are restored to their state when the revision was created. diff --git a/docs/document-extensions/revisions/client-api/operations/configure-revisions.mdx b/docs/document-extensions/revisions/client-api/operations/configure-revisions.mdx index bfdb4dc68d..9742b89f36 100644 --- a/docs/document-extensions/revisions/client-api/operations/configure-revisions.mdx +++ b/docs/document-extensions/revisions/client-api/operations/configure-revisions.mdx @@ -41,7 +41,7 @@ import ConfigureRevisionsNodejs from './_configure-revisions-nodejs.mdx';