diff --git a/docs/features/events.rst b/docs/features/events.rst new file mode 100644 index 000000000..d32df75e9 --- /dev/null +++ b/docs/features/events.rst @@ -0,0 +1,4 @@ +|stub-icon| Events +================== + +|stub| \ No newline at end of file diff --git a/docs/features/management.rst b/docs/features/management.rst new file mode 100644 index 000000000..354c2b4e1 --- /dev/null +++ b/docs/features/management.rst @@ -0,0 +1,4 @@ +|stub-icon| Server Management +============================= + +|stub| \ No newline at end of file diff --git a/docs/features/permissions.rst b/docs/features/permissions.rst new file mode 100644 index 000000000..586f4939b --- /dev/null +++ b/docs/features/permissions.rst @@ -0,0 +1,4 @@ +|stub-icon| Permissions +======================= + +|stub| \ No newline at end of file diff --git a/docs/features/profile.rst b/docs/features/profile.rst new file mode 100644 index 000000000..699a74400 --- /dev/null +++ b/docs/features/profile.rst @@ -0,0 +1,4 @@ +|stub-icon| Profile +=================== + +|stub| \ No newline at end of file diff --git a/docs/features/voice.rst b/docs/features/voice.rst index 8e790ca2c..f9a49ecae 100644 --- a/docs/features/voice.rst +++ b/docs/features/voice.rst @@ -1,4 +1,15 @@ |stub-icon| Voice ================= -|stub| \ No newline at end of file +|experimental| + +|stub| + +Broadcasting +------------ + +Multi-Server Broadcasting +------------------------- + +Receiving +--------- \ No newline at end of file diff --git a/docs/global.txt b/docs/global.txt index bb6d12414..554a9e457 100644 --- a/docs/global.txt +++ b/docs/global.txt @@ -1,2 +1,3 @@ .. |stub-icon| unicode:: U+0D83D U+0DD27 .. |stub| replace:: This page is a placeholder and has not been written yet. It should be coming soon! +.. |experimental| replace:: Warning: This feature is experimental and may not be complete or may be removed in the future. \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 4aef6aeb6..185b2f556 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,18 +22,15 @@ It is highly recommended that you always use the latest version and please repor .. _Discord chat: https://discord.gg/0SBTUU1wZTVjAMPx -Contents --------- - .. toctree:: :maxdepth: 2 - :caption: Discord.Net + :caption: Documentation getting_started features/logging + features/management + features/permissions + features/profile features/commands features/voice - -.. toctree:: - :maxdepth: 2 - :caption: Discord API \ No newline at end of file + features/events \ No newline at end of file