diff options
-rw-r--r-- | README.md | 50 |
1 files changed, 26 insertions, 24 deletions
@@ -12,30 +12,32 @@ It supports running as a service with the ability to extend its functionality on RoadRunner is an open source (MIT licensed), high-performance PSR-7 PHP application server, load balancer and process manager. It supports running as a service with the ability to extend its functionality on a per-project basis. -#### Introduction -* [About RoadRunner](https://github.com/spiral/roadrunner/wiki/About-RoadRunner) -* [Installation](https://github.com/spiral/roadrunner/wiki/Installation) -* [Configuration](https://github.com/spiral/roadrunner/wiki/Configuration) -* [Contributing](https://github.com/spiral/roadrunner/wiki/Contributing) -* [License](https://github.com/spiral/roadrunner/wiki/License) - -#### Using RoadRunner -* [Environment Configuration](https://github.com/spiral/roadrunner/wiki/Enviroment-Configuration) -* [PHP Workers](https://github.com/spiral/roadrunner/wiki/PHP-Workers) -* [Server Commands](https://github.com/spiral/roadrunner/wiki/Server-Commands) -* [IDE integration](https://github.com/spiral/roadrunner/wiki/IDE-Integration) -* [Debug and Error Handling](https://github.com/spiral/roadrunner/wiki/Debug-And-Error-Handling) - -#### Server Customization -* [Building Server](https://github.com/spiral/roadrunner/wiki/Building-Server) -* [Managing Dependencies](https://github.com/spiral/roadrunner/wiki/Managing-Dependencies) -* [Writing Services](https://github.com/spiral/roadrunner/wiki/Writing-Services) - -#### Additional Notes -* [Production Usage](https://github.com/spiral/roadrunner/wiki/Production-Usage) -* [Event Listeners](https://github.com/spiral/roadrunner/wiki/Event-Listeners) -* [Standalone Usage](https://github.com/spiral/roadrunner/wiki/Standalone-usage) -* [Relays and Sockets](https://github.com/spiral/roadrunner/wiki/Relays-And-Sockets) +Table of Contents +----------------- +* Introduction + * [About RoadRunner](https://github.com/spiral/roadrunner/wiki/About-RoadRunner) + * [Installation](https://github.com/spiral/roadrunner/wiki/Installation) + * [Configuration](https://github.com/spiral/roadrunner/wiki/Configuration) + * [Contributing](https://github.com/spiral/roadrunner/wiki/Contributing) + * [License](https://github.com/spiral/roadrunner/wiki/License) + +* Using RoadRunner + * [Environment Configuration](https://github.com/spiral/roadrunner/wiki/Enviroment-Configuration) + * [PHP Workers](https://github.com/spiral/roadrunner/wiki/PHP-Workers) + * [Server Commands](https://github.com/spiral/roadrunner/wiki/Server-Commands) + * [IDE integration](https://github.com/spiral/roadrunner/wiki/IDE-Integration) + * [Debug and Error Handling](https://github.com/spiral/roadrunner/wiki/Debug-And-Error-Handling) + +* Server Customization + * [Building Server](https://github.com/spiral/roadrunner/wiki/Building-Server) + * [Managing Dependencies](https://github.com/spiral/roadrunner/wiki/Managing-Dependencies) + * [Writing Services](https://github.com/spiral/roadrunner/wiki/Writing-Services) + +* Additional Notes + * [Production Usage](https://github.com/spiral/roadrunner/wiki/Production-Usage) + * [Event Listeners](https://github.com/spiral/roadrunner/wiki/Event-Listeners) + * [Standalone Usage](https://github.com/spiral/roadrunner/wiki/Standalone-usage) + * [Relays and Sockets](https://github.com/spiral/roadrunner/wiki/Relays-And-Sockets) Features: -------- |