Skip to content

Commit 6b1da44

Browse files
style: deno fmt
1 parent 873bf86 commit 6b1da44

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

docs/src/content.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { defineCollection } from 'astro:content';
2-
import { docsLoader } from '@astrojs/starlight/loaders';
3-
import { docsSchema } from '@astrojs/starlight/schema';
1+
import { defineCollection } from "astro:content";
2+
import { docsLoader } from "@astrojs/starlight/loaders";
3+
import { docsSchema } from "@astrojs/starlight/schema";
44

55
export const collections = {
6-
docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }),
6+
docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }),
77
};

docs/src/content/docs/contributing/guides/images-and-svgs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Images and SVGs
33
description: Guide for theming images and SVGs in userstyles.
4-
sidebar:
4+
sidebar:
55
order: 2
66
---
77

docs/src/content/docs/contributing/guides/raw-color-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Raw color values
33
description: Guide for obtaining raw color values of palette colors in RGB or HSL formats.
4-
sidebar:
4+
sidebar:
55
order: 4
66
---
77

docs/src/content/docs/contributing/guides/syntax-highlighting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Syntax Highlighting
33
description: Guide for theming syntax highlighting in userstyles.
4-
sidebar:
4+
sidebar:
55
order: 3
66
---
77

docs/src/content/docs/contributing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Contributing
33
description: Contribution guidelines for the Catppuccin Userstyles project.
4-
sidebar:
4+
sidebar:
55
label: Overview
66
---
77

docs/src/content/docs/contributing/tips-and-tricks/hot-reloading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Using hot reloading in Stylus
33
description: See changes from your IDE in real time with Stylus's "Live reloading" feature.
4-
sidebar:
4+
sidebar:
55
order: 2
66
---
77

docs/src/content/docs/contributing/tips-and-tricks/inspect-hard-to-grab-elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Inspect hard to grab elements
33
description: Useful tip for inspecting elements that are hard to debug.
4-
sidebar:
4+
sidebar:
55
order: 1
66
---
77

docs/src/content/docs/contributing/tutorials/writing-a-userstyle.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Writing a userstyle
33
description: Beginner-friendly walkthrough of creating a userstyle!
4-
sidebar:
4+
sidebar:
55
order: 1
66
---
77

@@ -213,8 +213,8 @@ Combining all of the previous steps, we have a working userstyle!
213213
};
214214
```
215215
216-
| Original | Themed |
217-
| ---------------------------------------- | -------------------------------------- |
216+
| Original | Themed |
217+
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
218218
| ![Screenshot of the default example.com page.](../../../../assets/example.org-original.webp) | ![Combined screenshots of the example.com page, with the page seen using the Catppuccin palette. Images for flavors Latte, Frappé, Macchiato and Mocha are displayed left to right.](../../../../assets/example.org-themed.webp) |
219219
220220
Complete the rest of the steps in [Creating Userstyles](/contributing/creating-userstyles/), and then submit your PR!

docs/src/content/docs/getting-started/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: FAQ
33
description: Answers to frequently asked questions about Catppuccin Userstyles.
4-
sidebar:
4+
sidebar:
55
order: 3
66
---
77

docs/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"extends": "astro/tsconfigs/strict",
33
"include": [".astro/types.d.ts", "**/*"],
44
"exclude": ["dist"]
5-
}
5+
}

0 commit comments

Comments
 (0)