Skip to content

Commit

Permalink
fix config and rename logo file
Browse files Browse the repository at this point in the history
  • Loading branch information
RainlessSky committed Jul 2, 2024
1 parent 93782a4 commit b97db7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
15 changes: 7 additions & 8 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@ import { defineConfig } from 'vitepress'

export default defineConfig({
title: "Mapping Documentation",
logo: '/se-wiki-edit.png',
description: "Mapmaking documentation for Sector's Edge",
base: "/mapping-docs/",
ignoreDeadLinks: true,
cleanUrls: true,
lastUpdated: true,
themeConfig: {
logo: '/se-wiki.png',
search: {
provider: 'local'
},
socialLinks: [
{ icon: 'github', link: 'https://github.com/sectorsedgecommunity/mapping-docs' }
],
sidebar: [
{
text: "Map Making",
Expand All @@ -31,13 +37,6 @@ export default defineConfig({
{ text: 'Resources', link: '/resources.md' }
]
}
],
search: {
provider: 'local'
},

socialLinks: [
{ icon: 'github', link: 'https://github.com/sectorsedgecommunity/mapping-docs' }
]
}
})
4 changes: 0 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
lastUpdated: false
---

<img src="/se-wiki-edit.png" alt="Sector's Edge Wiki"/>
<div style="justify-content: center; display: flex; margin-top:10px; font-size: 5px; margin-bottom: 40px">
</div>

This wiki is **very** incomplete, and under heavy development. If you want to contribute, join the Community Discord server linked in Resources.

[Getting Started](gettingstarted.md)
Expand Down
File renamed without changes

0 comments on commit b97db7a

Please sign in to comment.