-
Notifications
You must be signed in to change notification settings - Fork 2
/
dartdoc_options.yaml
37 lines (37 loc) · 1.11 KB
/
dartdoc_options.yaml
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
dartdoc:
showUndocumentedCategories: true
exclude:
- react_testing_library # exclude the big "catch-all" library since we want the exports to be broken up a little nicer in the docs
header:
- doc/styles.html
categories:
"Accessibility":
markdown: doc/accessibility.md
"Async":
markdown: doc/async_methods.md
"Matchers":
markdown: doc/matchers.md
"UserActions":
markdown: doc/user_actions.md
name: "User Actions"
"Queries":
markdown: doc/about_queries.md
"ByAltText":
markdown: doc/queries/by_alt_text.md
"ByDisplayValue":
markdown: doc/queries/by_display_value.md
"ByLabelText":
markdown: doc/queries/by_label_text.md
"ByPlaceholderText":
markdown: doc/queries/by_placeholder_text.md
"ByRole":
markdown: doc/queries/by_role.md
"ByTestId":
markdown: doc/queries/by_test_id.md
"ByText":
markdown: doc/queries/by_text.md
"ByTitle":
markdown: doc/queries/by_title.md
linkToSource:
root: "."
uriTemplate: "https://github.com/Workiva/react_testing_library/blob/master/%f%#L%l%"