From 089306178d07b5e8174f53563e6350e485c4958f Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Wed, 25 Oct 2023 12:29:22 +0200 Subject: [PATCH 1/2] GitBook: visualize edits from external collaborators We do support PRs from forked repositories in a secure way. --- content/pages/comparisons/gitbook.html | 1 + 1 file changed, 1 insertion(+) diff --git a/content/pages/comparisons/gitbook.html b/content/pages/comparisons/gitbook.html index eb098e3f..186f3b20 100644 --- a/content/pages/comparisons/gitbook.html +++ b/content/pages/comparisons/gitbook.html @@ -42,6 +42,7 @@ {{ comparison.feature_row("Redirects", "Redirect users to the right page", "fa-arrows-turn-right", on_other=True) }} {{ comparison.feature_row("Translations", "Serve translated versions of your docs", "fa-language", on_other=True) }} {{ comparison.feature_row("Private documention", "Give access only to trusted people", "fa-lock", on_other=True) }} + {{ comparison.feature_row("Deploy previews from forked repositories", "Visualize edits from external collaborators", "fa-people-group") }} {{ comparison.feature_row("Static hosting", "Publish any static content", "fa-page") }} {{ comparison.feature_row("Visual diff on deploy previews", "Visualize differences directly on the rendered version", "fa-face-monocle") }} {{ comparison.feature_row("Custom 404 pages", "Style 404 pages with context-related information", "fa-xmark") }} From 36c05657f5cc97e99040b87ff1b177db5e468dce Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Thu, 26 Oct 2023 10:43:41 +0200 Subject: [PATCH 2/2] Update content/pages/comparisons/gitbook.html Co-authored-by: Anthony --- content/pages/comparisons/gitbook.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/comparisons/gitbook.html b/content/pages/comparisons/gitbook.html index 186f3b20..6431fb46 100644 --- a/content/pages/comparisons/gitbook.html +++ b/content/pages/comparisons/gitbook.html @@ -42,7 +42,7 @@ {{ comparison.feature_row("Redirects", "Redirect users to the right page", "fa-arrows-turn-right", on_other=True) }} {{ comparison.feature_row("Translations", "Serve translated versions of your docs", "fa-language", on_other=True) }} {{ comparison.feature_row("Private documention", "Give access only to trusted people", "fa-lock", on_other=True) }} - {{ comparison.feature_row("Deploy previews from forked repositories", "Visualize edits from external collaborators", "fa-people-group") }} + {{ comparison.feature_row("Preview changes from forked repositories", "Visualize edits from external collaborators", "fa-people-group") }} {{ comparison.feature_row("Static hosting", "Publish any static content", "fa-page") }} {{ comparison.feature_row("Visual diff on deploy previews", "Visualize differences directly on the rendered version", "fa-face-monocle") }} {{ comparison.feature_row("Custom 404 pages", "Style 404 pages with context-related information", "fa-xmark") }}