Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EDU-13931: Update navigation.json for new release note #840

Merged
merged 6 commits into from
Dec 16, 2024
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
7 changes: 7 additions & 0 deletions public/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -14845,6 +14845,13 @@
"origin": "",
"type": "category",
"children": [
{
"name": "FastStore: `faststore.config.js` file is now `discovery.config.js`",
"slug": "2024-12-16-discovery-config-file",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Store Framework: Simplified custom header management now available in VTEX admin",
"slug": "2024-12-05-store-framework-simplified-custom-header-management-now-available-in-vtex-admin",
Expand Down
4 changes: 2 additions & 2 deletions src/components/last-updates-section/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const lastReleaseNote: CardProps = {
action: {
type: 'improved',
description:
'Store Framework: Simplified custom header management now available in VTEX admin',
date: new Date('12/05/2024'),
'FastStore: faststore.config.js file is now discovery.config.js',
date: new Date('16/12/2024'),
},
updateType: 'release-notes',
}
Expand Down
Loading