Get things squared away correctly for dev

This commit is contained in:
Dane Everitt 2018-07-22 15:17:39 -07:00
parent fd730226f4
commit 65e469f138
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
6 changed files with 6176 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
.idea/ .idea/
.vuepress/dist
node_modules/

View File

@ -2,6 +2,13 @@ module.exports = {
base: '/docs/', base: '/docs/',
title: 'Pterodactyl Documentation', title: 'Pterodactyl Documentation',
description: 'Leanr how to install and use Pterodactyl.', description: 'Leanr how to install and use Pterodactyl.',
configureWebpack: {
serve: {
hot: {
port: 9091,
},
},
},
themeConfig: { themeConfig: {
repo: 'pterodactyl/panel', repo: 'pterodactyl/panel',
docsRepo: 'pterodactyl/documentation', docsRepo: 'pterodactyl/documentation',

View File

@ -1,2 +0,0 @@
!.gitkeep
*

View File

@ -1 +0,0 @@

9
package.json Normal file
View 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"
}
}

6158
yarn.lock Normal file

File diff suppressed because it is too large Load Diff