Skip to content

Commit

Permalink
chore(): Resources redirects (ionic-team#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcbaum authored Dec 8, 2021
1 parent d7d128e commit d087132
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 44 deletions.
13 changes: 0 additions & 13 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,19 +211,6 @@ module.exports = {
'reference/migration',
],
},
{
type: 'category',
label: 'Resources',
collapsed: false,
items: [
'developer-resources/books',
'developer-resources/courses',
'developer-resources/guides',
'developer-resources/posts',
'developer-resources/tools',
'developer-resources/videos',
],
},
],

api: [
Expand Down
4 changes: 4 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"source": "/docs/angular/your-first-app/7-live-reload",
"destination": "/docs/angular/your-first-app/live-reload"
},
{
"source": "/docs/(v5/)?developer-resources/:path*",
"destination": "https://ionic.io/resources"
},
{
"source": "/docs/react/your-first-app/2-taking-photos",
"destination": "/docs/react/your-first-app/taking-photos"
Expand Down
31 changes: 0 additions & 31 deletions versioned_sidebars/version-v5-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -531,37 +531,6 @@
"id": "version-v5/reference/migration"
}
]
},
{
"collapsed": false,
"type": "category",
"label": "Resources",
"items": [
{
"type": "doc",
"id": "version-v5/developer-resources/books"
},
{
"type": "doc",
"id": "version-v5/developer-resources/courses"
},
{
"type": "doc",
"id": "version-v5/developer-resources/guides"
},
{
"type": "doc",
"id": "version-v5/developer-resources/posts"
},
{
"type": "doc",
"id": "version-v5/developer-resources/tools"
},
{
"type": "doc",
"id": "version-v5/developer-resources/videos"
}
]
}
],
"version-v5/api": [
Expand Down

0 comments on commit d087132

Please sign in to comment.