From cb93c4a52a78fc39b31a1b258b4a8313cec7c0f4 Mon Sep 17 00:00:00 2001 From: totoprayogo1916 Date: Wed, 17 Aug 2022 13:04:02 +0700 Subject: [PATCH 1/3] docs: fix `$pathsConfig` line number --- user_guide_src/source/general/managing_apps.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_guide_src/source/general/managing_apps.rst b/user_guide_src/source/general/managing_apps.rst index ddba276825d2..514773504624 100644 --- a/user_guide_src/source/general/managing_apps.rst +++ b/user_guide_src/source/general/managing_apps.rst @@ -42,12 +42,12 @@ your main **app/Config/Paths.php** and set a *full server path* in the You will need to modify two additional files in your project root, so that they can find the **Paths** configuration file: -- **/spark** runs command line apps; the path is specified on or about line 49: +- **/spark** runs command line apps; the path is specified on or about line 69: .. literalinclude:: managing_apps/002.php - **/public/index.php** is the front controller for your webapp; the config - path is specified on or about line 20: + path is specified on or about line 32: .. literalinclude:: managing_apps/003.php From 5eb9cd6d841e940c659691731b4c35c1cf1d0de0 Mon Sep 17 00:00:00 2001 From: totoprayogo1916 Date: Wed, 17 Aug 2022 18:28:38 +0700 Subject: [PATCH 2/3] remove line number described --- user_guide_src/source/general/managing_apps.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/user_guide_src/source/general/managing_apps.rst b/user_guide_src/source/general/managing_apps.rst index 514773504624..616631e647f1 100644 --- a/user_guide_src/source/general/managing_apps.rst +++ b/user_guide_src/source/general/managing_apps.rst @@ -42,12 +42,11 @@ your main **app/Config/Paths.php** and set a *full server path* in the You will need to modify two additional files in your project root, so that they can find the **Paths** configuration file: -- **/spark** runs command line apps; the path is specified on or about line 69: +- **/spark** runs command line apps. .. literalinclude:: managing_apps/002.php -- **/public/index.php** is the front controller for your webapp; the config - path is specified on or about line 32: +- **/public/index.php** is the front controller for your webapp. .. literalinclude:: managing_apps/003.php From 580fa2633ea69c00edd9e80071a27e560767cde8 Mon Sep 17 00:00:00 2001 From: totoprayogo1916 Date: Wed, 17 Aug 2022 18:29:23 +0700 Subject: [PATCH 3/3] update code --- user_guide_src/source/general/managing_apps/002.php | 4 +++- user_guide_src/source/general/managing_apps/003.php | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/user_guide_src/source/general/managing_apps/002.php b/user_guide_src/source/general/managing_apps/002.php index f44809350aaf..d6ae0b9ef96e 100644 --- a/user_guide_src/source/general/managing_apps/002.php +++ b/user_guide_src/source/general/managing_apps/002.php @@ -1,4 +1,6 @@