merged cli and sdk docs into one branch, added sidebar

This commit is contained in:
Jordan Violet
2023-03-03 17:25:18 -05:00
parent b856068e54
commit 495c262168
2 changed files with 9 additions and 2 deletions

View File

@@ -17,8 +17,8 @@ module.exports = {
{to: '#', label: 'Documentation', className: 'navbar__section'},
{to: 'idn/docs', label: 'IDN Documentation', className: 'indent'},
{to: '#', label: 'Tools', className: 'navbar__section'},
{to: 'idn/tools/sdk', label: 'SDKs', className: 'indent'},
{to: 'idn/tools/cli', label: 'CLI', className: 'indent'},
{to: 'idn/tools/sdk', label: 'SDKs', className: 'indent'},
{to: '#', label: 'External Links', className: 'navbar__section'},
{
href: 'https://documentation.sailpoint.com',

View File

@@ -3,11 +3,18 @@ module.exports = [
'@docusaurus/plugin-client-redirects',
{
redirects: [
// /docs/oldDoc -> /docs/newDoc
{
to: '/developerdays',
from: '/conf',
},
{
to: '/',
from: '/docs',
},
{
to: '/tools/cli',
from: 'idn/tools',
},
],
},
],