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

Chore/sidebar #491

Merged
merged 2 commits into from
Sep 19, 2023
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
150 changes: 76 additions & 74 deletions public/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -10271,8 +10271,8 @@
]
},
{
"name": "Concepts",
"slug": "concepts",
"name": "Manifest",
"slug": "vtex-io-documentation-manifest",
"origin": "",
"type": "markdown",
"children": [
Expand All @@ -10290,27 +10290,6 @@
"type": "markdown",
"children": []
},
{
"name": "Clients",
"slug": "vtex-io-documentation-clients",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "CMS",
"slug": "vtex-io-documentation-cms",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Composition",
"slug": "vtex-io-documentation-composition",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Dependencies",
"slug": "vtex-io-documentation-dependencies",
Expand All @@ -10319,29 +10298,37 @@
"children": []
},
{
"name": "Edition App",
"slug": "vtex-io-documentation-edition-app",
"name": "Peer Dependencies",
"slug": "vtex-io-documentation-peerdependencies",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Interfaces",
"slug": "vtex-io-documentation-interface",
"name": "Policies",
"slug": "vtex-io-documentation-policies",
"origin": "",
"type": "markdown",
"children": []
},
}
]
},
{
"name": "Concepts",
"slug": "concepts",
"origin": "",
"type": "markdown",
"children": [
{
"name": "Manifest",
"slug": "vtex-io-documentation-manifest",
"name": "Clients",
"slug": "vtex-io-documentation-clients",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Peer Dependencies",
"slug": "vtex-io-documentation-peerdependencies",
"name": "Edition App",
"slug": "vtex-io-documentation-edition-app",
"origin": "",
"type": "markdown",
"children": []
Expand All @@ -10353,69 +10340,27 @@
"type": "markdown",
"children": []
},
{
"name": "Policies",
"slug": "vtex-io-documentation-policies",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Properties",
"slug": "vtex-io-documentation-properties",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Roles",
"slug": "vtex-io-documentation-roles",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Routes",
"slug": "vtex-io-documentation-routes",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Service",
"slug": "vtex-io-documentation-service",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Site Editor",
"slug": "vtex-io-documentation-site-editor",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Slots",
"slug": "vtex-io-documentation-slots",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Sponsor Account",
"slug": "vtex-io-documentation-sponsor-account",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "VTEX IO CLI",
"slug": "vtex-io-documentation-toolbelt",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "VTEX Resource Name (VRN)",
"slug": "vtex-io-documentation-vrn",
Expand Down Expand Up @@ -12269,6 +12214,63 @@
"type": "markdown",
"children": []
},
{
"name": "Concepts",
"slug": "concepts-storefront",
"origin": "",
"type": "category",
"children": [
{
"name": "CMS",
"slug": "vtex-io-documentation-cms",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Composition",
"slug": "vtex-io-documentation-composition",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Interfaces",
"slug": "vtex-io-documentation-interface",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Properties",
"slug": "vtex-io-documentation-properties",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Routes",
"slug": "vtex-io-documentation-routes",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Site Editor",
"slug": "vtex-io-documentation-site-editor",
"origin": "",
"type": "markdown",
"children": []
},
{
"name": "Slots",
"slug": "vtex-io-documentation-slots",
"origin": "",
"type": "markdown",
"children": []
}
]
},
{
"name": "Guides",
"slug": "storefront-development-category",
Expand Down
6 changes: 3 additions & 3 deletions src/components/last-updates-section/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import styles from './styles'

const lastReleaseNote: CardProps = {
action: {
type: 'fixed',
description: 'Headless CMS Plugin v1.0.10: Bug fix for sync error',
date: new Date('09/06/2023'),
type: 'added',
description: 'New Checkout Settings for Bot Attack Protection',
date: new Date('09/12/2023'),
},
updateType: 'release-notes',
}
Expand Down
Loading