From 383267859569bc810f3785b1ffdca6ae7e6954ca Mon Sep 17 00:00:00 2001 From: Kuba_Z2 <77853483+KubaZ2@users.noreply.github.com> Date: Sat, 14 Dec 2024 17:11:52 +0100 Subject: [PATCH] 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". --- Documentation/docs/index.md | 2 +- Documentation/templates-src/NetCord/partials/root.tmpl.partial | 2 +- Documentation/toc.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/docs/index.md b/Documentation/docs/index.md index 235c3363..0ad90733 100644 --- a/Documentation/docs/index.md +++ b/Documentation/docs/index.md @@ -2,6 +2,6 @@ canonicalPath: [ "docs/" ] --- -# Documentation +# API Documentation You can find information about all NetCord objects here. diff --git a/Documentation/templates-src/NetCord/partials/root.tmpl.partial b/Documentation/templates-src/NetCord/partials/root.tmpl.partial index 3e2f5521..73ef5fef 100644 --- a/Documentation/templates-src/NetCord/partials/root.tmpl.partial +++ b/Documentation/templates-src/NetCord/partials/root.tmpl.partial @@ -4,7 +4,7 @@
Get Started Guides - Docs + API Docs
diff --git a/Documentation/toc.yml b/Documentation/toc.yml index 88091745..04f16936 100644 --- a/Documentation/toc.yml +++ b/Documentation/toc.yml @@ -1,5 +1,5 @@ - name: Guides href: guides/ -- name: Documentation +- name: API Docs href: docs/ homepage: docs/