edit links and last edited on each page

This commit is contained in:
Ulf Gebhardt 2023-01-08 17:56:09 +01:00
parent a6e683781a
commit 9bf8656c0f
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -5,8 +5,15 @@ module.exports = {
head: [
['meta', {name: 'viewport', content: 'width=device-width,initial-scale=1'}]
],
theme: 'book',
theme: 'vuepress-theme-book',
themeConfig: {
// logo: "/logo.png",
searchPlaceholder: "Search...",
lastUpdated: "Last Updated",
docsRepo: "https://github.com/IT4Change/IT4C.dev/",
docsDir: "docs",
editLinks: true,
editLinkText: 'Edit this page on Github',
nav: [
{ text: 'IT4C', link: '/' },
{ text: 'Contact', link: '/contact' },