# HG changeset patch # User David Demelier # Date 1481026647 -3600 # Node ID 5aca8eeebcf1b0f125ad9b7cc790c6d4b910f219 # Parent d731ce3ae821e85a0d2112b3935fe1ed146b9449 Docs: list plugins in index diff -r d731ce3ae821 -r 5aca8eeebcf1 doc/html/index.md --- a/doc/html/index.md Tue Dec 06 13:13:11 2016 +0100 +++ b/doc/html/index.md Tue Dec 06 13:17:27 2016 +0100 @@ -25,6 +25,18 @@ - [List of irccdctl commands](irccdctl/commands.html) - [Irccdctl command line usage](irccdctl/usage.html) +# Plugins + +Documentation about official irccd plugins. + + - [ask](plugin/ask.html) + - [auth](plugin/auth.html) + - [hangman](plugin/hangman.html) + - [history](plugin/history.html) + - [logger](plugin/logger.html) + - [plugin](plugin/plugin.html) + - [roulette](plugin/roulette.html) + # Development Development of plugins and other development documentation.