mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
edit links and last edited on each page
This commit is contained in:
parent
a6e683781a
commit
9bf8656c0f
@ -5,8 +5,15 @@ module.exports = {
|
|||||||
head: [
|
head: [
|
||||||
['meta', {name: 'viewport', content: 'width=device-width,initial-scale=1'}]
|
['meta', {name: 'viewport', content: 'width=device-width,initial-scale=1'}]
|
||||||
],
|
],
|
||||||
theme: 'book',
|
theme: 'vuepress-theme-book',
|
||||||
themeConfig: {
|
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: [
|
nav: [
|
||||||
{ text: 'IT4C', link: '/' },
|
{ text: 'IT4C', link: '/' },
|
||||||
{ text: 'Contact', link: '/contact' },
|
{ text: 'Contact', link: '/contact' },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user