From 0cd59fb5baf7f7909e83688756c4b443bdc93c2f Mon Sep 17 00:00:00 2001 From: Hsu Still <341464@gmail.com> Date: Mon, 19 Mar 2018 14:53:11 +0800 Subject: [PATCH] Rename filenames and remove adv op --- docs/faq/AdvancedOperations.md | 5 ----- docs/faq/{BasicOperations.md => basic-operations.md} | 0 docs/faq/{ClientBasics.md => client-basics.md} | 0 docs/faq/{GettingStarted.md => getting-started.md} | 0 docs/faq/toc.yml | 12 ++++++------ 5 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 docs/faq/AdvancedOperations.md rename docs/faq/{BasicOperations.md => basic-operations.md} (100%) rename docs/faq/{ClientBasics.md => client-basics.md} (100%) rename docs/faq/{GettingStarted.md => getting-started.md} (100%) diff --git a/docs/faq/AdvancedOperations.md b/docs/faq/AdvancedOperations.md deleted file mode 100644 index 70bcbf04d..000000000 --- a/docs/faq/AdvancedOperations.md +++ /dev/null @@ -1,5 +0,0 @@ -# Advanced Operations - -## I want to create a service that sends a message or does things at a regular interval! - -You will need to create a separate service alongside the program. Here's [an example](https://gist.github.com/Joe4evr/967949a477ed0c6c841407f0f25fa730) to get you started. \ No newline at end of file diff --git a/docs/faq/BasicOperations.md b/docs/faq/basic-operations.md similarity index 100% rename from docs/faq/BasicOperations.md rename to docs/faq/basic-operations.md diff --git a/docs/faq/ClientBasics.md b/docs/faq/client-basics.md similarity index 100% rename from docs/faq/ClientBasics.md rename to docs/faq/client-basics.md diff --git a/docs/faq/GettingStarted.md b/docs/faq/getting-started.md similarity index 100% rename from docs/faq/GettingStarted.md rename to docs/faq/getting-started.md diff --git a/docs/faq/toc.yml b/docs/faq/toc.yml index 08ba404c1..a1b4faf10 100644 --- a/docs/faq/toc.yml +++ b/docs/faq/toc.yml @@ -1,12 +1,12 @@ - name: Getting Started - href: GettingStarted.md + href: getting-started.md - name: Client Basics - href: ClientBasics.md + href: client-basics.md - name: Basic Operations - href: BasicOperations.md + href: basic-operations.md - name: Commands - href: Commands.md + href: commands.md - name: Glossary - href: Glossary.md + href: glossary.md - name: Legacy or Upgrade - href: Legacy.md \ No newline at end of file + href: legacy.md