Files
Xen-Orchestra-xen-orchestra…/docs/babel.config.js
Florent BEAUCHAMP ada3cf745c feat(xo-server): serve doc from xo + add backup calculator (#10154)
* feat(xo-server): serve doc locally
* the doc is already distributed from the mono repo
* add a build phase to the global yanr build that build a doc with the
right prefix
* add a http mount doc => embed build

* doc(backups): add a space calculator
* estimate the space needed for backups
* compute the duration protected by immutability
2026-07-29 09:48:41 +02:00

6 lines
102 B
JavaScript

'use strict'
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
}