From 59f3ef4a8aed594b643e83a306a25c870865cd19 Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Mon, 9 Dec 2024 18:10:45 -0300 Subject: [PATCH] chore: prettier formatting --- docs/introduction.md | 1 - sidebars.ts | 55 ++++++++++++++++++-------------------------- 2 files changed, 22 insertions(+), 34 deletions(-) diff --git a/docs/introduction.md b/docs/introduction.md index ff37c7c..41e4e1d 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -179,4 +179,3 @@ You can use `mokutil --list-enrolled` to confirm that the "ublue kernel" key is _If you see `ublue akmods\` listed, it is a former key that is soon to be removed. `ublue kernel` is the current key._ [Move on to system administration](administration) - diff --git a/sidebars.ts b/sidebars.ts index fe9872d..22de92e 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -15,48 +15,37 @@ import type { SidebarsConfig } from "@docusaurus/plugin-content-docs"; const sidebars: SidebarsConfig = { baseSidebar: [ { - type: 'category', - label: 'Documentation', + type: "category", + label: "Documentation", items: [ - 'introduction', - 'administration', - 'ai', - 'bluefin-dx', - 'tips', - 'FAQ', - 'press-kit' - ] + "introduction", + "administration", + "ai", + "bluefin-dx", + "tips", + "FAQ", + "press-kit", + ], }, { - type: 'category', - label: 'Contributing', - items: [ - 'contributing', - 'local', - ] + type: "category", + label: "Contributing", + items: ["contributing", "local"], }, { - type: 'category', - label: 'Framework Laptops', - items: [ - 'framework', - 'framework-13', - 'framework-16', - ] + type: "category", + label: "Framework Laptops", + items: ["framework", "framework-13", "framework-16"], }, { - type: 'category', - label: 'T2 Macs (2018-2020)', - items: [ - 't2-mac', - ] + type: "category", + label: "T2 Macs (2018-2020)", + items: ["t2-mac"], }, { - type: 'category', - label: 'Supporting The Project', - items: [ - 'donations', - ] + type: "category", + label: "Supporting The Project", + items: ["donations"], }, ], };