mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 00:09:39 -06:00
Get things squared away correctly for dev
This commit is contained in:
parent
fd730226f4
commit
65e469f138
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
.idea/
|
||||
.vuepress/dist
|
||||
node_modules/
|
||||
|
||||
@ -2,6 +2,13 @@ module.exports = {
|
||||
base: '/docs/',
|
||||
title: 'Pterodactyl Documentation',
|
||||
description: 'Leanr how to install and use Pterodactyl.',
|
||||
configureWebpack: {
|
||||
serve: {
|
||||
hot: {
|
||||
port: 9091,
|
||||
},
|
||||
},
|
||||
},
|
||||
themeConfig: {
|
||||
repo: 'pterodactyl/panel',
|
||||
docsRepo: 'pterodactyl/documentation',
|
||||
|
||||
2
.vuepress/dist/.gitignore
vendored
2
.vuepress/dist/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
!.gitkeep
|
||||
*
|
||||
1
.vuepress/dist/.gitkeep
vendored
1
.vuepress/dist/.gitkeep
vendored
@ -1 +0,0 @@
|
||||
|
||||
9
package.json
Normal file
9
package.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"vuepress": "^0.12.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "./node_modules/vuepress/bin/vuepress.js build",
|
||||
"watch": "./node_modules/vuepress/bin/vuepress.js dev"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user