Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
canonicalPath: [ "docs/" ]
---

# Documentation
# API Documentation

You can find information about all NetCord objects here.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="buttons">
<a href="guides/getting-started/installation.html" class="button primary-button">Get Started</a>
<a href="guides/getting-started/installation.html" class="button secondary-button">Guides</a>
<a href="docs/" class="button secondary-button">Docs</a>
<a href="docs/" class="button secondary-button">API Docs</a>
</section>
</div>

Expand Down
2 changes: 1 addition & 1 deletion Documentation/toc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Guides
href: guides/
- name: Documentation
- name: API Docs
href: docs/
homepage: docs/
Loading