mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 21:05:59 -06:00
add wings to sidebar
This commit is contained in:
parent
681eb898b9
commit
c6930f3190
@ -154,6 +154,22 @@ module.exports = {
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'Wings',
|
||||
collapsable: false,
|
||||
path: '/wings/',
|
||||
currentVersion: '',
|
||||
versions: [
|
||||
{
|
||||
name: '1.0',
|
||||
status: 'beta',
|
||||
children: [
|
||||
'/installing',
|
||||
'/upgrading',
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: 'Tutorials',
|
||||
collapsable: false,
|
||||
|
||||
@ -124,7 +124,7 @@ Once you have done that there will be a tab called Configuration when you view t
|
||||
|
||||
Simply copy and paste the code block and paste it into a file called `config.yml` in `/srv/wings` and save it.
|
||||
|
||||

|
||||

|
||||
|
||||
### Starting Wings
|
||||
To start your daemon simply move into the daemon directory and run the command below which will start the daemon in
|
||||
Loading…
x
Reference in New Issue
Block a user