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)