From a62b4e29b0102649790ca215f30f438e8574c756 Mon Sep 17 00:00:00 2001 From: RhodeCode Admin Date: Sun, 13 Jul 2025 18:25:34 +0200 Subject: [PATCH] docs: few format fixes/rcstack ref fix --- docs/admin/system_admin/vcs-server.rst | 2 +- docs/install/config-database.rst | 9 ++++----- docs/install/configure-celery.rst | 3 +-- docs/install/install-steps.rst | 1 + 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/admin/system_admin/vcs-server.rst b/docs/admin/system_admin/vcs-server.rst index 54fc06bc..58d60951 100644 --- a/docs/admin/system_admin/vcs-server.rst +++ b/docs/admin/system_admin/vcs-server.rst @@ -154,7 +154,7 @@ To clear the cache completely, you can restart the VCS Server. you only perform this when there is very little traffic on the instance. Use the following example to restart your VCS Server, -for full details see the :ref:`RhodeCode rcstack CLI `. +for full details see the :ref:`RhodeCode rcstack CLI `. .. code-block:: bash $ ./rcstack stack rhodecode restart vcsserver diff --git a/docs/install/config-database.rst b/docs/install/config-database.rst index 6ec53780..b0996b02 100644 --- a/docs/install/config-database.rst +++ b/docs/install/config-database.rst @@ -7,11 +7,10 @@ If you need to change database connection details for a |RCEE| instance, use the following steps: 1. Open the :file:`rhodecode.ini` file for the instance you wish to edit. The - default location is - :file:`config/_shared/rhodecode.ini` -2. When you open the file, find the database configuration section, - and use the below example to change the - connection details: +default location is :file:`config/_shared/rhodecode.ini` + +2. When you open the file, find the database configuration section, and use the below +example to change the connection details: .. code-block:: ini diff --git a/docs/install/configure-celery.rst b/docs/install/configure-celery.rst index fa7a5396..92b0b8f4 100644 --- a/docs/install/configure-celery.rst +++ b/docs/install/configure-celery.rst @@ -44,8 +44,7 @@ In order to install and configure Celery, follow these steps: reconfiguration could cause scheduler issues. -3. Configure Celery in the - :file:`config/_shared/rhodecode.ini` file. +3. Configure Celery in the :file:`config/_shared/rhodecode.ini` file. Set the broker_url as minimal settings required to enable operation. If used our example data from pt 1a, here is how the broker url should look like:: diff --git a/docs/install/install-steps.rst b/docs/install/install-steps.rst index 61d29b18..53981f03 100644 --- a/docs/install/install-steps.rst +++ b/docs/install/install-steps.rst @@ -11,3 +11,4 @@ the information in these sections to configure your instance of |RCE|. setup-email configure-celery migrate-repos + config-database