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

12345678910111213141516171819202122232425262728293031323334
  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: The Command Service
  22. items:
  23. - name: Introduction
  24. topicUid: Guides.Commands.Intro
  25. - name: TypeReaders
  26. topicUid: Guides.Commands.TypeReaders
  27. - name: Preconditions
  28. topicUid: Guides.Commands.Preconditions
  29. - name: Dependency Injection
  30. topicUid: Guides.Commands.DI
  31. - name: Post-execution Handling
  32. topicUid: Guides.Commands.PostExecution
  33. - name: Voice
  34. topicUid: Guides.Voice.SendingVoice