Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanan-ravi committed Sep 13, 2023
1 parent acdecb0 commit 948db68
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
5 changes: 3 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const config = {
// to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
locales: ['en', 'zh-CN', 'zh-TW'],
locales: ['en'],
// locales: ['en', 'zh-CN', 'zh-TW'],
},

presets: [
Expand All @@ -45,7 +46,7 @@ const config = {
banner: 'none',
},
"v1.5": {
label: 'v1.5',
label: 'v1.5 (deprecated)',
path: 'v1.5',
banner: 'none',
},
Expand Down
48 changes: 24 additions & 24 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,32 +80,32 @@ const sidebars = {
'sensors/linux-host',
],
},
],
},

{
type: 'category',
label: 'Cloud Scanner',
link: {
type: 'doc',
id: 'cloudscanner/index'
},
items: [
'cloudscanner/aws',
'cloudscanner/azure',
'cloudscanner/gcp',
'cloudscanner/other',
],
},
{
type: 'category',
label: 'Cloud Scanner',
link: {
type: 'doc',
id: 'cloudscanner/index'
},
items: [
'cloudscanner/aws',
'cloudscanner/azure',
'cloudscanner/gcp',
'cloudscanner/other',
],
},

{
type: 'category',
label: 'Kubernetes Scanner',
link: {
type: 'doc',
id: 'kubernetes-scanner/index'
},
items: [],
{
type: 'category',
label: 'Kubernetes Scanner',
link: {
type: 'doc',
id: 'kubernetes-scanner/index'
},
items: [],
},
],
},

{
Expand Down

0 comments on commit 948db68

Please sign in to comment.