feat: initial site

This commit is contained in:
Folke Lemaitre 2024-06-18 23:17:53 +02:00
parent 0671c76f96
commit df4dc74ead
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
31 changed files with 10703 additions and 0 deletions

3
babel.config.js Normal file
View file

@ -0,0 +1,3 @@
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
};