From cceb464bffecb61a7a7c90e64c2e53f14ed61c36 Mon Sep 17 00:00:00 2001 From: ITOH <72305210+itohatweb@users.noreply.github.com> Date: Sun, 6 Dec 2020 11:34:15 +0100 Subject: [PATCH] docs: fix "Edit this page" links (#221) * Fix "Edit this page" Link generation * Got that wrong * Changed Repository Link --- docs/package.json | 2 +- docs/src/.vuepress/config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/package.json b/docs/package.json index 0fa01815e..a141990b8 100755 --- a/docs/package.json +++ b/docs/package.json @@ -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" diff --git a/docs/src/.vuepress/config.js b/docs/src/.vuepress/config.js index f2b4583dd..3f73d6da7 100755 --- a/docs/src/.vuepress/config.js +++ b/docs/src/.vuepress/config.js @@ -28,7 +28,7 @@ module.exports = { theme: "yuu", themeConfig: { repo: repository, - docsDir: "src", + docsDir: "docs/src", editLinks: true, lastUpdated: true, sidebarDepth: 0,