Skip to content

Commit

Permalink
Merge pull request #838 from vtexdocs/chore/add-rn-to-sidebar
Browse files Browse the repository at this point in the history
chore(navigation.json): add rn to navigation file
  • Loading branch information
carolinamenezes authored Dec 9, 2024
2 parents 5128e79 + 534df40 commit 79fbd29
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion public/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -14846,6 +14846,21 @@
"origin": "",
"type": "category",
"children": [
{
"name": "December",
"slug": "december-2024",
"origin": "",
"type": "category",
"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",
"origin": "",
"type": "markdown",
"children": []
}
]
},
{
"name": "November",
"slug": "november-2024",
Expand Down Expand Up @@ -17199,4 +17214,4 @@
]
}
]
}
}
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:
'FastStore WebOps app: Users can now install the app by themselves',
date: new Date('11/01/2024'),
'Store Framework: Simplified custom header management now available in VTEX admin',
date: new Date('12/05/2024'),
},
updateType: 'release-notes',
}
Expand Down

0 comments on commit 79fbd29

Please sign in to comment.