From d1547a654789bfca4052a9e69efb9d968def416c Mon Sep 17 00:00:00 2001 From: Gabriel Dantas Date: Thu, 3 Nov 2022 22:29:27 -0300 Subject: [PATCH] fix: change secret input and sidebar order Signed-off-by: Gabriel Dantas --- docs/features/software-templates/input-examples.md | 14 -------------- mkdocs.yml | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/docs/features/software-templates/input-examples.md b/docs/features/software-templates/input-examples.md index 77b29f33e3..c44ee39269 100644 --- a/docs/features/software-templates/input-examples.md +++ b/docs/features/software-templates/input-examples.md @@ -26,20 +26,6 @@ parameters: ui:help: 'Hint: additional description...' ``` -### Simple secret input - -```yaml -parameters: - - title: Fill in some steps - properties: - secretInput: - title: Input secret - type: string - description: Super secret description hint - minLength: 6 - ui:widget: password -``` - ### Multi line text input ```yaml diff --git a/mkdocs.yml b/mkdocs.yml index 38070252f5..ea2031dac6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -61,8 +61,8 @@ nav: - Overview: 'features/software-templates/index.md' - Configuration: 'features/software-templates/configuration.md' - Adding your own Templates: 'features/software-templates/adding-templates.md' - - Input Examples: 'features/software-templates/input-examples.md' - Writing Templates: 'features/software-templates/writing-templates.md' + - Input Examples: 'features/software-templates/input-examples.md' - Builtin Actions: 'features/software-templates/builtin-actions.md' - Writing Custom Actions: 'features/software-templates/writing-custom-actions.md' - Writing Custom Step Layouts: 'features/software-templates/writing-custom-step-layouts.md'