From 1a06b0b5e75e006b2ccfc52e689a00842f448c86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 17 Dec 2020 10:32:51 +0300 Subject: [PATCH] #6685 Add SubmitButton to docs menu. --- docs/en/docs-nav.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index dcaf236fa9..19a8589e1a 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -697,6 +697,15 @@ } ] }, + { + "text": "Other Components", + "items": [ + { + "text": "SubmitButton", + "path": "UI/Blazor/SubmitButton.md" + } + ] + }, { "text": "Settings", "path": "UI/Blazor/Settings.md"