mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
merged cli and sdk docs into one branch, added sidebar
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user