Building and Maintaining the Pokke Docs with Starlight and LLMs
/ 1 min read
I built the documentation site for Pokke using Starlight, which is available at docs.pokke.femto-cloud.com.
I designed it with the intention of generating the content directly from source code and design documents using LLMs. The site is built to support both Japanese and English.
Since AI tools like Jules and Codex have built-in features for scheduling tasks, I run them periodically to maintain the site. They automatically fix documentation errors and write updates for newly added features. It is a very convenient setup that makes documentation maintenance much easier.