From 5115bfa041bc686bc0aa3fe0c1c8f67e417b2744 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sun, 15 Mar 2020 12:58:58 +0100 Subject: [PATCH] Fix naming of reference docs files These files were intended to document the `swarm join-token` and `swarm unlock-key` subcommands, but were incorrectly using an underscore instead of a hyphen (`-`). As a result, the examples were not picked up by the yamldocs generator. Signed-off-by: Sebastiaan van Stijn --- .../commandline/{swarm_join_token.md => swarm_join-token.md} | 0 .../commandline/{swarm_unlock_key.md => swarm_unlock-key.md} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename docs/reference/commandline/{swarm_join_token.md => swarm_join-token.md} (100%) rename docs/reference/commandline/{swarm_unlock_key.md => swarm_unlock-key.md} (100%) diff --git a/docs/reference/commandline/swarm_join_token.md b/docs/reference/commandline/swarm_join-token.md similarity index 100% rename from docs/reference/commandline/swarm_join_token.md rename to docs/reference/commandline/swarm_join-token.md diff --git a/docs/reference/commandline/swarm_unlock_key.md b/docs/reference/commandline/swarm_unlock-key.md similarity index 100% rename from docs/reference/commandline/swarm_unlock_key.md rename to docs/reference/commandline/swarm_unlock-key.md