From 2b066393dfa782530ddab47f36033b4deb5b7dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Mon, 8 Jun 2020 23:02:12 +0300 Subject: [PATCH] Add API Documentation link --- 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 9db7916f11..c77891c55f 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -555,6 +555,10 @@ { "text": "Contribution Guide", "path": "Contribution/Index.md" + }, + { + "text": "API Documentation", + "path": "{ApiDocumentationUrl}" } ] }