From 34d6c25c92be998a07286cf1eb6657cebbb1d8a3 Mon Sep 17 00:00:00 2001 From: Luiz Carlos Date: Wed, 20 Dec 2023 08:38:24 -0300 Subject: [PATCH 1/2] update logo doc --- docs/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index cffb81023..522045284 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -376,6 +376,8 @@ window.$docsify = { Website logo as it appears in the sidebar. You can resize it using CSS. +!> Logo will only bee visible if `name` prop is also set. See [name configuration](configuration?id=name). + ```js window.$docsify = { logo: '/_media/icon.svg', From 4f42f49b73099f549544613e32e19cecd90c22c7 Mon Sep 17 00:00:00 2001 From: Lu Fei <52o@qq52o.cn> Date: Thu, 21 Dec 2023 10:47:29 +0800 Subject: [PATCH 2/2] Apply suggestions from code review --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 522045284..6004636c3 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -376,7 +376,7 @@ window.$docsify = { Website logo as it appears in the sidebar. You can resize it using CSS. -!> Logo will only bee visible if `name` prop is also set. See [name configuration](configuration?id=name). +!> Logo will only bee visible if `name` prop is also set. See [name](#name) configuration. ```js window.$docsify = {