Content import
This commit is contained in:
@ -7,18 +7,26 @@ export default defineConfig({
|
||||
|
||||
themeConfig: {
|
||||
sidebar: [
|
||||
{ text: 'Introductie',
|
||||
{ text: '2023',
|
||||
collapsed: false,
|
||||
items: [
|
||||
{ text: 'Startreflectie', link: '/intro/startreflectie' },
|
||||
{ text: 'Startreflectie', link: '/2023/startreflectie' },
|
||||
{ text: 'Projecten', items: [
|
||||
{ text: '1. Betonplaat', link: '/2023/betonplaat' },
|
||||
{ text: '2. Boek', link: '/2023/boek' },
|
||||
{ text: '3a. Top-30 tips', link: '/2023/top30' },
|
||||
] },
|
||||
{ text: 'Geleerd', link: '/2023/geleerd' },
|
||||
{ text: 'Leerdoelen', link: '/2023/leerdoelen' },
|
||||
{ text: 'Toekomst', link: '/2023/toekomst' },
|
||||
{ text: 'Hoe verder?', link: '/2023/hoeverder' },
|
||||
{ text: 'Een uitstapje', link: '/2023/bredagelijk' },
|
||||
],
|
||||
},
|
||||
{ text: 'Inhoud project',
|
||||
{ text: '2024',
|
||||
collapsed: false,
|
||||
items: [
|
||||
{ text: '1. Betonplaat', link: '/inhoud/betonplaat' },
|
||||
{ text: '2. Boek', link: '/inhoud/boek' },
|
||||
{ text: '3a. Top-30 tips', link: '/inhoud/top30' },
|
||||
{ text: 'Nieuwe start', link: '/2024/nieuwestart' },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
@ -2,6 +2,18 @@
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.vp-doc h1 > .VPBadge {
|
||||
margin-top: 12px;
|
||||
}
|
||||
.vp-doc h2 > .VPBadge {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.vp-doc .float {
|
||||
float: right;
|
||||
margin: 0 0 16px 16px;
|
||||
}
|
||||
|
||||
.vp-doc .grid {
|
||||
display: grid;
|
||||
gap: 16px;
|
||||
|
Reference in New Issue
Block a user