zitadel/docs/babel.config.js
Florian Forster c9e352033e
chore(docs): use gh action to build docs (#8097)
# Which Problems Are Solved

This allows us to build multiple docs in parallel and only runs when
docs/proto are changed.

# Additional Changes

- [ ] Change "required" in GitHub from Vercel to the docs flow

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-06-13 08:07:39 +00:00

5 lines
105 B
JavaScript

module.exports = {
presets: [require.resolve("@docusaurus/core/lib/babel/preset")],
compact: auto
};