You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/web-dashboard/manuals/managing-content.mdx
+29-6Lines changed: 29 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,18 +60,41 @@ Your new content item will be created and will now appear in the data table.
60
60
61
61
</Steps>
62
62
63
-
### How to Delete Content
63
+
### How to Archive Content
64
+
65
+
Archiving content is a "soft delete". It removes an item from the main lists but keeps it in the system for data integrity. This is the standard way to remove content.
64
66
65
67
<Steps>
66
68
1.**Find the Content Item**
67
69
68
-
Navigate to the correct tab and find the item you wish to delete in the data table.
70
+
Navigate to the correct tab ("Headlines," "Topics," or "Sources") and find the item you wish to archive in the data table.
71
+
72
+
2.**Click the Archive Icon**
73
+
74
+
On the far right of the item's row, you will see a set of action icons. Click the **archive** icon.
75
+
76
+
</Steps>
77
+
78
+
The item will be immediately moved to the archive.
79
+
80
+
### Managing Archived Content
81
+
82
+
The archive pages allow you to review, restore, or permanently delete content.
83
+
84
+
<Steps>
85
+
1.**Access the Archive**
86
+
87
+
First, select the tab for the content type you're interested in (e.g., "Headlines"). Then, click the **"Archived Items"** icon (looks like a box) in the top right corner of the app bar. This will take you to the archive page for that content type.
88
+
89
+
2.**Restore an Item**
90
+
91
+
To restore an item, find it in the archived list and click the **restore** icon. The item will be moved back to the main content list with an "active" status.
69
92
70
-
2.**Click the Delete Icon**
93
+
3.**Permanently Delete a Headline**
71
94
72
-
On the far right of the item's row, you will see a set of action icons. Click the **trash can** icon to delete the item.
95
+
*Only headlines can be permanently deleted, and only from the archive page.* This is a final, irreversible action.
73
96
74
-
3.**Confirm Deletion**
97
+
To delete a headline forever, find it in the archived headlines list and click the **delete forever** icon (a trash can).
75
98
76
-
A confirmation dialog will appear to prevent accidental deletion. Click "Confirm" to permanently delete the item.
99
+
For safety, a snackbar will appear for 5 seconds with an **"Undo"** button, giving you a chance to reverse the deletion before it becomes permanent.
0 commit comments