From 78758e1026695c61dfc73b9d16cde8a99de7c063 Mon Sep 17 00:00:00 2001 From: Hayden Date: Thu, 7 Jan 2021 19:51:19 -0900 Subject: [PATCH] api documentation --- docs/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 1f8a67812dd3..9074892620a6 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -34,7 +34,7 @@ nav: - Backups and Exports: "getting-started/backups-and-exports.md" - Recipe Migration: "getting-started/migration-imports.md" - API Reference: - - API Documentation: "api/demo/index.html" + - API Documentation: "api/docs/index.html" - Usage Examples: "api/api-examples.md" - Contributors Guide: - Non-Code: "contributors/non-coders.md"