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