From f57aa1785a458b5e7c5949cff36d33885a58beef Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Thu, 29 Jan 2026 07:20:33 -0600 Subject: [PATCH] docs - Added ui:options Examples to the Sidebar Signed-off-by: Andre Wanlin --- microsite/sidebars.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/microsite/sidebars.ts b/microsite/sidebars.ts index 5432edd6db..1758e5a7a1 100644 --- a/microsite/sidebars.ts +++ b/microsite/sidebars.ts @@ -279,6 +279,7 @@ export default { 'features/software-templates/adding-templates', 'features/software-templates/writing-templates', 'features/software-templates/input-examples', + 'features/software-templates/ui-options-examples', 'features/software-templates/builtin-actions', 'features/software-templates/writing-custom-actions', 'features/software-templates/writing-tests-for-actions',