mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
49 lines
1.3 KiB
JavaScript
49 lines
1.3 KiB
JavaScript
module.exports = {
|
|
title: 'IT Team for Change',
|
|
description: 'IT Team for Change',
|
|
theme: "book",
|
|
themeConfig: {
|
|
nav: [
|
|
{ text: "IT4C", link: "/" },
|
|
{ text: "Contact", link: "/contact" },
|
|
{
|
|
text: "Github",
|
|
link:
|
|
"https://github.com/IT4Change"
|
|
},
|
|
],
|
|
sidebar: {
|
|
"/": [
|
|
{
|
|
title: "",
|
|
collapsable: false,
|
|
sidebarDepth: 0,
|
|
children: [
|
|
["/", "IT4C"],
|
|
["/history", "History"],
|
|
["/contact", "Contact"]
|
|
]
|
|
},
|
|
{
|
|
title: "Projects",
|
|
collapsable: false,
|
|
children: [
|
|
["/projects/gradido", "Gradido"],
|
|
//["/extras/contributing", "Contributing ✨"],
|
|
//["/extras/license", "License 📚"]
|
|
]
|
|
},
|
|
{
|
|
title: "People",
|
|
collapsable: false,
|
|
children: [
|
|
["/people/ulf-gebhardt", "Ulf Gebhardt"],
|
|
// ["/random/website", "Websites using this theme 👌"],
|
|
// ["/random/emoji", "Emoji 😃"],
|
|
// ["/random/lorem", "Lorem Ipsum 🌟"]
|
|
]
|
|
},
|
|
]
|
|
}
|
|
}
|
|
}
|