From 8b2b82772699f0ec7abc7eb6888ec7dce7043ade Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Fri, 6 Sep 2024 15:03:47 +0200 Subject: [PATCH] Add section on selecting Server Pro to Quick Start Guide (#291) --- doc/quick-start-guide.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/quick-start-guide.md b/doc/quick-start-guide.md index 8cb0c3d..61a1496 100644 --- a/doc/quick-start-guide.md +++ b/doc/quick-start-guide.md @@ -74,6 +74,15 @@ These are the three configuration files you will interact with: - `variables.env` : environment variables loaded into the docker container - `version` : the version of the docker images to use +## Selecting Overleaf Community Edition or Server Pro + +By default, the Overleaf Toolkit uses the free Overleaf Community Edition. + +Overleaf Server Pro is a commercial version of Overleaf, with extra features and commercial support. +See https://www.overleaf.com/for/enterprises/features for more details about Server Pro and how to +buy a license. + +In case you are a Server Pro customer, or want to set up a Server Pro trial instance, please follow the [docs on switching to Server Pro](getting-server-pro.md) before continuing with the next step. ## Starting Up