Skip to content

Commit 3832678

Browse files
authored
Update documentation terminology to "API Documentation" (#82)
Renamed the documentation section to "API Documentation" or "API Docs" for consistency and clarity: - Changed title in `index.md` from "Documentation" to "API Documentation". - Updated label in `root.tmpl.partial` from "Docs" to "API Docs". - Modified section name in `toc.yml` from "Documentation" to "API Docs".
1 parent 27004e6 commit 3832678

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
canonicalPath: [ "docs/" ]
33
---
44

5-
# Documentation
5+
# API Documentation
66

77
You can find information about all NetCord objects here.

Documentation/templates-src/NetCord/partials/root.tmpl.partial

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<section class="buttons">
55
<a href="guides/getting-started/installation.html" class="button primary-button">Get Started</a>
66
<a href="guides/getting-started/installation.html" class="button secondary-button">Guides</a>
7-
<a href="docs/" class="button secondary-button">Docs</a>
7+
<a href="docs/" class="button secondary-button">API Docs</a>
88
</section>
99
</div>
1010

Documentation/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: Guides
22
href: guides/
3-
- name: Documentation
3+
- name: API Docs
44
href: docs/
55
homepage: docs/

0 commit comments

Comments
 (0)