Browse Source

Rename filenames and remove adv op

pull/988/head
Hsu Still 7 years ago
parent
commit
0cd59fb5ba
5 changed files with 6 additions and 11 deletions
  1. +0
    -5
      docs/faq/AdvancedOperations.md
  2. +0
    -0
      docs/faq/basic-operations.md
  3. +0
    -0
      docs/faq/client-basics.md
  4. +0
    -0
      docs/faq/getting-started.md
  5. +6
    -6
      docs/faq/toc.yml

+ 0
- 5
docs/faq/AdvancedOperations.md View File

@@ -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.

docs/faq/BasicOperations.md → docs/faq/basic-operations.md View File


docs/faq/ClientBasics.md → docs/faq/client-basics.md View File


docs/faq/GettingStarted.md → docs/faq/getting-started.md View File


+ 6
- 6
docs/faq/toc.yml View File

@@ -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
href: legacy.md

Loading…
Cancel
Save