A Log of Implementing Share Buttons in Docusaurus
A guide to adding SNS share buttons (X, Hatena Bookmarks, etc.) to Docusaurus articles, covering the CSS Modules component design decisions.
A guide to adding SNS share buttons (X, Hatena Bookmarks, etc.) to Docusaurus articles, covering the CSS Modules component design decisions.
A guide to implementing a news links page in Docusaurus using React, TypeScript, and CSS Modules with full i18n support.
A guide to implementing a browser-based memo feature in Docusaurus using React, TypeScript, and localStorage, covering the spec and key technical points.
A guide to implementing a Stripe-powered support (donation) button in Docusaurus — frontend-only with no secret keys in the codebase.
A guide to adding Mermaid diagram rendering to the Docusaurus browser memo, extending the Markdown preview to support text-based diagram creation.
A guide to adding URL sharing and UX improvements to the Docusaurus browser memo feature, using lz-string for URL-encoded memo sharing.
A guide to localizing the Docusaurus navbar and footer, covering translation file placement and a concrete workflow through to verification.
A guide to implementing a GitHub Star button in Docusaurus — a custom component that fetches star counts via the GitHub API without OAuth.