changeset 575:0902cacbd31d

Docs: update indexes
author David Demelier <markand@malikania.fr>
date Wed, 29 Nov 2017 14:49:12 +0100
parents 18e80ec38ac7
children 763d41e3828c
files doc/html/CMakeLists.txt doc/html/api/module/Irccd.Server/index.md doc/html/irccdctl/command/index.md doc/html/irccdctl/command/server-cmode.md doc/html/irccdctl/command/server-cnotice.md doc/html/irccdctl/usage.md doc/html/resources/template.html
diffstat 7 files changed, 1 insertions(+), 54 deletions(-) [+]
line wrap: on
line diff
--- a/doc/html/CMakeLists.txt	Wed Nov 29 14:44:36 2017 +0100
+++ b/doc/html/CMakeLists.txt	Wed Nov 29 14:49:12 2017 +0100
@@ -153,8 +153,6 @@
     ${html_SOURCE_DIR}/irccdctl/command/rule-list.md
     ${html_SOURCE_DIR}/irccdctl/command/rule-move.md
     ${html_SOURCE_DIR}/irccdctl/command/rule-remove.md
-    ${html_SOURCE_DIR}/irccdctl/command/server-cmode.md
-    ${html_SOURCE_DIR}/irccdctl/command/server-cnotice.md
     ${html_SOURCE_DIR}/irccdctl/command/server-connect.md
     ${html_SOURCE_DIR}/irccdctl/command/server-disconnect.md
     ${html_SOURCE_DIR}/irccdctl/command/server-invite.md
--- a/doc/html/api/module/Irccd.Server/index.md	Wed Nov 29 14:44:36 2017 +0100
+++ b/doc/html/api/module/Irccd.Server/index.md	Wed Nov 29 14:49:12 2017 +0100
@@ -19,8 +19,6 @@
 ## Methods
 
   - [(constructor)](Irccd.Server.prototype.constructor.html)
-  - [cmode](Irccd.Server.prototype.cmode.html)
-  - [cnotice](Irccd.Server.prototype.cnotice.html)
   - [info](Irccd.Server.prototype.info.html)
   - [invite](Irccd.Server.prototype.invite.html)
   - [join](Irccd.Server.prototype.join.html)
@@ -33,5 +31,5 @@
   - [notice](Irccd.Server.prototype.notice.html)
   - [part](Irccd.Server.prototype.part.html)
   - [topic](Irccd.Server.prototype.topic.html)
+  - [toString](Irccd.Server.prototype.toString.html)
   - [whois](Irccd.Server.prototype.whois.html)
-  - [toString](Irccd.Server.prototype.toString.html)
--- a/doc/html/irccdctl/command/index.md	Wed Nov 29 14:44:36 2017 +0100
+++ b/doc/html/irccdctl/command/index.md	Wed Nov 29 14:49:12 2017 +0100
@@ -18,8 +18,6 @@
   - [rule-list](rule-list.html)
   - [rule-move](rule-move.html)
   - [rule-remove](rule-remove.html)
-  - [server-cmode](server-cmode.html)
-  - [server-cnotice](server-cnotice.html)
   - [server-connect](server-connect.html)
   - [server-disconnect](server-disconnect.html)
   - [server-invite](server-invite.html)
--- a/doc/html/irccdctl/command/server-cmode.md	Wed Nov 29 14:44:36 2017 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
----
-title: server-cmode
-guide: yes
----
-
-# server-cmode
-
-Change the mode of the specified channel.
-
-## Usage
-
-```nohighlight
-$ irccdctl server-cmode server channel mode
-```
-
-## Example
-
-```nohighlight
-$ irccdctl server-cmode freenode #staff +t
-```
--- a/doc/html/irccdctl/command/server-cnotice.md	Wed Nov 29 14:44:36 2017 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
----
-title: server-cnotice
-guide: yes
----
-
-# server-cnotice
-
-Send a notice to a public channel. This is a notice that everyone on the channel
-will receive.
-
-## Usage
-
-```nohighlight
-$ irccdctl server-cnotice server channel message
-```
-
-## Example
-
-```nohighlight
-$ irccdctl server-cnotice freenode #staff "Don't flood"
-```
--- a/doc/html/irccdctl/usage.md	Wed Nov 29 14:44:36 2017 +0100
+++ b/doc/html/irccdctl/usage.md	Wed Nov 29 14:49:12 2017 +0100
@@ -17,8 +17,6 @@
        irccdctl plugin-reload plugin
        irccdctl plugin-unload plugin
        irccdctl rule-list
-       irccdctl server-cmode server channel mode
-       irccdctl server-cnotice server channel message
        irccdctl server-connect [options] id host [port]
        irccdctl server-disconnect [server]
        irccdctl server-info server
--- a/doc/html/resources/template.html	Wed Nov 29 14:44:36 2017 +0100
+++ b/doc/html/resources/template.html	Wed Nov 29 14:49:12 2017 +0100
@@ -36,8 +36,6 @@
 $if(js)$
       <h3>Events</h3>
       <ul class="nav nav-sidebar sidebar-list">
-        <li><a href="$baseurl$api/event/onChannelMode.html">onChannelMode</a></li>
-        <li><a href="$baseurl$api/event/onChannelNotice.html">onChannelNotice</a></li>
         <li><a href="$baseurl$api/event/onCommand.html">onCommand</a></li>
         <li><a href="$baseurl$api/event/onConnect.html">onConnect</a></li>
         <li><a href="$baseurl$api/event/onInvite.html">onInvite</a></li>
@@ -51,8 +49,6 @@
         <li><a href="$baseurl$api/event/onNick.html">onNick</a></li>
         <li><a href="$baseurl$api/event/onNotice.html">onNotice</a></li>
         <li><a href="$baseurl$api/event/onPart.html">onPart</a></li>
-        <li><a href="$baseurl$api/event/onQuery.html">onQuery</a></li>
-        <li><a href="$baseurl$api/event/onQueryCommand.html">onQueryCommand</a></li>
         <li><a href="$baseurl$api/event/onReload.html">onReload</a></li>
         <li><a href="$baseurl$api/event/onTopic.html">onTopic</a></li>
         <li><a href="$baseurl$api/event/onUnload.html">onUnload</a></li>