You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

toc.yml 1.1 kB

123456789101112131415161718192021222324252627282930313233343536
  1. - name: Introduction
  2. topicUid: Guides.Introduction
  3. - name: Getting Started
  4. items:
  5. - name: Installation
  6. topicUid: Guides.GettingStarted.Installation
  7. - name: Your First Bot
  8. topicUid: Guides.GettingStarted.FirstBot
  9. - name: Terminology
  10. topicUid: Guides.GettingStarted.Terminology
  11. - name: Basic Concepts
  12. items:
  13. - name: Logging Data
  14. topicUid: Guides.Concepts.Logging
  15. - name: Working with Events
  16. topicUid: Guides.Concepts.Events
  17. - name: Managing Connections
  18. topicUid: Guides.Concepts.ManageConnections
  19. - name: Entities
  20. topicUid: Guides.Concepts.Entities
  21. - name: Deployment
  22. topicUid: Guides.Concepts.Deployment
  23. - name: The Command Service
  24. items:
  25. - name: Introduction
  26. topicUid: Guides.Commands.Intro
  27. - name: TypeReaders
  28. topicUid: Guides.Commands.TypeReaders
  29. - name: Preconditions
  30. topicUid: Guides.Commands.Preconditions
  31. - name: Dependency Injection
  32. topicUid: Guides.Commands.DI
  33. - name: Post-execution Handling
  34. topicUid: Guides.Commands.PostExecution
  35. - name: Voice
  36. topicUid: Guides.Voice.SendingVoice