mirror of
https://github.com/zitadel/zitadel
synced 2024-11-21 16:30:53 +00:00
c9e352033e
# 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>
5 lines
105 B
JavaScript
5 lines
105 B
JavaScript
module.exports = {
|
|
presets: [require.resolve("@docusaurus/core/lib/babel/preset")],
|
|
compact: auto
|
|
};
|