A Memo on Creating a News Links Page in Docusaurus
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 news links page in Docusaurus using React, TypeScript, and CSS Modules with full i18n support.
A memo on improving Docusaurus + Algolia search accuracy with a single-index setup. It explains the correct behavior of contextualSearch and how to apply settings via the Crawler REST API.
A guide to implementing a Stripe-powered support (donation) button in Docusaurus — frontend-only with no secret keys in the codebase.
A guide to localizing the Docusaurus navbar and footer, covering translation file placement and a concrete workflow through to verification.
A guide to fixing mixed-language search results in a multilingual Docusaurus site with Algolia, to deliver search results that match the current display language.
A guide to adding Japanese/English multilingual support (i18n) to a Docusaurus site, including Docker commands and pre-deployment verification steps.
A guide to localizing the Docusaurus announcement bar using process.env.DOCUSAURUS_CURRENT_LOCALE to switch content based on the current locale.
A guide to solving two issues encountered when adding i18n to Docusaurus v3: client-side routing breakdown and container startup failure on Cloud Run.