diff --git a/DisCatSharp.Docs/api/DisCatSharp.Interactivity/index.md b/DisCatSharp.Docs/api/DisCatSharp.Interactivity/index.md index 7e9232864..b43ab9a34 100644 --- a/DisCatSharp.Docs/api/DisCatSharp.Interactivity/index.md +++ b/DisCatSharp.Docs/api/DisCatSharp.Interactivity/index.md @@ -1,7 +1,12 @@ +--- +uid: api_discatsharp_interactivity_index +title: DisCatSharp.Interactivity API Reference +--- + # API Reference Welcome to the DisCatSharp.Interactivity API reference. To begin, select a namespace, then a class, from the table of contents on the left. If you encounter any problems or see typos, please inform us on our [Discord server](https://discord.gg/Uk7sggRBTm). diff --git a/DisCatSharp.Docs/api/DisCatSharp/index.md b/DisCatSharp.Docs/api/DisCatSharp/index.md index 78e0d651e..5208cb094 100644 --- a/DisCatSharp.Docs/api/DisCatSharp/index.md +++ b/DisCatSharp.Docs/api/DisCatSharp/index.md @@ -1,7 +1,12 @@ +--- +uid: api_discatsharp_index +title: DisCatSharp API Reference +--- + # API Reference Welcome to the DisCatSharp API reference. To begin, select a namespace, then a class, from the table of contents on the left. If you encounter any problems or see typos, please inform us on our [Discord server](https://discord.gg/Uk7sggRBTm). diff --git a/DisCatSharp.Docs/api/index.md b/DisCatSharp.Docs/api/index.md index 4b69e17c9..63bdc1a0c 100644 --- a/DisCatSharp.Docs/api/index.md +++ b/DisCatSharp.Docs/api/index.md @@ -1,7 +1,11 @@ # API Reference +--- +uid: api_index +title: DisCatSharp Global API +--- Welcome to the DisCatSharp Global API reference. To begin, a package on the left. If you encounter any problems or see typos, please inform us on our [Discord server](https://discord.gg/Uk7sggRBTm). diff --git a/DisCatSharp.Docs/api/toc.yml b/DisCatSharp.Docs/api/toc.yml index ef7cc0dda..eccc03c2b 100644 --- a/DisCatSharp.Docs/api/toc.yml +++ b/DisCatSharp.Docs/api/toc.yml @@ -1,4 +1,6 @@ +- name: Intro + href: index.md - name: DisCatSharp href: DisCatSharp/ - name: DisCatSharp.Interactivity href: DisCatSharp.Interactivity/ diff --git a/DisCatSharp.Docs/toc.yml b/DisCatSharp.Docs/toc.yml index 9d6ca5ccb..31a3ef7fb 100644 --- a/DisCatSharp.Docs/toc.yml +++ b/DisCatSharp.Docs/toc.yml @@ -1,8 +1,8 @@ - name: Articles href: articles/ - name: FAQ href: faq.md - name: API Documentation - href: api/ + href: api/index.md - name: Voice Natives href: natives/index.md