Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
8 changes: 8 additions & 0 deletions content/docs/changelog/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"title": "Changelog",
"icon": "History",
"root": true,
"pages": [
"index"
]
}
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
import "./.next/dev/types/routes.d.ts";

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
2 changes: 1 addition & 1 deletion src/components/SmartRootToggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface SmartRootToggleProps {
className?: string
}

const GENERAL_ROOT_ORDER = ['dashboard', 'web-checkout', 'integrations', 'support'] as const
const GENERAL_ROOT_ORDER = ['dashboard', 'web-checkout', 'integrations', 'support', 'changelog'] as const
const SDK_TARGETS = new Set<SDKType>(['ios', 'android', 'flutter', 'expo', 'react-native', 'dashboard'])

const isSdkRoot = (key: string): key is SDKType => SDK_TARGETS.has(key as SDKType)
Expand Down
12 changes: 1 addition & 11 deletions src/lib/changelog-entries.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
{
"lastUpdated": "2026-01-22T19:48:36.102Z",
"lastUpdated": "2026-01-22T21:40:55.625Z",
"entries": [
{
"key": "content/docs/changelog.mdx:ea9b8388bf90d855b45ad488ed732830c2d975e1",
"path": "changelog.mdx",
"title": "Changelog",
"description": "Introduces a changelog page to track product updates and version history.",
"category": "Documentation",
"url": "/docs/changelog",
"date": "2026-01-21T21:32:17.000Z",
"changeType": "added"
},
{
"key": "content/docs/dashboard/overview-metrics.mdx:4d42c4b03754f3ae641edfceeffdb38ef56a27d9",
"path": "dashboard/overview-metrics.mdx",
Expand Down