UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
P
Party Bus
Launchboard
launchboard-fe
Commits
0cbeca65
Commit
0cbeca65
authored
Oct 14, 2020
by
jtwidt
Browse files
moved links to external file for trufflehog test
parent
def390b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
62 additions
and
19 deletions
+62
-19
src/config/external-links.js
src/config/external-links.js
+42
-0
src/views/Resources.vue
src/views/Resources.vue
+20
-19
No files found.
src/config/external-links.js
0 → 100644
View file @
0cbeca65
export
const
trainingResources
=
{
cohortFAQ
:
"
https://onboarding.il2.dsop.io/
"
,
devSecOpsTraining
:
"
https://software.af.mil/training
"
,
containerRegistry
:
"
https://software.af.mil/dsop/documents
"
,
agile
:
"
https://software.af.mil/training/training-agile
"
,
devOps
:
"
https://software.af.mil/training/devops
"
,
microservices
:
"
https://software.af.mil/training/microservices
"
,
kubernetes
:
"
https://software.af.mil/training/kubernetes
"
};
export
const
selfLearning
=
{
kubernetes
:
{
beginner
:
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlydFzQzkYYDdQK7k5cEKubQ
"
,
intermediate
:
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlx8dSFH_jFLK40Tt7KUXTN_
"
,
advanced
:
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlytdAJiVqbHucWOvn5LrTNW
"
},
serviceMesh
:
{
beginner
:
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlxtC4rDIMQ8QiG5UBCjz7VH
"
,
intermediate
:
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlwWK_Y_Cas8Nyw-DsdbH6vl
"
,
advanced
:
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlx8VW2MFONMRwS_-2rSJwdn
"
},
microservices
:
{
beginner
:
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlz_U2_RaONTGYLkz0lh-A_L
"
,
intermediate
:
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlxqjuAXxoRMjvspaEE8L2cB
"
,
advanced
:
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlw4CF4F4t3gVV3j0512CMsu
"
},
kafka
:
{
beginner
:
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlzz0zt03Ludtid7icrXBesg
"
,
intermediate
:
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlxxXX0oCzt7laO6mD61UIQw
"
}
};
src/views/Resources.vue
View file @
0cbeca65
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
<div
class=
"section-content pa-3 position-relative"
>
<div
class=
"section-content pa-3 position-relative"
>
<div
class=
"text-left pl-10 link-column"
>
<div
class=
"text-left pl-10 link-column"
>
<a
<a
href=
"
https://onboarding.il2.dsop.io
"
:
href=
"
training.cohortFAQ
"
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
Cohort Onboarding FAQs
</a
>
Cohort Onboarding FAQs
</a
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
<div
class=
"section-content-alt pa-3 position-relative"
>
<div
class=
"section-content-alt pa-3 position-relative"
>
<div
class=
"text-left pl-10 link-column"
>
<div
class=
"text-left pl-10 link-column"
>
<a
<a
href=
"
https://software.af.mil/t
raining"
:
href=
"
training.devSecOpsT
raining"
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
DevSecOps Training Resources
</a
>
DevSecOps Training Resources
</a
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<div
class=
"section-content pa-3 position-relative"
>
<div
class=
"section-content pa-3 position-relative"
>
<div
class=
"text-left pl-10 link-column"
>
<div
class=
"text-left pl-10 link-column"
>
<a
<a
href=
"
https://software.af.mil/dsop/documents
"
:
href=
"
training.containerRegistry
"
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
Documents to DCCSCR/DCAR Container Repository
</a
>
Documents to DCCSCR/DCAR Container Repository
</a
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
<div
class=
"section-content-alt pa-3 position-relative"
>
<div
class=
"section-content-alt pa-3 position-relative"
>
<div
class=
"text-left pl-10 link-column"
>
<div
class=
"text-left pl-10 link-column"
>
<a
<a
href=
"
https://software.af.mil/training/training-
agile"
:
href=
"
training.
agile"
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
Agile
</a
>
Agile
</a
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
<div
class=
"section-content pa-3 position-relative"
>
<div
class=
"section-content pa-3 position-relative"
>
<div
class=
"text-left pl-10 link-column"
>
<div
class=
"text-left pl-10 link-column"
>
<a
<a
href=
"
https://software.af.mil/
training
/
dev
o
ps"
:
href=
"training
.
dev
O
ps"
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
DevOps
</a
>
DevOps
</a
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
<div
class=
"section-content-alt pa-3 position-relative"
>
<div
class=
"section-content-alt pa-3 position-relative"
>
<div
class=
"text-left pl-10 link-column"
>
<div
class=
"text-left pl-10 link-column"
>
<a
<a
href=
"
https://software.af.mil/
training
/
microservices"
:
href=
"training
.
microservices"
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
Microservices
</a
>
Microservices
</a
...
@@ -99,7 +99,7 @@
...
@@ -99,7 +99,7 @@
<div
class=
"section-content pa-3 position-relative"
>
<div
class=
"section-content pa-3 position-relative"
>
<div
class=
"text-left pl-10 link-column"
>
<div
class=
"text-left pl-10 link-column"
>
<a
<a
href=
"
https://software.af.mil/
training
/
kubernetes"
:
href=
"training
.
kubernetes"
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
Kubernetes
</a
>
Kubernetes
</a
...
@@ -125,21 +125,21 @@
...
@@ -125,21 +125,21 @@
<div
class=
"text-left pl-10 link-column"
>
<div
class=
"text-left pl-10 link-column"
>
Kubernetes -
Kubernetes -
<a
<a
href=
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlydFzQzkYYDdQK7k5cEKubQ
"
:
href=
"
learning.kubernetes.beginner
"
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
Beginners
</a
>
Beginners
</a
>
>
|
|
<a
<a
href=
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlx8dSFH_jFLK40Tt7KUXTN_
"
:
href=
"
learning.kubernetes.intermediate
"
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
Intermediate
</a
>
Intermediate
</a
>
>
|
|
<a
<a
href=
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlytdAJiVqbHucWOvn5LrTNW
"
:
href=
"
learning.kubernetes.advanced
"
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
Advanced
</a
>
Advanced
</a
...
@@ -150,21 +150,21 @@
...
@@ -150,21 +150,21 @@
<div
class=
"text-left pl-10 link-column"
>
<div
class=
"text-left pl-10 link-column"
>
Service Mesh -
Service Mesh -
<a
<a
href=
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlxtC4rDIMQ8QiG5UBCjz7VH
"
:
href=
"
learning.serviceMesh.beginner
"
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
Beginners
>
Beginners
</a>
</a>
|
|
<a
<a
href=
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlwWK_Y_Cas8Nyw-DsdbH6vl
"
:
href=
"
learning.serviceMesh.intermediate
"
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
Intermediate
</a
>
Intermediate
</a
>
>
|
|
<a
<a
href=
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlx8VW2MFONMRwS_-2rSJwdn
"
:
href=
"
learning.serviceMesh.advanced
"
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
Advanced
</a
>
Advanced
</a
...
@@ -175,21 +175,21 @@
...
@@ -175,21 +175,21 @@
<div
class=
"text-left pl-10 link-column"
>
<div
class=
"text-left pl-10 link-column"
>
Microservices -
Microservices -
<a
<a
href=
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlz_U2_RaONTGYLkz0lh-A_L
"
:
href=
"
learning.microservices.beginner
"
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
Beginners
</a
>
Beginners
</a
>
>
|
|
<a
<a
href=
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlxqjuAXxoRMjvspaEE8L2cB
"
:
href=
"
learning.microservices.intermediate
"
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
Intermediate
</a
>
Intermediate
</a
>
>
|
|
<a
<a
href=
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlw4CF4F4t3gVV3j0512CMsu
"
:
href=
"
learning.microservices.advanced
"
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
Advanced
</a
>
Advanced
</a
...
@@ -200,14 +200,14 @@
...
@@ -200,14 +200,14 @@
<div
class=
"text-left pl-10 link-column"
>
<div
class=
"text-left pl-10 link-column"
>
Kafka/KSQL -
Kafka/KSQL -
<a
<a
href=
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlzz0zt03Ludtid7icrXBesg
"
:
href=
"
learning.kafka.beginner
"
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
Beginners
</a
>
Beginners
</a
>
>
|
|
<a
<a
href=
"
https://www.youtube.com/playlist?list=PLSIv_F9TtLlxxXX0oCzt7laO6mD61UIQw
"
:
href=
"
learning.kafka.intermediate
"
target=
"_blank"
target=
"_blank"
rel=
"noopener noreferrer"
rel=
"noopener noreferrer"
>
Intermediate
</a
>
Intermediate
</a
...
@@ -224,9 +224,10 @@
...
@@ -224,9 +224,10 @@
<
script
>
<
script
>
import
Section
from
"
@/components/Section
"
;
import
Section
from
"
@/components/Section
"
;
import
{
selfLearning
,
trainingResources
}
from
"
@/config/external-links.js
"
;
export
default
{
export
default
{
components
:
{
Section
},
components
:
{
Section
},
data
:
()
=>
({})
data
:
()
=>
({
training
:
trainingResources
,
learning
:
selfLearning
})
};
};
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment