mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-01 03:03:39 +00:00
SBT: add support for unified docs (#284)
Unified documentation can be generated with the sbt unidoc command.
This commit is contained in:
parent
88f4ef293b
commit
33e4f2b35e
3 changed files with 23 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# PlanetSide Login Server [](https://travis-ci.org/psforever/PSF-LoginServer) [](https://codecov.io/gh/psforever/PSF-LoginServer/)
|
||||
# PlanetSide Login Server [](https://travis-ci.org/psforever/PSF-LoginServer) [](https://codecov.io/gh/psforever/PSF-LoginServer/) [](https://psforever.github.io/docs/master/index.html)
|
||||
This project contains the code to run and manage the login and world server roles for PlanetSide 1.
|
||||
The login server and world server are currently combined for ease of contributing.
|
||||
|
||||
|
|
@ -53,6 +53,11 @@ sbt pslogin/run
|
|||
```
|
||||
This will clone the repository and SBT will compile and run the login server. Note: SBT is quite slow at starting up. It's recommended you have an open SBT console in order to avoid this startup time.
|
||||
|
||||
### Generating Documentation
|
||||
Using SBT, you can generate documentation for both the common and pslogin projects using `sbt unidoc`.
|
||||
|
||||
Current documentation is available at [https://psforever.github.io/docs/master/index.html](https://psforever.github.io/docs/master/index.html)
|
||||
|
||||
## Running the Server
|
||||
|
||||
To run a headless, non-interactive server, run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue