Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/document-extensions/revisions/_overview-csharp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<Admonition type="info" title="">
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.
Expand Down
2 changes: 1 addition & 1 deletion docs/document-extensions/revisions/_overview-nodejs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<Admonition type="info" title="">
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.
Expand Down
2 changes: 1 addition & 1 deletion docs/document-extensions/revisions/_overview-python.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<Admonition type="info" title="">
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import CodeBlock from '@theme/CodeBlock';
</TabItem>
### 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:

Expand Down Expand Up @@ -150,7 +150,7 @@ List<MetadataAsDictionary> countersDataInRevisions = revisionsMetadata
</TabItem>
### 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.
Expand Down Expand Up @@ -209,7 +209,7 @@ A document revision will be created when:
</TabItem>
### 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.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

</Admonition>
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.

</Admonition>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import CodeBlock from '@theme/CodeBlock';
</TabItem>
### 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.


Expand Down Expand Up @@ -110,7 +110,7 @@ the counters from the revision are restored to functionality along with their va
</TabItem>
### 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.
Expand Down Expand Up @@ -169,7 +169,7 @@ A document revision will be created when:
</TabItem>
### 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.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import CodeBlock from '@theme/CodeBlock';
</TabItem>
### 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.


Expand Down Expand Up @@ -111,7 +111,7 @@ the counters from the revision are restored to functionality along with their va
</TabItem>
### 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.
Expand Down Expand Up @@ -170,7 +170,7 @@ A document revision will be created when:
</TabItem>
### 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.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import ConfigureRevisionsNodejs from './_configure-revisions-nodejs.mdx';
<!--
### Document Extensions
- [Document Revisions Overview](../../../../document-extensions/revisions/overview)
- [Revert Revisions](../../../../document-extensions/revisions/revert-revisions)
- [Revert Revisions](../../../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions)
- [Revisions and Other Features](../../../../document-extensions/revisions/revisions-and-other-features)

### Client API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import DeleteRevisionsCsharp from './_delete-revisions-csharp.mdx';
<!--
### Document Extensions
- [Revisions Overview](../../../../document-extensions/revisions/overview)
- [Revert Revisions](../../../../document-extensions/revisions/revert-revisions)
- [Revert Revisions](../../../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions)
- [Revisions and Other Features](../../../../document-extensions/revisions/revisions-and-other-features)
- [Revisions: API Overview](../../../../document-extensions/revisions/client-api/overview)
- [Session: Loading Revisions](../../../../document-extensions/revisions/client-api/session/loading)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import GetRevisionsNodejs from './_get-revisions-nodejs.mdx';
<!--
### Document Extensions
- [Document Revisions Overview](../../../../document-extensions/revisions/overview)
- [Revert Revisions](../../../../document-extensions/revisions/revert-revisions)
- [Revert Revisions](../../../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions)
- [Revisions and Other Features](../../../../document-extensions/revisions/revisions-and-other-features)

### Client API
Expand Down
2 changes: 1 addition & 1 deletion docs/document-extensions/revisions/client-api/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import OverviewNodejs from './_overview-nodejs.mdx';
<!--
### Document Extensions
- [Document Revisions Overview](../../../document-extensions/revisions/overview)
- [Revert Revisions](../../../document-extensions/revisions/revert-revisions)
- [Revert Revisions](../../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions)
- [Revisions and Other Features](../../../document-extensions/revisions/revisions-and-other-features)

### Studio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import CountingNodejs from './_counting-nodejs.mdx';
<!--
### Document Extensions
- [Document Revisions Overview](../../../../document-extensions/revisions/overview)
- [Revert Revisions](../../../../document-extensions/revisions/revert-revisions)
- [Revert Revisions](../../../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions)
- [Revisions and Other Features](../../../../document-extensions/revisions/revisions-and-other-features)

### Client API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import IncludingNodejs from './_including-nodejs.mdx';
<!--
### Document Extensions
- [Document Revisions Overview](../../../../document-extensions/revisions/overview)
- [Revert Revisions](../../../../document-extensions/revisions/revert-revisions)
- [Revert Revisions](../../../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions)
- [Revisions and Other Features](../../../../document-extensions/revisions/revisions-and-other-features)

### Client API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import LoadingNodejs from './_loading-nodejs.mdx';
<!--
### Document Extensions
- [Document Revisions Overview](../../../../document-extensions/revisions/overview)
- [Revert Revisions](../../../../document-extensions/revisions/revert-revisions)
- [Revert Revisions](../../../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions)
- [Revisions and Other Features](../../../../document-extensions/revisions/revisions-and-other-features)

### Client API
Expand Down
2 changes: 1 addition & 1 deletion docs/document-extensions/revisions/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import OverviewNodejs from './_overview-nodejs.mdx';

<!--
### Document Extensions
- [Revert Revisions](../../document-extensions/revisions/revert-revisions)
- [Revert Revisions](../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions)
- [Revisions and Other Features](../../document-extensions/revisions/revisions-and-other-features)

### Client API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import RevertDocumentsToSpecificRevisionsCsharp from './_revert-documents-to-spe
<!--
### Document Extensions
- [Revisions Overview](../../../../document-extensions/revisions/overview)
- [Revert Documents to Revisions](../../../../document-extensions/revisions/revert-revisions)
- [Revert Documents to Revisions](../../../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions)
- [Revisions and Other Features](../../../../document-extensions/revisions/revisions-and-other-features)
- [Revisions: API Overview](../../../../document-extensions/revisions/client-api/overview)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import RevisionsAndOtherFeaturesNodejs from './_revisions-and-other-features-nod
<!--
### Document Extensions
- [Document Revisions Overview](../../document-extensions/revisions/overview)
- [Revert Revisions](../../document-extensions/revisions/revert-revisions)
- [Revert Revisions](../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions)
- [Counters: Overview](../../document-extensions/counters/overview)
- [Time Series: Overview](../../document-extensions/timeseries/overview)
- [Attachments: What are Attachments](../../document-extensions/attachments/overview)
Expand Down
2 changes: 1 addition & 1 deletion docs/documents/schema-validation/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Validation is triggered during writing by these operations:

#### Validation and reverting documents:
<Admonition type="warning" title="Cannot revert with enabled schema validation">
A document **cannot be reverted** to a [selected revision](../../document-extensions/revisions/client-api/operations/revert-document-to-revision) or to a [selected point in time](../../document-extensions/revisions/revert-revisions) if a validation schema is enabled for the document's collection.
A document **cannot be reverted** to a [selected revision](../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-revisions) or to a [selected point in time](../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-time) if a validation schema is enabled for the document's collection.
If you want to revert a document and a validation schema is defined for its collection, **disable the schema before reverting**.
</Admonition>

Expand Down
2 changes: 1 addition & 1 deletion docs/studio/database/settings/document-revisions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import LanguageContent from "@site/src/components/LanguageContent";
Click after modifying the configuration to apply your changes.

4. **Revert Revisions**
Click to [revert the database](../../../document-extensions/revisions/revert-revisions.mdx) to its state at a specified point in time.
Click to [revert the database](../../../document-extensions/revisions/revert-documents-to-revisions/revert-documents-to-specific-time.mdx) to its state at a specified point in time.
You can select whether to revert specific collections or revert all collections.
Only documents are reverted. Other entities (such as ongoing tasks) are not modified by this process.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<Admonition type="info" title="">
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<Admonition type="info" title="">
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<Admonition type="info" title="">
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.
Expand Down
Loading