Skip to content

Commit e9fb4c4

Browse files
fix: remove outdated badge sections from various documentation files
1 parent eca5dcb commit e9fb4c4

File tree

12 files changed

+27
-38
lines changed

12 files changed

+27
-38
lines changed

astro.config.mts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,6 @@ export default defineConfig({
209209
translations: getTranslations('storage-api'),
210210
collapsed: true,
211211
autogenerate: { directory: 'storage-api' },
212-
badge: {
213-
text: 'New',
214-
variant: 'success',
215-
},
216212
},
217213
// TODO - Document more StudioCMS features here
218214
],

src/content/docs/en/config-reference/features.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ title: Features
44
description: Reference page for StudioCMSOptions features
55
sidebar:
66
order: 3
7-
badge:
8-
text: Updated
9-
variant: success
107
tableOfContents:
118
minHeadingLevel: 2
129
maxHeadingLevel: 5

src/content/docs/en/config-reference/index.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ title: StudioCMSOptions
44
description: Reference page for StudioCMSOptions
55
sidebar:
66
order: 1
7-
badge:
8-
text: Updated
9-
variant: success
107
tableOfContents:
118
minHeadingLevel: 2
129
maxHeadingLevel: 5

src/content/docs/en/config-reference/locale.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ title: Locale
44
description: Reference page for StudioCMSOptions locale
55
sidebar:
66
order: 2
7-
badge:
8-
text: Updated
9-
variant: success
107
---
118

129
import ReadMore from '~/components/ReadMore.astro';

src/content/docs/en/ecosystem/packages/cfetch.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ title: CFetch
44
type: integration
55
catalogEntry: studiocms-cfetch
66
description: "Learn about the @studiocms/cfetch package"
7-
sidebar:
8-
badge:
9-
text: Updated
10-
variant: success
117
tableOfContents:
128
minHeadingLevel: 2
139
maxHeadingLevel: 5

src/content/docs/en/ecosystem/packages/kysely.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ title: "Kysely Database Client"
44
type: integration
55
catalogEntry: withstudiocms-kysely
66
description: "Learn about the @withstudiocms/kysely package"
7-
sidebar:
8-
badge:
9-
text: Updated
10-
variant: success
117
tableOfContents:
128
minHeadingLevel: 2
139
maxHeadingLevel: 4

src/content/docs/en/ecosystem/packages/sdk.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ title: "StudioCMS SDK"
44
type: integration
55
catalogEntry: withstudiocms-sdk
66
description: "Learn about the StudioCMS SDK"
7-
sidebar:
8-
badge:
9-
text: Updated
10-
variant: success
117
tableOfContents:
128
minHeadingLevel: 2
139
maxHeadingLevel: 4

src/content/docs/en/guides/upgrade/version-guides/0-1-0.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ description: Upgrade StudioCMS to v0.1.0
55
topic: guides
66
sidebar:
77
label: v0.1.0
8-
badge:
9-
text: NEW
10-
variant: success
118
order: 999983
129
---
1310

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
i18nReady: true
3+
title: "Upgrade: v0.2.0"
4+
description: Upgrade StudioCMS to v0.2.0
5+
topic: guides
6+
sidebar:
7+
label: v0.2.0
8+
badge:
9+
text: NEW
10+
variant: success
11+
order: 999982
12+
---
13+
14+
import QuickUpdate from '~/components/QuickUpdate.astro'
15+
16+
<QuickUpdate />
17+
18+
## Breaking changes
19+
20+
None, This is a non-breaking release.
21+
22+
## Bug Fixes & Improvements
23+
- Moved to updated and migrated cli-kit package
24+
- Added regex and proper error handling to prevent illegal characters (non-url-safe) from being used for S3 objects.
25+
- Fixed an issue where saving a page that does not have `draft` set to `true`, would previously update the `publishedAt` date value.
26+
- Reworks permission checks for dashboard routes to be at the middleware level to prevent unauthorized access
27+
- Updates various dependencies to their latest versions to ensure security and stability.

src/content/docs/en/package-catalog/storage-managers/s3-storage.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ title: "@studiocms/s3-storage"
44
type: integration
55
catalogEntry: studiocms-s3
66
description: "StudioCMS S3 Storage Manager plugin, Provides AWS S3 Storage Support for StudioCMS."
7-
sidebar:
8-
badge:
9-
text: NEW
10-
variant: success
117
---
128

139
import { PackageManagers } from 'starlight-package-managers'

0 commit comments

Comments
 (0)