Tweak config
This commit is contained in:
parent
f9cdf477f1
commit
d460584808
2 changed files with 9 additions and 2 deletions
|
@ -2,12 +2,17 @@ import { defineConfig } from "vitepress";
|
|||
|
||||
// https://vitepress.dev/reference/site-config
|
||||
export default defineConfig({
|
||||
title: "Ente Docs",
|
||||
description: "Help and documentation for Ente's products",
|
||||
title: "Ente Help",
|
||||
description: "Documentation and help for Ente's products",
|
||||
head: [["link", { rel: "icon", type: "image/png", href: "/favicon.png" }]],
|
||||
cleanUrls: true,
|
||||
themeConfig: {
|
||||
// We use the default theme (with some CSS color overrides). This
|
||||
// themeConfig block can be used to further customize the default theme.
|
||||
//
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
logo: "/logo.png",
|
||||
externalLinkIcon: true,
|
||||
editLink: {
|
||||
pattern:
|
||||
"https://github.com/ente-io/ente/edit/main/docs/docs/:path",
|
||||
|
@ -30,6 +35,8 @@ export default defineConfig({
|
|||
},
|
||||
socialLinks: [
|
||||
{ icon: "github", link: "https://github.com/ente-io/ente/" },
|
||||
{ icon: "twitter", link: "https://twitter.com/enteio" },
|
||||
{ icon: "discord", link: "https://discord.gg/z2YVKkycX3" },
|
||||
],
|
||||
},
|
||||
});
|
||||
|
|
BIN
docs/public/logo.png
Normal file
BIN
docs/public/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Loading…
Add table
Reference in a new issue