diff --git a/assets/images/help/repository/unarchive-repository-warnings.png b/assets/images/help/repository/unarchive-repository-warnings.png new file mode 100644 index 000000000000..d269921be689 Binary files /dev/null and b/assets/images/help/repository/unarchive-repository-warnings.png differ diff --git a/assets/images/help/repository/unarchive-repository.png b/assets/images/help/repository/unarchive-repository.png new file mode 100644 index 000000000000..ce4290325e73 Binary files /dev/null and b/assets/images/help/repository/unarchive-repository.png differ diff --git a/content/repositories/archiving-a-github-repository/archiving-repositories.md b/content/repositories/archiving-a-github-repository/archiving-repositories.md index b866e36b70d9..2257eb1ecdc7 100644 --- a/content/repositories/archiving-a-github-repository/archiving-repositories.md +++ b/content/repositories/archiving-a-github-repository/archiving-repositories.md @@ -49,9 +49,20 @@ You can search for archived repositories. For more information, see "[Searching {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-settings %} -3. Under "Danger Zone", click **Archive this repository** or **Unarchive this repository**. +3. Under "Danger Zone", click **Archive this repository** ![Archive this repository button](/assets/images/help/repository/archive-repository.png) 4. Read the warnings. -5. Type the name of the repository you want to archive or unarchive. +5. Type the name of the repository you want to archive. ![Archive repository warnings](/assets/images/help/repository/archive-repository-warnings.png) 6. Click **I understand the consequences, archive this repository**. + +## Unarchiving a repository + +{% data reusables.repositories.navigate-to-repo %} +{% data reusables.repositories.sidebar-settings %} +3. Under "Danger Zone", click **Unarchive this repository** + ![Unarchive this repository button](/assets/images/help/repository/unarchive-repository.png) +4. Read the warnings. +5. Type the name of the repository you want to unarchive. + ![Unarchive repository warnings](/assets/images/help/repository/unarchive-repository-warnings.png) +6. Click **I understand the consequences, unarchive this repository**.