Skip to content

Commit

Permalink
chore: prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Dec 9, 2024
1 parent d8df9b1 commit 59f3ef4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 34 deletions.
1 change: 0 additions & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

55 changes: 22 additions & 33 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
],
};
Expand Down

0 comments on commit 59f3ef4

Please sign in to comment.