From 8b2695f663eb02859e457c06afcc353b8209caed Mon Sep 17 00:00:00 2001 From: Edward Ly Date: Mon, 21 Oct 2024 16:37:01 -0700 Subject: [PATCH] fix(ExApp): temporarily update missing references Signed-off-by: Edward Ly --- admin_manual/exapps_management/Installation.rst | 3 --- developer_manual/exapp_development/faq/DockerSocketProxy.rst | 2 +- developer_manual/exapp_development/faq/Troubleshooting.rst | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/admin_manual/exapps_management/Installation.rst b/admin_manual/exapps_management/Installation.rst index 389c58f65..5620c2316 100644 --- a/admin_manual/exapps_management/Installation.rst +++ b/admin_manual/exapps_management/Installation.rst @@ -50,9 +50,6 @@ where ```` is the version you want to install. ./occ app:enable --force app_api - -To install it in development mode, follow the instructions on this page: :ref:`dev-setup`. - 4. Setup Deploy daemon ********************** diff --git a/developer_manual/exapp_development/faq/DockerSocketProxy.rst b/developer_manual/exapp_development/faq/DockerSocketProxy.rst index 3df99427b..4a6c57e20 100644 --- a/developer_manual/exapp_development/faq/DockerSocketProxy.rst +++ b/developer_manual/exapp_development/faq/DockerSocketProxy.rst @@ -28,7 +28,7 @@ Nextcloud AIO implements `Docker Socket Proxy container `_ for more details. .. note:: diff --git a/developer_manual/exapp_development/faq/Troubleshooting.rst b/developer_manual/exapp_development/faq/Troubleshooting.rst index 826e6a9d6..ad681f5e4 100644 --- a/developer_manual/exapp_development/faq/Troubleshooting.rst +++ b/developer_manual/exapp_development/faq/Troubleshooting.rst @@ -27,7 +27,7 @@ Here are some common steps to verify the network configuration: ExApp deployment issues ----------------------- -The deployment issues questions are covered in the :ref:`Test Deploy ` section. +The deployment issues questions are covered in the `Test Deploy `_ section. Generally speaking, there are three steps to find the proper error message to understand the problem: 1. Check Nextcloud logs