This commit is contained in:
Nico 2022-08-08 11:22:25 +02:00
parent 8d90764b5f
commit 7c1ae8714c
8 changed files with 122 additions and 146 deletions

View file

@ -30,7 +30,8 @@ export default {
items: [
{ text: "Sommaire", link: "/dev/" }, // /dev/index.md
{ text: "Documentations", link: "/dev/docs" },
{ text: "Outils", link: "/dev/outils" }
{ text: "Outils", link: "/dev/outils" },
{ text: "Les pros", link: "/dev/goat" }
]
},
{
@ -38,9 +39,8 @@ export default {
collapsible: true,
collapsed: true,
items: [
{ text: "Sommaire B1", link: "/dev/B1/" },
{ text: "Introduction", link: "/dev/B1/introduction" },
{ text: "HTML", link: "/dev/B1/html" }
{ text: "Introduction B1", link: "/dev/B1/" },
{ text: "HTML B1", link: "/dev/B1/html" }
]
},
{
@ -48,9 +48,8 @@ export default {
collapsible: true,
collapsed: true,
items: [
{ text: "Sommaire B2", link: "/dev/B2/" },
{ text: "Introduction", link: "/dev/B2/introduction" },
{ text: "HTML", link: "/dev/B2/html" }
{ text: "Introduction B2", link: "/dev/B2/" },
{ text: "HTML B2", link: "/dev/B2/html" }
]
},
{
@ -58,9 +57,8 @@ export default {
collapsible: true,
collapsed: true,
items: [
{ text: "Sommaire B3", link: "/dev/B3/" },
{ text: "Introduction", link: "/dev/B3/introduction" },
{ text: "HTML", link: "/dev/B3/html" }
{ text: "Introduction B3", link: "/dev/B3/" },
{ text: "HTML B3", link: "/dev/B3/html" }
]
},
{