From b8412a28c27b3e5fb5a3faa9d82686f196eb3070 Mon Sep 17 00:00:00 2001 From: bile0026 Date: Mon, 16 Aug 2021 15:30:24 -0500 Subject: [PATCH] fix indentation on yaml --- docs/docs/adding-devices.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/adding-devices.mdx b/docs/docs/adding-devices.mdx index ea9a5d6..e2ad7dc 100644 --- a/docs/docs/adding-devices.mdx +++ b/docs/docs/adding-devices.mdx @@ -303,11 +303,11 @@ Here's an example of using this to share two sets of credentials among multiple ```yaml title="devices.yaml" my_credentials: - credential: &credential1 - username: madeup1 - password: gY018mR4gx4sVqc0 + username: madeup1 + password: gY018mR4gx4sVqc0 - credential: &credential2 - username: madeup2 - password: 0eMEJ4ZpB6ofkiIF + username: madeup2 + password: 0eMEJ4ZpB6ofkiIF routers: - name: router01