dep updates
sidebar update code camp content about page
This commit is contained in:
parent
50c7e14d1f
commit
1c7c76c445
11 changed files with 121 additions and 18 deletions
|
@ -9,14 +9,17 @@ export default {
|
|||
nav: [
|
||||
{
|
||||
text: "Dev",
|
||||
items: [
|
||||
{ text: "Sommaire", link: "/dev/" },
|
||||
{ text: "B1", link: "/dev/B1/" },
|
||||
{ text: "B2", link: "/dev/B2/" },
|
||||
{ text: "B3", link: "/dev/B3/" }
|
||||
]
|
||||
link: "/dev/",
|
||||
activeMatch: "/dev/"
|
||||
// items: [
|
||||
// { text: "Sommaire", link: "/dev/" },
|
||||
// { text: "B1", link: "/dev/B1/" },
|
||||
// { text: "B2", link: "/dev/B2/" },
|
||||
// { text: "B3", link: "/dev/B3/" }
|
||||
// ]
|
||||
},
|
||||
{ text: "Design", link: "/design/", activeMatch: "/design/" }
|
||||
{ text: "Design", link: "/design/", activeMatch: "/design/" },
|
||||
{ text: "À propos", link: "/a-propos", activeMatch: "/a-propos" }
|
||||
],
|
||||
sidebar: {
|
||||
// This sidebar gets displayed when user is
|
||||
|
@ -35,7 +38,7 @@ export default {
|
|||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: "Sommaire", link: "/dev/B1/" },
|
||||
{ text: "Sommaire B1", link: "/dev/B1/" },
|
||||
{ text: "Introduction", link: "/dev/B1/introduction" },
|
||||
{ text: "HTML", link: "/dev/B1/html" }
|
||||
]
|
||||
|
@ -45,7 +48,7 @@ export default {
|
|||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: "Sommaire", link: "/dev/B2/" },
|
||||
{ text: "Sommaire B2", link: "/dev/B2/" },
|
||||
{ text: "Introduction", link: "/dev/B2/introduction" },
|
||||
{ text: "HTML", link: "/dev/B2/html" }
|
||||
]
|
||||
|
@ -55,7 +58,7 @@ export default {
|
|||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: "Sommaire", link: "/dev/B3/" },
|
||||
{ text: "Sommaire B3", link: "/dev/B3/" },
|
||||
{ text: "Introduction", link: "/dev/B3/introduction" },
|
||||
{ text: "HTML", link: "/dev/B3/html" }
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue