diff --git a/docs/content/advanced/backend/upgrade-guides/index.mdx b/docs/content/advanced/backend/upgrade-guides/index.mdx new file mode 100644 index 0000000000..7c2c8cb261 --- /dev/null +++ b/docs/content/advanced/backend/upgrade-guides/index.mdx @@ -0,0 +1,8 @@ +import DocCardList from '@theme/DocCardList'; +import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; + +# Upgrade Guides + +Find in this page the upgrade guides that require necessary steps when upgrading to a new version. + + \ No newline at end of file diff --git a/www/docs/sidebars.js b/www/docs/sidebars.js index 5d0ebc2202..17c8971519 100644 --- a/www/docs/sidebars.js +++ b/www/docs/sidebars.js @@ -215,6 +215,10 @@ module.exports = { type: "category", label: 'Upgrade Guides', collapsed: true, + link: { + type: 'doc', + id: 'advanced/backend/upgrade-guides/index' + }, items: [ { type: "doc", diff --git a/www/docs/src/css/custom.css b/www/docs/src/css/custom.css index 9a0128dc2c..4fe42e05f1 100644 --- a/www/docs/src/css/custom.css +++ b/www/docs/src/css/custom.css @@ -259,7 +259,7 @@ html:not([data-theme="dark"]) footer { /* Cards */ html:not([data-theme=dark]) .card { - border: 1px solid #1f1f1f; + border: 1px solid #cbcbcb; border-radius: 8px; }