Skip to content

Commit 0e72906

Browse files
authoredMay 4, 2020
fix: expose component testing modules (#757)
Exposes the docs for all of the testing modules that we have available.
1 parent a7d0cab commit 0e72906

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎material.angular.io/src/app/shared/documentation-items/documentation-items.ts

+12
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
104104
exampleSpecs: {
105105
prefix: 'form-field-',
106106
},
107+
additionalApiDocs: [{name: 'Testing', path: 'material-form-field-testing.html'}],
107108
},
108109
{
109110
id: 'input',
@@ -112,6 +113,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
112113
exampleSpecs: {
113114
prefix: 'input-',
114115
},
116+
additionalApiDocs: [{name: 'Testing', path: 'material-input-testing.html'}],
115117
},
116118
{
117119
id: 'radio',
@@ -130,6 +132,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
130132
exampleSpecs: {
131133
prefix: 'select-',
132134
},
135+
additionalApiDocs: [{name: 'Testing', path: 'material-select-testing.html'}],
133136
},
134137
{
135138
id: 'slider',
@@ -204,6 +207,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
204207
exampleSpecs: {
205208
prefix: 'divider-',
206209
},
210+
additionalApiDocs: [{name: 'Testing', path: 'material-divider-testing.html'}],
207211
},
208212
{
209213
id: 'expansion',
@@ -212,6 +216,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
212216
exampleSpecs: {
213217
prefix: 'expansion-',
214218
},
219+
additionalApiDocs: [{name: 'Testing', path: 'material-expansion-testing.html'}],
215220
},
216221
{
217222
id: 'grid-list',
@@ -220,6 +225,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
220225
exampleSpecs: {
221226
prefix: 'grid-list-',
222227
},
228+
additionalApiDocs: [{name: 'Testing', path: 'material-grid-list-testing.html'}],
223229
},
224230
{
225231
id: 'list',
@@ -228,6 +234,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
228234
exampleSpecs: {
229235
prefix: 'list-',
230236
},
237+
additionalApiDocs: [{name: 'Testing', path: 'material-list-testing.html'}],
231238
},
232239
{
233240
id: 'stepper',
@@ -285,6 +292,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
285292
exampleSpecs: {
286293
prefix: 'badge-',
287294
},
295+
additionalApiDocs: [{name: 'Testing', path: 'material-button-toggle-testing.html'}],
288296
},
289297
{
290298
id: 'chips',
@@ -301,6 +309,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
301309
exampleSpecs: {
302310
prefix: 'icon-',
303311
},
312+
additionalApiDocs: [{name: 'Testing', path: 'material-icon-testing.html'}],
304313
},
305314
{
306315
id: 'progress-spinner',
@@ -343,6 +352,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
343352
exampleSpecs: {
344353
prefix: 'bottom-sheet-',
345354
},
355+
additionalApiDocs: [{name: 'Testing', path: 'material-bottom-sheet-testing.html'}],
346356
},
347357
{
348358
id: 'dialog',
@@ -384,6 +394,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
384394
exampleSpecs: {
385395
prefix: 'paginator-',
386396
},
397+
additionalApiDocs: [{name: 'Testing', path: 'material-autocomplete-testing.html'}],
387398
},
388399
{
389400
id: 'sort',
@@ -392,6 +403,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
392403
exampleSpecs: {
393404
prefix: 'sort-',
394405
},
406+
additionalApiDocs: [{name: 'Testing', path: 'material-sort-testing.html'}],
395407
},
396408
{
397409
id: 'table',

0 commit comments

Comments
 (0)
Please sign in to comment.