From 906981a7182f1313bd711f254b0a08a79a575ff1 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 29 Mar 2022 15:36:04 +0200 Subject: [PATCH] [documentation] Add third-party packaging to documentation (#443) --- README.md | 9 +++++++++ docs/installation_guide/third_party.md | 7 +++++++ mkdocs.yml | 1 + 3 files changed, 17 insertions(+) create mode 100644 docs/installation_guide/third_party.md diff --git a/README.md b/README.md index 133cdb8d49..6d1223e6ea 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Documentation is at [docs.gotosocial.org](https://docs.gotosocial.org). You can - [Backend-first design](#backend-first-design) - [Wishlist](#wishlist) - [Getting Started](#getting-started) +- [Third-Party Packaging](#third-party-packaging) - [Contributing](#contributing) - [Contact](#contact) - [Credits](#credits) @@ -156,6 +157,14 @@ These cool things will be implemented if time allows (because we really want the All docs for installation and configuration are hosted at [docs.gotosocial.org](https://docs.gotosocial.org). +## Third-Party Packaging + +Thank you so much to the cool people who have put time and energy into packaging GoToSocial! Known third-party packaging projects are listed below: + +- [YunoHost GoToSocial Packaging](https://github.com/YunoHost-Apps/gotosocial_ynh) by [OniriCorpe](https://github.com/OniriCorpe). + +These packages are not maintained by GoToSocial, so please direct questions and issues to the repository maintainers (and donate to them!). + ## Contributing You wanna contribute to GtS? Great! ❤️❤️❤️ Check out the issues page to see if there's anything you wanna jump in on, and read the [CONTRIBUTING.md](./CONTRIBUTING.md) file for guidelines and setting up your dev environment. diff --git a/docs/installation_guide/third_party.md b/docs/installation_guide/third_party.md new file mode 100644 index 0000000000..7850d4546b --- /dev/null +++ b/docs/installation_guide/third_party.md @@ -0,0 +1,7 @@ +# Third-Party Packaging + +Several awesome people have put time and energy into packaging GoToSocial for third-party ecosystems. These projects are listed below: + +- [YunoHost GoToSocial Packaging](https://github.com/YunoHost-Apps/gotosocial_ynh) by [OniriCorpe](https://github.com/OniriCorpe). + +These packages are not maintained by GoToSocial, so please direct questions and issues to the repository maintainers (and donate to them!). diff --git a/mkdocs.yml b/mkdocs.yml index d145f543a0..40b4e952f3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -18,6 +18,7 @@ nav: - "installation_guide/binary.md" - "installation_guide/docker.md" - "installation_guide/nginx.md" + - "installation_guide/third_party.md" - "Configuration": - "configuration/index.md" - "configuration/general.md"