diff --git a/docs/docs_server.rst b/docs/docs_server.rst index 01f9cefc9..7d06ff230 100644 --- a/docs/docs_server.rst +++ b/docs/docs_server.rst @@ -75,6 +75,8 @@ iconURL The URL of the Server's icon. If the server doesn't have an icon, this will be null. +----- + Functions --------- diff --git a/docs/index.rst b/docs/index.rst index b1d762cf4..3b8c21e9e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,6 +24,7 @@ Contents: :caption: Documentation docs_client + docs_server docs_user .. toctree:: diff --git a/docs/vars.rst b/docs/vars.rst index 0f48aac42..67d4586b5 100644 --- a/docs/vars.rst +++ b/docs/vars.rst @@ -1,5 +1,6 @@ .. _Client : ./docs_client.html .. _Cache : ./docs_cache.html .. _User : ./docs_user.html +.. _Server : ./docs_server.html .. _Promises : https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise .. _EventEmitter : https://nodejs.org/api/events.html#events_class_events_eventemitter \ No newline at end of file