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: 0 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
announcementBar: {
id: "tskaigi2026",
content:
'📣 <a target="_blank" rel="noopener noreferrer" href="https://2026.tskaigi.org/">TSKaigi 2026</a> — 2026年5月22日-23日 ベルサール羽田空港にて開催!',
backgroundColor: "#0D47A1",
textColor: "#FFFFFF",
isCloseable: true,
},
image: "img/docusaurus-social-card.jpg",
navbar: {
title: "サバイバルTypeScript",
Expand Down
12 changes: 0 additions & 12 deletions src/theme/TOC/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,6 @@ const LINK_ACTIVE_CLASS_NAME = "table-of-contents__link--active";
export default function TOC({ className, ...props }: Props): JSX.Element {
return (
<div className={clsx(styles.tableOfContents, "thin-scrollbar", className)}>
<a
href="https://2026.tskaigi.org/"
target="_blank"
rel="noopener noreferrer"
className={styles.tocBanner}
>
<img
src="/img/sponsors/tskaigi2026-banner.png"
alt="TSKaigi 2026 — 2026年5月22日-23日 ベルサール羽田空港にて開催"
className={styles.tocBannerImage}
/>
</a>
<TOCItems
{...props}
linkClassName={LINK_CLASS_NAME}
Expand Down
Binary file removed static/img/sponsors/tskaigi2026-banner.png
Binary file not shown.
Loading