From 911ec962072fdd3ba5fac3d6a3f37f30d8ed1e79 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Tue, 8 Feb 2022 18:10:21 +0400 Subject: [PATCH] Updated github pages. --- README.md | 10 +- docs/_config.yml | 3 + docs/assets/images/favicon.svg | 806 +++++++++++++++++++++++++++++++++ docs/documentation.html | 6 + docs/index.md | 6 +- docs/screenshots.md | 5 + docs/smart.md | 5 + docs/smartctl_man.html | 6 + docs/software_requirements.md | 5 + docs/support.html | 6 + docs/support.md | 5 + docs/supported_hardware.md | 5 + docs/troubleshooting.md | 4 + docs/usage.md | 5 + 14 files changed, 869 insertions(+), 8 deletions(-) create mode 100644 docs/assets/images/favicon.svg create mode 100644 docs/documentation.html create mode 100644 docs/smartctl_man.html create mode 100644 docs/support.html diff --git a/README.md b/README.md index 1fe4c6d..eb466f0 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ ***Hard disk drive and SSD health inspection tool*** [![Generic badge](https://img.shields.io/badge/Homepage-gsmartcontrol.shaduri.dev-brightgreen.svg)](https://gsmartcontrol.shaduri.dev) -[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/ashaduri/gsmartcontrol?label=Version)](https://gsmartcontrol.shaduri.dev/downloads.html) +[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/ashaduri/gsmartcontrol?label=Version)](https://gsmartcontrol.shaduri.dev/downloads) [![license: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) -[![Platforms](https://img.shields.io/badge/Platforms-linux%20%7C%20windows%20%7C%20macos%20%7C%20*bsd-blue)](https://gsmartcontrol.shaduri.dev/software_requirements.html) +[![Platforms](https://img.shields.io/badge/Platforms-linux%20%7C%20windows%20%7C%20macos%20%7C%20*bsd-blue)](https://gsmartcontrol.shaduri.dev/software-requirements) [![Packaging status](https://repology.org/badge/tiny-repos/gsmartcontrol.svg?header=Software%20distributions%20and%20repositories)](https://repology.org/project/gsmartcontrol/versions) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/528f4f7aaf0e446abf7e55d2affc7bec)](https://app.codacy.com/gh/ashaduri/gsmartcontrol?utm_source=github.com&utm_medium=referral&utm_content=ashaduri/gsmartcontrol&utm_campaign=Badge_Grade_Settings) @@ -24,7 +24,7 @@ tests on it. ## Downloads -The [Downloads](https://gsmartcontrol.shaduri.dev/downloads.html) page contains +The [Downloads](https://gsmartcontrol.shaduri.dev/downloads) page contains all the available packages of GSmartControl. @@ -44,7 +44,7 @@ all the available packages of GSmartControl. GSmartControl supports ATA drives (both PATA and SATA), various USB to ATA bridges, and drives behind some RAID controllers. Please see the -[Supported Hardware](https://gsmartcontrol.shaduri.dev/supported_hardware.html) page +[Supported Hardware](https://gsmartcontrol.shaduri.dev/supported-hardware) page for more information. @@ -53,7 +53,7 @@ for more information. GSmartControl supports all major desktop operating systems, including Linux, Windows, macOS, FreeBSD, and other BSD-style operating systems. Please see the -[Software Requirements](https://gsmartcontrol.shaduri.dev/software_requirements.html) page +[Software Requirements](https://gsmartcontrol.shaduri.dev/software-requirements) page for more information. diff --git a/docs/_config.yml b/docs/_config.yml index bf84b43..6535dd2 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -5,3 +5,6 @@ description: Hard disk drive and SSD health inspection tool exclude: - CNAME + - documentation.html + - smartctl_man.html + - support.html diff --git a/docs/assets/images/favicon.svg b/docs/assets/images/favicon.svg new file mode 100644 index 0000000..7b23ef6 --- /dev/null +++ b/docs/assets/images/favicon.svg @@ -0,0 +1,806 @@ + + + + diff --git a/docs/documentation.html b/docs/documentation.html new file mode 100644 index 0000000..fc23e57 --- /dev/null +++ b/docs/documentation.html @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/index.md b/docs/index.md index ecbcf25..33a4514 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,7 +19,7 @@ tests on it. ## Downloads -The [Downloads](https://gsmartcontrol.shaduri.dev/downloads.html) page contains +The [Downloads](https://gsmartcontrol.shaduri.dev/downloads) page contains all the available packages of GSmartControl. @@ -39,7 +39,7 @@ all the available packages of GSmartControl. GSmartControl supports ATA drives (both PATA and SATA), various USB to ATA bridges, and drives behind some RAID controllers. Please see the -[Supported Hardware](https://gsmartcontrol.shaduri.dev/supported_hardware.html) page +[Supported Hardware](https://gsmartcontrol.shaduri.dev/supported-hardware) page for more information. @@ -48,7 +48,7 @@ for more information. GSmartControl supports all major desktop operating systems, including Linux, Windows, macOS, FreeBSD, and other BSD-style operating systems. Please see the -[Software Requirements](https://gsmartcontrol.shaduri.dev/software_requirements.html) page +[Software Requirements](https://gsmartcontrol.shaduri.dev/software-requirements) page for more information. diff --git a/docs/screenshots.md b/docs/screenshots.md index 59fe1ce..2db8479 100644 --- a/docs/screenshots.md +++ b/docs/screenshots.md @@ -1,3 +1,8 @@ +--- +title: "Screenshots" +permalink: /screenshots/ +--- + # Screenshots **Note:** Some of these screenshots may have been taken with older versions diff --git a/docs/smart.md b/docs/smart.md index 4ea9ed9..4925dc8 100644 --- a/docs/smart.md +++ b/docs/smart.md @@ -1,3 +1,8 @@ +--- +title: "What Is Smart?" +permalink: /what-is-smart/ +--- + # What is SMART? SMART is a technology which provides hard disk drives with methods to diff --git a/docs/smartctl_man.html b/docs/smartctl_man.html new file mode 100644 index 0000000..f66abff --- /dev/null +++ b/docs/smartctl_man.html @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/software_requirements.md b/docs/software_requirements.md index cbe4071..538ca55 100644 --- a/docs/software_requirements.md +++ b/docs/software_requirements.md @@ -1,3 +1,8 @@ +--- +title: "Software Requirements" +permalink: /software-requirements/ +--- + # Software Requirements **Note:** If using the official Windows packages, no additional software is required. diff --git a/docs/support.html b/docs/support.html new file mode 100644 index 0000000..f647d33 --- /dev/null +++ b/docs/support.html @@ -0,0 +1,6 @@ + + + + + + diff --git a/docs/support.md b/docs/support.md index 0932a2a..fa19850 100644 --- a/docs/support.md +++ b/docs/support.md @@ -1,3 +1,8 @@ +--- +title: "Support" +permalink: /support/ +--- + # Support diff --git a/docs/supported_hardware.md b/docs/supported_hardware.md index 426fde4..5ba3a46 100644 --- a/docs/supported_hardware.md +++ b/docs/supported_hardware.md @@ -1,3 +1,8 @@ +--- +title: "Supported Hardware" +permalink: /supported-hardware/ +--- + # Supported Hardware GSmartControl supports ATA drives (both PATA and SATA), various USB to diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 6e47453..4b6dcca 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -1,3 +1,7 @@ +--- +title: "Troubleshooting" +permalink: /troubleshooting/ +--- # Troubleshooting diff --git a/docs/usage.md b/docs/usage.md index 7764834..a8d4bf1 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -1,3 +1,8 @@ +--- +title: "Usage" +permalink: /usage/ +--- + # Usage ## Launching GSmartControl on Desktop