docs: fix "Edit this page" links (#221)

* Fix "Edit this page" Link generation

* Got that wrong

* Changed Repository Link
This commit is contained in:
ITOH
2020-12-06 14:34:15 +04:00
committed by GitHub
parent 684128aa81
commit cceb464bff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "discordeno",
"version": "0.0.1",
"description": "Docs for Discordeno",
"repository": "https://github.com/Skillz4Killz/Discordeno",
"repository": "https://github.com/discordeno/Discordeno",
"scripts": {
"docs:dev": "vuepress dev src --host localhost",
"docs:build": "vuepress build src"
+1 -1
View File
@@ -28,7 +28,7 @@ module.exports = {
theme: "yuu",
themeConfig: {
repo: repository,
docsDir: "src",
docsDir: "docs/src",
editLinks: true,
lastUpdated: true,
sidebarDepth: 0,