mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2026-02-06 09:55:43 +00:00
fixed config: quotes, viewport, better description
This commit is contained in:
parent
e95431f504
commit
c2b50bcbf7
@ -1,46 +1,49 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
title: 'IT Team for Change',
|
title: 'IT Team for Change',
|
||||||
description: 'IT Team for Change',
|
description: 'IT4C.dev introduces the IT Team for Change Team, applied Philosophy and Projects.',
|
||||||
theme: "book",
|
head: [
|
||||||
|
['meta', {name: 'viewport', content: 'width=device-width,initial-scale=1'}]
|
||||||
|
],
|
||||||
|
theme: 'book',
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
nav: [
|
nav: [
|
||||||
{ text: "IT4C", link: "/" },
|
{ text: 'IT4C', link: '/' },
|
||||||
{ text: "Contact", link: "/contact" },
|
{ text: 'Contact', link: '/contact' },
|
||||||
{
|
{
|
||||||
text: "Github",
|
text: 'Github',
|
||||||
link:
|
link:
|
||||||
"https://github.com/IT4Change"
|
'https://github.com/IT4Change'
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
sidebar: {
|
sidebar: {
|
||||||
"/": [
|
'/': [
|
||||||
{
|
{
|
||||||
title: "",
|
title: '',
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
sidebarDepth: 0,
|
sidebarDepth: 0,
|
||||||
children: [
|
children: [
|
||||||
["/", "IT4C"],
|
['/', 'IT4C'],
|
||||||
["/history", "History"],
|
['/history', 'History'],
|
||||||
["/contact", "Contact"]
|
['/contact', 'Contact']
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Projects",
|
title: 'Projects',
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
children: [
|
children: [
|
||||||
["/projects/gradido", "Gradido"],
|
['/projects/gradido', 'Gradido'],
|
||||||
//["/extras/contributing", "Contributing ✨"],
|
//['/extras/contributing', 'Contributing ✨'],
|
||||||
//["/extras/license", "License 📚"]
|
//['/extras/license', 'License 📚']
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "People",
|
title: 'People',
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
children: [
|
children: [
|
||||||
["/people/ulf-gebhardt", "Ulf Gebhardt"],
|
['/people/ulf-gebhardt', 'Ulf Gebhardt'],
|
||||||
// ["/random/website", "Websites using this theme 👌"],
|
// ['/random/website', 'Websites using this theme 👌'],
|
||||||
// ["/random/emoji", "Emoji 😃"],
|
// ['/random/emoji', 'Emoji 😃'],
|
||||||
// ["/random/lorem", "Lorem Ipsum 🌟"]
|
// ['/random/lorem', 'Lorem Ipsum 🌟']
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user