From d04eac4a23d94e47ea55445c24db65b2c75e14f6 Mon Sep 17 00:00:00 2001 From: Simon Stucki Date: Wed, 28 Aug 2024 22:42:51 +0200 Subject: [PATCH] Apply prettier --- website/babel.config.js | 2 +- website/sidebars.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/babel.config.js b/website/babel.config.js index e00595d..bfd75db 100644 --- a/website/babel.config.js +++ b/website/babel.config.js @@ -1,3 +1,3 @@ module.exports = { - presets: [require.resolve('@docusaurus/core/lib/babel/preset')], + presets: [require.resolve("@docusaurus/core/lib/babel/preset")], }; diff --git a/website/sidebars.ts b/website/sidebars.ts index acc7685..7dfdcb5 100644 --- a/website/sidebars.ts +++ b/website/sidebars.ts @@ -1,4 +1,4 @@ -import type {SidebarsConfig} from '@docusaurus/plugin-content-docs'; +import type { SidebarsConfig } from "@docusaurus/plugin-content-docs"; /** * Creating a sidebar enables you to: @@ -12,7 +12,7 @@ import type {SidebarsConfig} from '@docusaurus/plugin-content-docs'; */ const sidebars: SidebarsConfig = { // By default, Docusaurus generates a sidebar from the docs folder structure - tutorialSidebar: [{type: 'autogenerated', dirName: '.'}], + tutorialSidebar: [{ type: "autogenerated", dirName: "." }], // But you can create a sidebar manually /*