Pipeline repository that generates Reference docs and deploys .mdx files to Mintlify.
This repository implements the improvements outlined in Bazel Docs: Why It Might Be Time For A Refresh. The goal is to create a more developer friendly set of Bazel Docs. Starting with bazel.build/docs
- Clones .mdx files from
bazelbuild/bazelrepo using a git submodule. - Transforms Devsite frontmatter and directory layout into MDX format.
- Deploys on Mintlify
All converted .mdx files (necessary for Mintlify to render) are now located in the bazelbuild/bazel/docs folder.
The missing step is to copy the docs/ folder, generate the reference docs via bazel build and deploy to Mintlify
Send a PR to get a hosted preview of the changes.
(Very soon) you will see a comment on the bazelbuild/bazel PR with a link the Mintlify's deployment.