-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdartdoc_options.yaml
More file actions
40 lines (39 loc) · 1 KB
/
Copy pathdartdoc_options.yaml
File metadata and controls
40 lines (39 loc) · 1 KB
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
dartdoc:
categories:
"Get started":
markdown: doc/01_get_started.md
# "StateX class":
# markdown: doc/02_statex.md
# "AppStateX class":
# markdown: doc/07_appstate.md
# "State Object Controller":
# markdown: doc/03_controllers.md
# "Using FutureBuilder":
# markdown: doc/04_futurebuilder.md
# "Using InheritedWidget":
# markdown: doc/05_inheritedwidget.md
# "Event handling":
# markdown: doc/06_event_handling.md
# "Error handling":
# markdown: doc/08_error-handling.md
# "Testing":
# markdown: doc/09_testing.md
categoryOrder:
- "Get started"
# - "StateX class"
# - "AppStateX class"
# - "State Object Controller"
# - "Using FutureBuilder"
# - "Using InheritedWidget"
# - "Error handling"
# - "Testing"
showUndocumentedCategories: true
# ignore:
# - ambiguous-doc-reference
# errors:
# - unresolved-doc-reference
warnings:
- tool-error
# ignore:
# - broken-link
# - missing-from-search-index