From 17ffb4455ef1422e2c52bfa6300f0090504d48d6 Mon Sep 17 00:00:00 2001 From: Daisuke Sato Date: Fri, 20 Oct 2023 03:06:20 +0900 Subject: [PATCH] docs: fix typos in docs Signed-off-by: Daisuke Sato --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 44aed2008..70d703130 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -147,7 +147,7 @@ enable_inotify_warnings: True # option to suppress warnings when necessary. The default is True. ``` -!!! Note: +!!! Note Previously the `[file_manager]` section contained `config_path` and `log_path` options. These options are now deprecated, as both locations are determined by the `data path` configured on the command line. @@ -255,7 +255,7 @@ gcode: ### `[database]` -!!! Note: +!!! Note This section no long has configuration options. Previously the `database_path` option was used to determine the locatation of the database folder, it is now determined by the `data path`