mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
docs: fix "Edit this page" links (#221)
* Fix "Edit this page" Link generation * Got that wrong * Changed Repository Link
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
@@ -28,7 +28,7 @@ module.exports = {
|
||||
theme: "yuu",
|
||||
themeConfig: {
|
||||
repo: repository,
|
||||
docsDir: "src",
|
||||
docsDir: "docs/src",
|
||||
editLinks: true,
|
||||
lastUpdated: true,
|
||||
sidebarDepth: 0,
|
||||
|
||||
Reference in New Issue
Block a user