Skip to content

Commit

Permalink
docs: Update header and "Getting Started" section
Browse files Browse the repository at this point in the history
  • Loading branch information
Strappazzon committed Apr 26, 2024
1 parent 979caff commit 64f48a9
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 49 deletions.
5 changes: 5 additions & 0 deletions docs/_components/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<header>
<img width="96" src="{{ '/assets/img/favicon.png' | relative_url }}" alt="Logo">
<strong>GHOST Buster</strong>
<em>Backup and restore Ghost Recon Wildlands save games</em>
</header>
18 changes: 0 additions & 18 deletions docs/_components/toc.html

This file was deleted.

32 changes: 16 additions & 16 deletions docs/_sass/pages/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ kbd {
}
}

/// HEADERS
/// HEADINGS

@for $i from 1 through 4 {
h#{$i} {
Expand Down Expand Up @@ -147,6 +147,21 @@ blockquote {
};
}

/// HEADER

header {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
margin: 2rem auto;
text-align: center;
img {
margin-bottom: 1rem;
}
}

/// FOOTER

hr {
Expand All @@ -164,21 +179,6 @@ footer {
margin: 1rem 0;
}

/// HEADER WITH TOC LINKS

.toc {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
margin-top: 1rem;
text-align: center;
&__description {
margin-bottom: 0.5rem;
}
}

/// SCREENSHOT GALLERY

.gallery {
Expand Down
22 changes: 7 additions & 15 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@
layout: home
---

<!-- markdownlint-disable MD041 -->
{% include toc.html %}
<!-- markdownlint-enable MD041 -->

## About

**GHOST Buster** will automatically backup your Wildlands save games while the game is running.

I created this software to backup [Ghost Mode](https://web.archive.org/web/20190108052618/https://ghost-recon.ubisoft.com/wildlands/en-us/news/152-328968-16/special-operation-2-is-coming) save games, hence the name "GHOST Buster".
<!-- markdownlint-disable-next-line MD041 -->
{% include header.html %}

## Getting Started

- [Download the latest version](https://github.com/Strappazzon/GRW-GHOST-Buster/releases/latest) of GHOST Buster

- Launch **GHOST Buster.exe**
- Every time you launch it, the program will check the System Registry to see if Ghost Recon Wildlands and Ubisoft Connect are installed
- When you close it, a file containing the program's settings will be created (or updated if it already exists) inside `%LOCALAPPDATA%\GHOSTbackup`
Expand All @@ -35,8 +30,9 @@ I created this software to backup [Ghost Mode](https://web.archive.org/web/20190

> #### WARNING
>
> Disable cloud synchronization before restoring a backup, otherwise Ubisoft Connect will redownload the old save games rendering the restore process useless.
> Also note that restoring a backup will **OVERWRITE** your old save games and it **CANNOT BE UNDONE**.
> Disable cloud synchronization before restoring a backup, otherwise Ubisoft Connect will redownload the old save games
> rendering the restore process useless. Also note that restoring a backup will **OVERWRITE** your old save games and
> it **CANNOT BE UNDONE**.
#### From Tasks screen

Expand Down Expand Up @@ -103,10 +99,6 @@ All settings are stored inside `%LOCALAPPDATA%\GHOSTbackup\ghostbackup.cfg`.

{% include gallery.html %}

## Download

You can [download](https://github.com/Strappazzon/GRW-GHOST-Buster/releases/latest) the latest version of GHOST Buster from the Releases page.

## Source Code

The complete GHOST Buster source code is available [on GitHub](https://github.com/Strappazzon/GRW-GHOST-Buster).

0 comments on commit 64f48a9

Please sign in to comment.