mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Fix docs dir
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
"name": "David Stotijn",
|
"name": "David Stotijn",
|
||||||
"email": "dstotijn@gmail.com"
|
"email": "dstotijn@gmail.com"
|
||||||
},
|
},
|
||||||
"repository": "github.com/dstotijn/hetty/hetty-docs",
|
"repository": "github.com/dstotijn/hetty/docs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vuepress dev src",
|
"dev": "vuepress dev src",
|
||||||
"build": "vuepress build src"
|
"build": "vuepress build src"
|
||||||
|
@ -36,7 +36,7 @@ module.exports = {
|
|||||||
themeConfig: {
|
themeConfig: {
|
||||||
repo: "dstotijn/hetty",
|
repo: "dstotijn/hetty",
|
||||||
editLinks: true,
|
editLinks: true,
|
||||||
docsDir: "docs",
|
docsDir: "docs/src",
|
||||||
editLinkText: "",
|
editLinkText: "",
|
||||||
lastUpdated: true,
|
lastUpdated: true,
|
||||||
logo: "/assets/logo.png",
|
logo: "/assets/logo.png",
|
||||||
|
Reference in New Issue
Block a user