Skip to content

Commit

Permalink
Updates packages and add more redirects. (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoSQLKnowHow authored Sep 27, 2023
1 parent f004e41 commit a287d85
Show file tree
Hide file tree
Showing 3 changed files with 2,224 additions and 1,951 deletions.
20 changes: 20 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,26 @@ const config = {
from: '/develop/sdks-integrations/deploying-javascript-web-sdk',
to: '/cache/develop/sdks/web',
},
{
from: '/develop/api-reference/collections/collectionttl',
to: '/cache/develop/api-reference/collection-ttl',
},
{
from: '/develop/api-reference/collections/sortedsets',
to: '/cache/develop/api-reference/sorted-set-collections',
},
{
from: '/develop/api-reference/collections/dictionary',
to: '/cache/develop/api-reference/dictionary-collections',
},
{
from: '/develop/api-reference/collections/list',
to: '/cache/develop/api-reference/list-collections',
},
{
from: '/develop/api-reference/collections/sets',
to: '/cache/develop/api-reference/set-collections',
},
{
from: '/develop/api-reference/auth-tokens',
to: '/cache/develop/api-reference/auth'
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
"node": ">=18.16.0"
},
"dependencies": {
"@docusaurus/core": "2.4.0",
"@docusaurus/plugin-client-redirects": "2.4.0",
"@docusaurus/preset-classic": "2.4.0",
"@docusaurus/core": "2.4.3",
"@docusaurus/plugin-client-redirects": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"docusaurus-gtm-plugin": "^0.0.2",
"docusaurus-plugin-sass": "^0.2.2",
"docusaurus-plugin-sass": "^0.2.5",
"path-browserify": "^1.0.1",
"prism-react-renderer": "^1.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.54.5"
"sass": "^1.68.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.0"
"@docusaurus/module-type-aliases": "2.4.3"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit a287d85

Please sign in to comment.