Skip to content

Commit

Permalink
Updated the docusaurus dependencies and configs
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuakula committed May 18, 2022
1 parent 7d22f2b commit 4f7e6a2
Show file tree
Hide file tree
Showing 2 changed files with 1,013 additions and 1,092 deletions.
3 changes: 1 addition & 2 deletions guide/docusaurus.config.js
Expand Up @@ -30,6 +30,7 @@ const config = {
},
docs: {
sidebarPath: require.resolve('./sidebars.js'),
sidebarCollapsible: true,
// Please change this to your repo.
editUrl: 'https://github.com/madhuakula/kubernetes-goat/edit/next/guide/',
},
Expand Down Expand Up @@ -58,8 +59,6 @@ const config = {
}
},
metadata: [{ name: 'keywords', content: 'Kubernetes, Security, Containers, Docker, Cloud, Cloud Native, Pentest, Hacking, Developers, DevOps, CNCF, k8s, vulnerable, Kubernetes Security, Container Security, Cloud Security, Cloud Native Security, Open Source, DevSecOps' }],
hideableSidebar: true,
autoCollapseSidebarCategories: true,
colorMode: {
defaultMode: 'light',
disableSwitch: false,
Expand Down

0 comments on commit 4f7e6a2

Please sign in to comment.