From 64f48a9e23264f3f1e70de21067c99e83873d8af Mon Sep 17 00:00:00 2001 From: Alberto Strappazzon Date: Fri, 26 Apr 2024 18:20:54 +0200 Subject: [PATCH] docs: Update header and "Getting Started" section --- docs/_components/header.html | 5 +++++ docs/_components/toc.html | 18 ------------------ docs/_sass/pages/_home.scss | 32 ++++++++++++++++---------------- docs/index.md | 22 +++++++--------------- 4 files changed, 28 insertions(+), 49 deletions(-) create mode 100644 docs/_components/header.html delete mode 100644 docs/_components/toc.html diff --git a/docs/_components/header.html b/docs/_components/header.html new file mode 100644 index 0000000..b7f7f8f --- /dev/null +++ b/docs/_components/header.html @@ -0,0 +1,5 @@ +
+ Logo + GHOST Buster + Backup and restore Ghost Recon Wildlands save games +
diff --git a/docs/_components/toc.html b/docs/_components/toc.html deleted file mode 100644 index cc2a3d9..0000000 --- a/docs/_components/toc.html +++ /dev/null @@ -1,18 +0,0 @@ -
- - -

GHOST Buster

- - - Backup and restore Ghost Recon Wildlands save games. - - - -
diff --git a/docs/_sass/pages/_home.scss b/docs/_sass/pages/_home.scss index ad73772..04746c0 100644 --- a/docs/_sass/pages/_home.scss +++ b/docs/_sass/pages/_home.scss @@ -103,7 +103,7 @@ kbd { } } -/// HEADERS +/// HEADINGS @for $i from 1 through 4 { h#{$i} { @@ -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 { @@ -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 { diff --git a/docs/index.md b/docs/index.md index 4c86e87..49fd3a3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,18 +2,13 @@ layout: home --- - -{% include toc.html %} - - -## 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". + +{% 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` @@ -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 @@ -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).