-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc(fix): Update UI steps on how to reset or delete the corpus #404
Merged
Merged
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,27 @@ | ||
--- | ||
id: reset-or-delete-corpus | ||
title: Reset or Delete a Corpus | ||
title: Disable, Clear, or Delete Corpus Data | ||
--- | ||
|
||
If you decide to stop using a corpus you have three options. | ||
If you decide to stop using a corpus, you have three options on the corpus | ||
**Settings** tab. | ||
|
||
1. **Disable**: Disables query or indexing requests. A disabled corpus can be | ||
reenabled at any time from this same page. | ||
2. **Reset**: Clear all the data within the corpus, but leave the corpus | ||
2. **Clear corpus data**: Clear all the data within the corpus, but leave the corpus | ||
definition intact. | ||
3. **Delete**: Purge all the data within the corpus and delete the corpus. | ||
All your connected services to the corpus will also cease to function. | ||
|
||
:::caution | ||
The **Reset** and **Delete** operations are irreversable. | ||
The **Clear corpus data** and **Delete** operations are irreversable. | ||
::: | ||
|
||
The Dangerous actions section of the Manage corpus page lets you disable, | ||
reset, or delete a corpus. | ||
|
||
1. Select the drop-down menu of your corpus name and click Manage. | ||
2. Go to the bottom of the Manage page to the Danagerous actions section. | ||
3. Select **Disable corpus**, **Clear corpus data**, or **Delete corpus**. | ||
1. Navigate to your corpus and select the **Settings** tab. | ||
2. Go to the **Danagerous actions** section at the bottom of the page. | ||
3. Select one of the following options: | ||
* Click **Disable corpus**. | ||
* Click **Clear corpus data**. | ||
* Click **Delete corpus**. | ||
|
||
![Reset or delete corpus](/img/reset_or_delete_corpus.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is a little confusingly phrased. We should disambiguate between “clear corpus data” and “delete corpus”.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about "Clear Corpus Data or Delete a Corpus" or simply just "Manage Corpus Data"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally I think "Delete Corpus, Disable Corpus, and Clear Corpus Data" is clearest, even if it is wordy.