From 5a4ea02ae74aade15f5237f0b40addd15b45a92b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Fri, 12 Jun 2020 13:01:59 +0300 Subject: [PATCH] Add API documentation URL. --- docs/en/docs-nav.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 5b75278c0b..c2184c3cea 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -571,6 +571,10 @@ { "text": "Contribution Guide", "path": "Contribution/Index.md" + }, + { + "text": "API Documentation", + "path": "{ApiDocumentationUrl}" } ] }