-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdocumentation.yml
42 lines (42 loc) · 974 Bytes
/
documentation.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
toc:
- name: README
file: README.md
- name: Styling Lex
file: src/docs/style-customization.md
- name: API Documentation
description: |
API documentation for Lex follows, divided into sections.
- name: Core Framework
- Lex
- StateTemplate
- State
- Builder
- Assistant
- TransitionFactory
- name: Choice States
- ValueState
- ValueStateValue
- RelationState
- TextRelationState
- NumericRelationState
- DateTimeRelationState
- name: Value Entry States
- TextEntryState
- NumericEntryState
- CurrencyEntryState
- DateTimeEntryState
- name: Static States
- LabelState
- name: Builders
- ValueBuilder
- LabelBuilder
- TerminalBuilder
- DateTimeEntryBuilder
- name: Assistants
- ValueAssistant
- DateTimeEntryAssistant
- name: Miscellaneous
# - name: Creating a Builder
# file: src/docs/creating-a-builder.md
# - name: Creating an Assistant
# file: src/docs/creating-an-assistant.md