Skip to content

Commit

Permalink
Added the Training Videos course.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykerbelis committed Feb 18, 2025
1 parent b12ec82 commit 79b7d46
Show file tree
Hide file tree
Showing 44 changed files with 379 additions and 9 deletions.
3 changes: 1 addition & 2 deletions TO-DO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# TO-DO List

1. Finish Home Page
2. Create page(s) for training videos so users don't have to navigate away from the training docs
1. Fix the icons for the courses
3. Add reference links when referencing figures in the document
4. Vuepress combine plugin (to print the guide into a single file)
5. Configure the theme to be LM colors
Expand Down
86 changes: 86 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"mermaid": "^11.4.0",
"sass": "^1.83.4",
"start-server-and-test": "^2.0.8",
"vidstack": "^1.12.13",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-theme-hope": "2.0.0-rc.70"
Expand Down
7 changes: 4 additions & 3 deletions src/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { navbar } from "vuepress-theme-hope";

export default navbar([
"/",
{ text: "User Guide", icon: "creative", link: "courses/tir_user_guide/README.md" },
{ text: "Admin Guide", icon: "creative", link: "courses/tir_admin_guide/README.md" },
{ text: "Deployment Guide", icon: "creative", link: "courses/tir_deployment_guide/README.md" }
{ text: "User Guide", icon: "user", link: "courses/tir_user_guide/README.md" },
{ text: "Admin Guide", icon: "admin", link: "courses/tir_admin_guide/README.md" },
{ text: "Deployment Guide", icon: "keyboard", link: "courses/tir_deployment_guide/README.md" },
{ text: "Training Videos", icon: "video", link: "courses/tir_training_videos/README.md" }
]);
14 changes: 11 additions & 3 deletions src/.vuepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,36 @@ export default sidebar({
"/": [
"",
{
icon: "creative",
icon: "user",
text: "User Guide",
link: "courses/tir_user_guide/README.md",
prefix: "courses/tir_user_guide",
children: "structure",
collapsible: true
},
{
icon: "creative",
icon: "admin",
text: "Admin Guide",
link: "courses/tir_admin_guide/README.md",
prefix: "courses/tir_admin_guide",
children: "structure",
collapsible: true
},
{
icon: "creative",
icon: "keyboard",
text: "Deployment Guide",
link: "courses/tir_deployment_guide/README.md",
prefix: "courses/tir_deployment_guide",
children: "structure",
collapsible: true
},
{
icon: "video",
text: "Training Videos",
link: "courses/tir_training_videos/README.md",
prefix: "courses/tir_training_videos",
children: "structure",
collapsible: true
}
],
});
3 changes: 3 additions & 0 deletions src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export default hopeTheme({
icon: {
assets: "//at.alicdn.com/t/font_2410206_h4r1xw8ppng.css",
prefix: "iconfont icon-",
},
components: {
components: ["VidStack"]
}
},
headerDepth: 4,
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ actions:
type: primary
- text: Training Videos
type: primary
link: https://www.youtube.com/playlist?list=PLm1Nyfu8s-DeXpRg8B5bqnrLH7HXetzWn
link: /courses/tir_training_videos/


highlights:
Expand Down
Binary file added src/assets/training-videos/Access Permissions.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/training-videos/Adding Systems.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/training-videos/Administration Tab.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/training-videos/Boundary View.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/training-videos/Delta STIGs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/training-videos/Exports.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/training-videos/Library Tab.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/training-videos/Logging.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/training-videos/Navigation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/training-videos/Overrides.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/training-videos/Overview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/training-videos/POAM Management.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/training-videos/Users Tab.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/training-videos/Vulnerability View.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions src/courses/tir_training_videos/02_Overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
order: 2
next: 03_AccessPermissions.md
title: Overview
shortTitle: 1. Overview
author: Jason Kerbelis
headerDepth: 4
---


<VidStack
src="https://www.youtube.com/watch?v=iM-5R7NYKes&list=PLm1Nyfu8s-DeXpRg8B5bqnrLH7HXetzWn&index=2"
poster="../../assets/training-videos/Overview.jpg"
/>



17 changes: 17 additions & 0 deletions src/courses/tir_training_videos/03_AccessPermissions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
order: 3
next: 04_LoginAndUserSettings.md
title: Access Permissions
shortTitle: 2. Access Permissions
author: Jason Kerbelis
headerDepth: 4
---


<VidStack
src="https://www.youtube.com/watch?v=KwrpUOW0_p8&list=PLm1Nyfu8s-DeXpRg8B5bqnrLH7HXetzWn&index=2"
poster="../../assets/training-videos/Access Permissions.jpg"
/>



15 changes: 15 additions & 0 deletions src/courses/tir_training_videos/04_LoginAndUserSettings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
order: 4
next: 05_Navigation.md
title: Login and User Settings
shortTitle: 3. Login and User Settings
author: Jason Kerbelis
headerDepth: 4
---


<VidStack
src="https://www.youtube.com/watch?v=RFc1d5NH-QQ&list=PLm1Nyfu8s-DeXpRg8B5bqnrLH7HXetzWn&index=3"
poster="../../assets/training-videos/Login and User Settings.jpg"
/>

14 changes: 14 additions & 0 deletions src/courses/tir_training_videos/05_Navigation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
order: 5
next: 06_Library Tab.md
title: Navigation
shortTitle: 4. Navigation
author: Jason Kerbelis
headerDepth: 4
---


<VidStack
src="https://www.youtube.com/watch?v=r-Q4o1Jm8Jo&list=PLm1Nyfu8s-DeXpRg8B5bqnrLH7HXetzWn&index=4"
poster="../../assets/training-videos/Navigation.jpg"
/>
14 changes: 14 additions & 0 deletions src/courses/tir_training_videos/06_Library Tab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
order: 6
next: 07_Creating Companies and Boundaries.md
title: Library Tab
shortTitle: 5. Library Tab
author: Jason Kerbelis
headerDepth: 4
---


<VidStack
src="https://www.youtube.com/watch?v=92T0q85NHIY&list=PLm1Nyfu8s-DeXpRg8B5bqnrLH7HXetzWn&index=5"
poster="../../assets/training-videos/Library Tab.jpg"
/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
order: 7
next: 08_Adding Systems.md
title: Creating Companies and Boundaries
shortTitle: 6. Creating Companies and Boundaries
author: Jason Kerbelis
headerDepth: 4
---


<VidStack
src="https://www.youtube.com/watch?v=GlvVr_xZqfI&list=PLm1Nyfu8s-DeXpRg8B5bqnrLH7HXetzWn&index=6"
poster="../../assets/training-videos/Creating Companies and Boundaries.jpg"
/>
14 changes: 14 additions & 0 deletions src/courses/tir_training_videos/08_Adding Systems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
order: 8
next: 09_Boundary View.md
title: Adding Systems
shortTitle: 7. Adding Systems
author: Jason Kerbelis
headerDepth: 4
---


<VidStack
src="https://www.youtube.com/watch?v=xdiKFjbg8zo&list=PLm1Nyfu8s-DeXpRg8B5bqnrLH7HXetzWn&index=7"
poster="../../assets/training-videos/Adding Systems.jpg"
/>
14 changes: 14 additions & 0 deletions src/courses/tir_training_videos/09_Boundary View.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
order: 9
next: 10_Vulnerability View.md
title: Boundary View
shortTitle: 8. Boundary View
author: Jason Kerbelis
headerDepth: 4
---


<VidStack
src="https://www.youtube.com/watch?v=03v-HO2jb6A&list=PLm1Nyfu8s-DeXpRg8B5bqnrLH7HXetzWn&index=8"
poster="../../assets/training-videos/Boundary View.jpg"
/>
14 changes: 14 additions & 0 deletions src/courses/tir_training_videos/10_Vulnerability View.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
order: 10
next: 11_Overrides.md
title: Vulnerability View
shortTitle: 9. Vulnerability View
author: Jason Kerbelis
headerDepth: 4
---


<VidStack
src="https://www.youtube.com/watch?v=JlJWkdZOlKg&list=PLm1Nyfu8s-DeXpRg8B5bqnrLH7HXetzWn&index=9"
poster="../../assets/training-videos/Vulnerability View.jpg"
/>
14 changes: 14 additions & 0 deletions src/courses/tir_training_videos/11_Overrides.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
order: 11
next: 12_POA&M Management.md
title: Overrides
shortTitle: 10. Overrides
author: Jason Kerbelis
headerDepth: 4
---


<VidStack
src="https://www.youtube.com/watch?v=d7yVbhwuNFU&list=PLm1Nyfu8s-DeXpRg8B5bqnrLH7HXetzWn&index=10"
poster="../../assets/training-videos/Overrides.jpg"
/>
14 changes: 14 additions & 0 deletions src/courses/tir_training_videos/12_POA&M Management.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
order: 12
next: 13_Delta STIGs.md
title: POA&M Management
shortTitle: 11. POA&M Management
author: Jason Kerbelis
headerDepth: 4
---


<VidStack
src="https://www.youtube.com/watch?v=cWS6X7NhUcA&list=PLm1Nyfu8s-DeXpRg8B5bqnrLH7HXetzWn&index=11"
poster="../../assets/training-videos/POAM Management.jpg"
/>
Loading

0 comments on commit 79b7d46

Please sign in to comment.