Twilio Docs
Description
Also part of my work as a StackBuilders consultant working at Twilio. Work consisted on migrating the /docs pages to a Docs as Code architecture. To accomplish this we developed a parsing tool using Typescript that would leverage the wagtail CMS REST API to read the page structure and translate it into MDX files that would be rendered on the Next.js frontend. A good chunk of pages had code samples too, so our tool had to handle the code generation for those code samples in multiple languages as well.
Challenges
Lessons