socials
This commit is contained in:
@@ -22,15 +22,13 @@ export default defineConfig({
|
||||
// TODO: add navbar items
|
||||
nav: [],
|
||||
sidebar: [
|
||||
{
|
||||
text: "Examples",
|
||||
items: [
|
||||
{ text: "Markdown Examples", link: "/markdown-examples" },
|
||||
{ text: "Runtime API Examples", link: "/api-examples" },
|
||||
],
|
||||
},
|
||||
{ text: "Beginners Guide to Piracy", link: "/Beginners-Guide" },
|
||||
{ text: "Adblocking / Privacy", link: "/AdblockVPNGuide" },
|
||||
{ text: "Artificial Intelligence", link: "/AI" },
|
||||
],
|
||||
socialLinks: [
|
||||
{ icon: "github", link: "https://github.com/fmhy/FMHYEdit" },
|
||||
{ icon: "discord", link: "https://discord.gg/Stz6y6NgNg" },
|
||||
],
|
||||
// TODO: add socials
|
||||
socialLinks: [],
|
||||
},
|
||||
});
|
||||
|
@@ -1,18 +0,0 @@
|
||||
import { defineConfig } from "vitepress";
|
||||
|
||||
export const sharedConfig = defineConfig({
|
||||
lang: "en-US",
|
||||
lastUpdated: true,
|
||||
cleanUrls: true,
|
||||
appearance: "dark",
|
||||
head: [
|
||||
["meta", { name: "theme-color", content: "#7bc5e4" }],
|
||||
["meta", { name: "og:type", content: "website" }],
|
||||
["meta", { name: "og:locale", content: "en" }],
|
||||
],
|
||||
themeConfig: {
|
||||
search: {
|
||||
provider: "local",
|
||||
},
|
||||
},
|
||||
});
|
Reference in New Issue
Block a user