From d4ba2b9dd2d0f061679afcaed88a12b82f9f41c5 Mon Sep 17 00:00:00 2001 From: Jerome Date: Wed, 28 Feb 2024 10:39:48 -0500 Subject: [PATCH] Add archlinux doc to mkdocs config + add warning --- docs/install/archlinux.md | 5 ++++- mkdocs.yml | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/install/archlinux.md b/docs/install/archlinux.md index 9a6286b27..2f17147f6 100644 --- a/docs/install/archlinux.md +++ b/docs/install/archlinux.md @@ -1,3 +1,6 @@ +!!! info "Community Contributed" + This guide was contributed by the community and is neither officially supported, nor updated or tested. + These are instructions for pacman based distributions, like ArchLinux. The package is available from the [AUR](https://aur.archlinux.org/packages/tandoor-recipes-git) or from [GitHub](https://github.com/jdecourval/tandoor-recipes-pkgbuild). ## Features @@ -45,4 +48,4 @@ Or use your favourite AUR helper. You shouldn't need to do anything else. This package applies migration automatically. If PostgreSQL has been updated to a new major version, you may need to [run pg_upgrade](https://wiki.archlinux.org/title/PostgreSQL#pg_upgrade). ## Help -This package is non-official. Issues should be posted to https://github.com/jdecourval/tandoor-recipes-pkgbuild or https://aur.archlinux.org/packages/tandoor-recipes-git. \ No newline at end of file +This package is non-official. Issues should be posted to https://github.com/jdecourval/tandoor-recipes-pkgbuild or https://aur.archlinux.org/packages/tandoor-recipes-git. diff --git a/mkdocs.yml b/mkdocs.yml index 644396fd5..68d2b70a9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -35,6 +35,7 @@ nav: - KubeSail or PiBox: install/kubesail.md - TrueNAS Portainer: install/truenas_portainer.md - WSL: install/wsl.md + - ArchLinux: install/archlinux.md - Manual: install/manual.md - Other setups: install/other.md - Features: