Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions website/docs/community/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import Link from "@docusaurus/Link";
<ThemedImage
alt="Banner of cybozu developer community"
sources={{
light: 'https://global.discourse-cdn.com/business4/uploads/cybozu/original/1X/46b6b48c317c045917e2c184e7f69db295b8768a.png',
dark: 'https://global.discourse-cdn.com/business4/uploads/cybozu/original/1X/a23252a53e760371071afb6c607f8b96d9dc2edf.png',
light: require("@site/static/img/cybozu-developer-community.png").default,
dark: require("@site/static/img/cybozu-developer-community-dark.png").default,
}}
/>
</Link>
Expand All @@ -36,8 +36,8 @@ import Link from "@docusaurus/Link";
<ThemedImage
alt="Banner of kintone developer forum"
sources={{
light: 'https://global.discourse-cdn.com/standard17/uploads/kintone/original/1X/22edf6309a55df93b0e1c1a0bc76e9a632aad507.png',
dark: 'https://global.discourse-cdn.com/standard17/uploads/kintone/original/1X/ea7860dd7df008122e858768c806501321c2ef8e.png',
light: require("@site/static/img/kintone-developer-forum.png").default,
dark: require("@site/static/img/kintone-developer-forum-dark.png").default,
}}
Comment on lines 28 to 41
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In MDX, inlining require(...) inside the JSX makes the markup harder to scan and repeats the path lookups. Consider importing these images once at the top of the file (or defining constants) and referencing the variables in sources.

Copilot uses AI. Check for mistakes.
/>
</Link>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/cybozu-developer-network.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/kintone-developer-forum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading