From f8f05389330f34b5a1f71f6ef07942a2fdb0108b Mon Sep 17 00:00:00 2001 From: Kolja Lampe Date: Sat, 18 Jan 2025 17:44:27 +0100 Subject: [PATCH] Change readme to point to online docs as setup seems old --- doc/website/README.md | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/doc/website/README.md b/doc/website/README.md index 88027a344..37b838fa7 100644 --- a/doc/website/README.md +++ b/doc/website/README.md @@ -2,23 +2,7 @@ This is the website for the [XDG Desktop Portal project](https://github.com/flatpak/xdg-desktop-portal). -## Setup +## Development -The process of setting up the site locally consists of: - -- Install ruby [gem bundler](https://bundler.io/). On [Fedora](https://getfedora.org/)/in the [Toolbx](https://containertoolbx.org) you do: - -``` -toolbox enter -sudo dnf install rubygem-bundler -cd xdg-desktop-portal/doc/website -bundle install -``` - -- Test the site locally: - -``` -bundle exec jekyll s -``` - -- `git commit` your changes and create a merge request. After review, the merged changes get automatically deployed to the site. +The contribution guidelines have been moved to the online documentation: +https://flatpak.github.io/xdg-desktop-portal/docs/for-contributors.html