Document the extension engine and exisitng extensions (#141)

* Document the extension engine and exisitng extensions

* Add the link to Extensions in ToC
This commit is contained in:
Oleg Nenashev
2016-12-02 13:59:26 +01:00
committed by GitHub
parent 62b495f088
commit 0f354b42ac
5 changed files with 130 additions and 6 deletions

View File

@@ -37,6 +37,7 @@ Your renamed `winsw.exe` binary also accepts the following commands:
* [Main XML Configuration file](doc/xmlConfigFile.md)
* [EXE Configuration File](doc/exeConfigFile.md)
* [Logging and Error Reporting](doc/loggingAndErrorReporting.md)
* [Extensions](doc/extensions/extensions.md)
* Use-cases:
* [Self-restarting services](doc/selfRestartingService.md)
* [Deferred File Operations](doc/deferredFileOperations.md)
@@ -53,7 +54,7 @@ API stability is not guaranteed till the first release, the project structure is
Major changes since 1.x:
* Rework of the project structure
* Better logging
* Internal plugin engine, which allows extending the WinSW behavior
* [Internal extension engine](doc/extensions/extensions.md), which allows extending the WinSW behavior
#### WinSW 1.x