Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theaddonn committed Oct 29, 2024
1 parent 333bf1d commit 7e01dea
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ import { generateSidebar } from 'vitepress-sidebar';
export default defineConfig({
title: "Bedrock Protocol Wiki",
description: "Documentation of the Bedrock Protocol",
base: "/protocol-wiki/",

// https://vitepress.dev/reference/default-theme-config
themeConfig: {
logo: ".assets/logo.png",
logo: "assets/logo.png",

sidebar: generateSidebar({
documentRootPath: "docs/",
Expand Down Expand Up @@ -44,6 +45,25 @@ export default defineConfig({
"icon": "discord",
"link": "https://discord.gg/7jHNuwb29X"
}
]
],

head: [["link", { rel: "icon", href: "/protocol-wiki/assets/logo.ico" }]],

footer: {
message: "Released under the Apache-2.0 License.",
},

editLink: {
pattern: "https://github.com/bedrock-crustaceans/protocol-wiki/tree/main/docs/:path",
text: "Edit this page on GitHub",
},

lastUpdated: {
text: "Last updated at",
formatOptions: {
dateStyle: "medium",
timeStyle: "medium",
},
},
},
})
Binary file added docs/assets/logo.ico
Binary file not shown.
File renamed without changes

0 comments on commit 7e01dea

Please sign in to comment.