Skip to content

Commit b36e8f2

Browse files
committed
chore: update frontmatter data
1 parent d80e1b3 commit b36e8f2

File tree

8 files changed

+19
-16
lines changed

8 files changed

+19
-16
lines changed

src/content/docs/docs/markdown/basic.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Basic Syntax
33
description: Basic markdown syntax.
4-
pubDate: 2024-11-06
54
lastUpdated: 2024-11-06
65
sidebar:
7-
order: 10
86
label: basic
7+
order: 11
98
tableOfContents:
109
minHeadingLevel: 2
1110
maxHeadingLevel: 2
1211
rss: true
12+
pubDate: 2024-10-24
1313
---
1414

1515
<blockquote cite="https://daringfireball.net/projects/markdown/syntax#philosophy">

src/content/docs/docs/markdown/extended.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
title: Extended Syntax
33
description: Extended markdown syntax.
4-
pubDate: 2024-10-28
5-
lastUpdated: 2024-10-28
4+
lastUpdated: 2024-11-28
5+
sidebar:
6+
label: extended
7+
order: 19
68
tableOfContents:
79
minHeadingLevel: 2
810
maxHeadingLevel: 2
9-
sidebar:
10-
label: extended
1111
next: false
1212
rss: true
13+
pubDate: 2024-10-25
1314
---
1415

1516
## Deleted Text `<del>`

src/content/docs/docs/starlight/astro/rss.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: RSS
33
description: Generate an RSS feed with Astro.
44
lastUpdated: 2024-12-01
55
sidebar:
6-
order: 301
76
label: rss
7+
order: 301
88
tableOfContents:
99
minHeadingLevel: 2
1010
maxHeadingLevel: 2
1111
rss: true
12-
pubDate: 2024-12-30
12+
pubDate: 2024-11-30
1313
---
1414

1515
- [Astro RSS Guide](https://docs.astro.build/guides/rss/)

src/content/docs/docs/starlight/components.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Components
33
description: Working with Starlight components.
4-
lastUpdated: 2024-11-01
4+
lastUpdated: 2024-11-02
55
sidebar:
6-
order: 23
76
label: components
7+
order: 23
88
tableOfContents:
99
minHeadingLevel: 2
1010
maxHeadingLevel: 2
1111
rss: true
12-
pubDate: 2024-11-01
12+
pubDate: 2024-11-02
1313
---
1414

1515
- [Component Reference](https://starlight.astro.build/reference/overrides/)

src/content/docs/docs/starlight/expressive-code.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Expressive Code
33
description: Easy to understand and visually stunning codeblocks.
44
lastUpdated: 2024-11-27
55
sidebar:
6-
order: 29
76
label: expressive code
7+
order: 29
88
tableOfContents:
99
minHeadingLevel: 2
1010
maxHeadingLevel: 4
1111
rss: true
12-
pubDate: 2024-11-27
12+
pubDate: 2024-10-27
1313
---
1414

1515
A _quick_ overview of [**Expressive Code**](https://expressive-code.com/) features.

src/content/docs/docs/starlight/styling.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Styling
33
description: Styling Starlight pages.
44
lastUpdated: 2024-10-31
55
sidebar:
6-
order: 21
76
label: styling
7+
order: 21
88
tableOfContents:
99
minHeadingLevel: 2
1010
maxHeadingLevel: 4
1111
rss: true
12-
pubDate: 2024-10-31
12+
pubDate: 2024-10-29
1313
---
1414

1515
## Custom `CSS`

src/content/docs/docs/usage.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ title: Getting Started
33
description: Getting started with Starlight.
44
lastUpdated: 2024-10-27
55
sidebar:
6+
label: usage
67
order: 0
78
rss: true
8-
pubDate: 2024-10-27
9+
pubDate: 2024-03-06
910
---
1011

1112
A simple playground for the [Astro's](https://astro.build/) [**Starlight**](https://github.com/withastro/starlight) framework.

src/content/docs/starlight-openapi/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Overview
33
description: Using Starlight OpenAPI Plugin.
44
lastUpdated: 2024-10-28
55
sidebar:
6+
label: overview
67
order: 0
78
rss: true
89
pubDate: 2024-10-28

0 commit comments

Comments
 (0)