From fa4cf49e3e8bf1c4eb2323c297614361df0867bd Mon Sep 17 00:00:00 2001 From: Roxedus Date: Mon, 25 Mar 2024 00:22:15 +0100 Subject: [PATCH] Lint files --- docs/index.md | 4 ++-- mkdocs.yml | 41 +++++++++++++++++++++-------------------- requirements.txt | 5 +++-- 3 files changed, 26 insertions(+), 24 deletions(-) diff --git a/docs/index.md b/docs/index.md index 74c725a..fac1173 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ -[![Unraid](https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/.github/ISSUE_TEMPLATE/discord_unraid_unraid.png )](https://discord.gg/qWPbc8R) - # Welcome to selfhosters.net +[![Unraid](https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/.github/ISSUE_TEMPLATE/discord_unraid_unraid.png )](https://discord.gg/qWPbc8R) + Selfhosters.net is a documentation portal for the [Unraid Discord](https://discord.gg/qWPbc8R). Here you will find short guides and walkthroughs made by the Unraid community. diff --git a/mkdocs.yml b/mkdocs.yml index 1fbfd54..4467344 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,11 +1,12 @@ -site_name: "Selfhosters.net" -site_description: "Selfhosters.net is a documentation portal for the Unraid Discord. Here you will find short guides and walkthroughs made by the Unraid community." -site_author: "Selfhosters" -site_url: "https://selfhosters.net" +site_name: Selfhosters.net +site_description: | + Selfhosters.net is a documentation portal for the Unraid Community Discord. Here you will find short guides and walkthroughs made by the Unraid community. +site_author: Selfhosters +site_url: https://selfhosters.net -repo_name: "selfhosters/selfhosters.net" -repo_url: "https://github.com/selfhosters/selfhosters.net" -edit_uri: "https://github.com/selfhosters/selfhosters.net/edit/master/docs/" +repo_name: selfhosters/selfhosters.net +repo_url: https://github.com/selfhosters/selfhosters.net +edit_uri: https://github.com/selfhosters/selfhosters.net/edit/master/docs/ # Configuration @@ -44,25 +45,25 @@ markdown_extensions: permalink: true theme: - favicon: "assets/images/favicon.ico" - logo: "assets/images/logo.png" + favicon: assets/images/favicon.ico + logo: assets/images/logo.png features: - instant - name: "material" - language: "en" - custom_dir: "lightgallery/" + name: material + language: en + custom_dir: lightgallery/ palette: - primary: "orange" - accent: "red" + primary: orange + accent: red font: - text: "Roboto" - code: "Fira Code" + text: Roboto + code: Fira Code extra: social: - - icon: "fontawesome/brands/github" - link: "https://github.com/selfhosters" - - icon: "fontawesome/brands/discord" - link: "https://discord.gg/qWPbc8R" + - icon: fontawesome/brands/github + link: https://github.com/selfhosters + - icon: fontawesome/brands/discord + link: https://discord.gg/qWPbc8R # Navigation nav: diff --git a/requirements.txt b/requirements.txt index cc3fbfe..ee66f57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ mkdocs -mkdocs-material +mkdocs-git-revision-date-localized-plugin mkdocs-glightbox +mkdocs-material pymdown-extensions -mkdocs-git-revision-date-localized-plugin +yamllint \ No newline at end of file