File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 16
16
{{ link.title }}
17
17
</NuxtLink >
18
18
</li >
19
+ <li class =" relative capitalize font-medium flex flex-col items-center justify-center space-y-1 text-center" >
20
+ <NuxtLink to =" /resources" class =" hover:d-primary-text-hover" > Resources </NuxtLink >
21
+ </li >
19
22
<li class =" relative capitalize font-medium flex flex-col items-center justify-center space-y-1 text-center" >
20
23
<a
21
24
href =" https://masteringnuxt.com/?utm_source=nuxt&utm_medium=link&utm_campaign=navbar_link"
@@ -40,7 +43,6 @@ export default defineComponent({
40
43
41
44
const route = useRoute ()
42
45
const currentNav = computed (() => $docus .get ({ depth: 1 }).links )
43
-
44
46
// computed
45
47
const headerLinks = computed (() => currentNav .value .filter (link => link .slug !== ' ' && link .children .length ))
46
48
Original file line number Diff line number Diff line change 1
1
---
2
2
template : page
3
+ title : Resources
3
4
---
4
5
5
6
:: simple-page-hero
@@ -28,4 +29,4 @@ resources:
28
29
image: https://source.unsplash.com/user/agk42/1280x720
29
30
slug: video-courses
30
31
---
31
- ::
32
+ ::
Original file line number Diff line number Diff line change
1
+ ---
2
+ navigation : false
3
+ ---
You can’t perform that action at this time.
0 commit comments