Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Hu <[email protected]>
  • Loading branch information
charleshu-8 committed Jun 6, 2024
1 parent 62e4871 commit a4563e0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 30 deletions.
3 changes: 1 addition & 2 deletions src/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ 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: "HDF Mapper Development & Implementation", link: "/courses/mappers/", icon: "creative"},
{ text: "InSpec Profile Development & Testing", link: "/courses/profile-dev-test", icon: "creative"}
]},
{ text: "Resources",
icon: "book",
Expand Down
9 changes: 1 addition & 8 deletions src/.vuepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,12 @@ export default sidebar({
children: "structure",
collapsible: true
},
{
{
icon: "creative",
text: "InSpec Profile Development & Testing",
prefix: "courses/profile-dev-test/",
children: "structure",
collapsible: true
},
{
icon: "creative",
text: "HDF Mapper Development & Implementation",
prefix: "courses/mappers/",
children: "structure",
collapsible: true
},
],
});
6 changes: 0 additions & 6 deletions src/courses/mappers/02.md

This file was deleted.

14 changes: 0 additions & 14 deletions src/courses/mappers/README.md

This file was deleted.

0 comments on commit a4563e0

Please sign in to comment.