Skip to content

Commit

Permalink
Merge branch 'main' into git_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Amndeep7 authored Dec 14, 2024
2 parents ac11755 + 4e8af42 commit 4be8e24
Show file tree
Hide file tree
Showing 67 changed files with 30,304 additions and 3,738 deletions.
4,471 changes: 2,069 additions & 2,402 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"cy:run": "cypress run --e2e"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/plugin-markdown-image": "2.0.0-rc.62",
"@vuepress/plugin-markdown-tab": "2.0.0-rc.62",
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/plugin-markdown-image": "2.0.0-rc.66",
"@vuepress/plugin-markdown-tab": "2.0.0-rc.66",
"cypress": "^13.16.1",
"cypress-each": "^1.14.0",
"flowchart.ts": "^3.0.1",
"mermaid": "^11.4.1",
"start-server-and-test": "^2.0.9",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.18",
"vuepress-theme-hope": "2.0.0-rc.59"
"vuepress": "2.0.0-rc.19",
"vuepress-theme-hope": "2.0.0-rc.64"
}
}
3 changes: 2 additions & 1 deletion src/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export default navbar([
{ text: "Beginner Security Automation Developer Class", link: "/courses/beginner/", icon: "creative" },
{ text: "Advanced Security Automation Developer Class", link: "/courses/advanced/", icon: "creative" },
{ text: "Security Guidance Developer Class", link: "/courses/guidance/", icon: "creative" },
{ text: "InSpec Profile Development & Testing", link: "/courses/profile-dev-test/", icon: "creative"}
{ text: "InSpec Profile Development & Testing", link: "/courses/profile-dev-test/", icon: "creative"},
{ text: "SAF Delta Class", link: "/courses/delta/", icon: "creative" },
]},
{ text: "Resources",
icon: "book",
Expand Down
1,069 changes: 1,069 additions & 0 deletions src/.vuepress/public/assets/downloads/CliProcessOutput.log

Large diffs are not rendered by default.

Loading

0 comments on commit 4be8e24

Please sign in to comment.