From 09d22063b36db99bd9e63908ba6a2fd3b1c6d2bd Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Tue, 10 May 2022 14:31:26 +0800 Subject: [PATCH] use this internally --- website/community/{ => 4-canary}/Versions.tsx | 0 .../community/{4-canary.md => 4-canary/index.md} | 0 .../misc/{img/logger-demo.png => logger/demo.png} | Bin website/docs/api/misc/{ => logger}/logger.md | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename website/community/{ => 4-canary}/Versions.tsx (100%) rename website/community/{4-canary.md => 4-canary/index.md} (100%) rename website/docs/api/misc/{img/logger-demo.png => logger/demo.png} (100%) rename website/docs/api/misc/{ => logger}/logger.md (99%) diff --git a/website/community/Versions.tsx b/website/community/4-canary/Versions.tsx similarity index 100% rename from website/community/Versions.tsx rename to website/community/4-canary/Versions.tsx diff --git a/website/community/4-canary.md b/website/community/4-canary/index.md similarity index 100% rename from website/community/4-canary.md rename to website/community/4-canary/index.md diff --git a/website/docs/api/misc/img/logger-demo.png b/website/docs/api/misc/logger/demo.png similarity index 100% rename from website/docs/api/misc/img/logger-demo.png rename to website/docs/api/misc/logger/demo.png diff --git a/website/docs/api/misc/logger.md b/website/docs/api/misc/logger/logger.md similarity index 99% rename from website/docs/api/misc/logger.md rename to website/docs/api/misc/logger/logger.md index 986c4d2880da..fb291473dd5f 100644 --- a/website/docs/api/misc/logger.md +++ b/website/docs/api/misc/logger/logger.md @@ -64,4 +64,4 @@ An embedded expression is optionally preceded by a flag in the form `[a-z]+=` (a If the expression is an array, it's formatted by `` `\n- ${array.join('\n- ')}\n` `` (note it automatically gets a leading line end). Each member is formatted by itself and the bullet is not formatted. So you would see the above message printed as: -![demo](./img/logger-demo.png) +![demo](./demo.png)