27 lines
710 B
YAML
27 lines
710 B
YAML
- name: Getting Started
|
|
items:
|
|
- name: Installation
|
|
href: getting_started/installing.md
|
|
- name: Your First Bot
|
|
href: getting_started/intro.md
|
|
- name: Terminology
|
|
href: getting_started/terminology.md
|
|
- name: Basic Concepts
|
|
items:
|
|
- name: Logging Data
|
|
href: concepts/logging.md
|
|
- name: Working with Events
|
|
href: concepts/events.md
|
|
- name: Managing Connections
|
|
href: concepts/connections.md
|
|
- name: Entities
|
|
href: concepts/entities.md
|
|
- name: The Command Service
|
|
items:
|
|
- name: Command Guide
|
|
href: commands/commands.md
|
|
- name: Voice
|
|
items:
|
|
- name: Voice Guide
|
|
href: voice/sending-voice.md
|
|
- name: Migrating from 0.9 |