Skip to content

Commit 60ee88f

Browse files
committed
RDoc-3474 [Reorganization] Data Archival
1 parent a8f94c9 commit 60ee88f

10 files changed

+377
-198
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"position": 7,
3+
"label": "References"
4+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: "Client API References"
3+
hide_table_of_contents: true
4+
sidebar_label: "Client API References"
5+
sidebar_position: 1
6+
---
7+
8+
import Admonition from '@theme/Admonition';
9+
import Tabs from '@theme/Tabs';
10+
import TabItem from '@theme/TabItem';
11+
import CodeBlock from '@theme/CodeBlock';
12+
import LanguageSwitcher from "@site/src/components/LanguageSwitcher";
13+
import LanguageContent from "@site/src/components/LanguageContent";
14+
15+
# Data Archival: Client API References
16+
17+
<Admonition type="note" title="">
18+
19+
Refer to the following links for managing data archival via the Client API:
20+
21+
* [Enable archiving - from the Client API](../../data-archival/enable-data-archiving#enable-archiving---from-the-client-api)
22+
* [Schedule a SINGLE document for archiving - from the Client API](../../data-archival/schedule-document-archiving#schedule-a-single-document-for-archiving---from-the-client-api)
23+
* [Schedule MULTIPLE documents for archiving - from the Client API](../../data-archival/schedule-document-archiving#schedule-multiple-documents-for-archiving---from-the-client-api)
24+
* [Unarchive documents - from the Client API](../../data-archival/unarchiving-documents#unarchive-documents---from-the-client-api)
25+
* [Archived documents and indexing](../../data-archival/archived-documents-and-other-features#archived-documents-and-indexing)
26+
* [Archived documents and subscriptions](../../data-archival/archived-documents-and-other-features#archived-documents-and-subscriptions)
27+
* [Archived documents and smuggler (export/import)](../../data-archival/archived-documents-and-other-features#archived-documents-and-smuggler-exportimport)
28+
* [Archived documents and expiration](../../data-archival/archived-documents-and-other-features#archived-documents-and-expiration)
29+
* [Archived documents and ETL](../../data-archival/archived-documents-and-other-features#archived-documents-and-etl)
30+
31+
</Admonition>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: "Studio References"
3+
hide_table_of_contents: true
4+
sidebar_label: "Studio References"
5+
sidebar_position: 0
6+
---
7+
8+
import Admonition from '@theme/Admonition';
9+
import Tabs from '@theme/Tabs';
10+
import TabItem from '@theme/TabItem';
11+
import CodeBlock from '@theme/CodeBlock';
12+
import LanguageSwitcher from "@site/src/components/LanguageSwitcher";
13+
import LanguageContent from "@site/src/components/LanguageContent";
14+
15+
# Data Archival: Studio References
16+
17+
<Admonition type="note" title="">
18+
19+
Refer to the following links for managing data archival via the Studio:
20+
21+
* [The archived document](../../data-archival/overview#the-archived-document)
22+
* [Enable archiving](../../data-archival/enable-data-archiving#enable-archiving---from-the-studio)
23+
* [Schedule a single document for archiving](../../data-archival/enable-data-archiving#enable-archiving---from-the-studio)
24+
* [Schedule multiple documents for archiving](../../data-archival/schedule-document-archiving#schedule-multiple-documents-for-archiving---from-the-studio)
25+
* [Configure how a static index handles archived documents](../../data-archival/archived-documents-and-other-features#configuring-archived-document-processing-for-a-static-index---from-the-studio)
26+
* [Configure how a subscription task handles archived documents](../../data-archival/archived-documents-and-other-features#configuring-archived-document-processing-for-a-data-subscription-task---from-the-studio)
27+
* [Export archived documents](../../data-archival/archived-documents-and-other-features#export-archived-documents---from-the-studio)
28+
* [Import archived documents](../../data-archival/archived-documents-and-other-features#import-archived-documents---from-the-studio)
29+
* [Unarchive documents](../../data-archival/unarchiving-documents#unarchive-documents---from-the-studio)
30+
31+
</Admonition>

0 commit comments

Comments
 (0)