@@ -104,6 +104,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
104
104
exampleSpecs : {
105
105
prefix : 'form-field-' ,
106
106
} ,
107
+ additionalApiDocs : [ { name : 'Testing' , path : 'material-form-field-testing.html' } ] ,
107
108
} ,
108
109
{
109
110
id : 'input' ,
@@ -112,6 +113,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
112
113
exampleSpecs : {
113
114
prefix : 'input-' ,
114
115
} ,
116
+ additionalApiDocs : [ { name : 'Testing' , path : 'material-input-testing.html' } ] ,
115
117
} ,
116
118
{
117
119
id : 'radio' ,
@@ -130,6 +132,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
130
132
exampleSpecs : {
131
133
prefix : 'select-' ,
132
134
} ,
135
+ additionalApiDocs : [ { name : 'Testing' , path : 'material-select-testing.html' } ] ,
133
136
} ,
134
137
{
135
138
id : 'slider' ,
@@ -204,6 +207,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
204
207
exampleSpecs : {
205
208
prefix : 'divider-' ,
206
209
} ,
210
+ additionalApiDocs : [ { name : 'Testing' , path : 'material-divider-testing.html' } ] ,
207
211
} ,
208
212
{
209
213
id : 'expansion' ,
@@ -212,6 +216,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
212
216
exampleSpecs : {
213
217
prefix : 'expansion-' ,
214
218
} ,
219
+ additionalApiDocs : [ { name : 'Testing' , path : 'material-expansion-testing.html' } ] ,
215
220
} ,
216
221
{
217
222
id : 'grid-list' ,
@@ -220,6 +225,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
220
225
exampleSpecs : {
221
226
prefix : 'grid-list-' ,
222
227
} ,
228
+ additionalApiDocs : [ { name : 'Testing' , path : 'material-grid-list-testing.html' } ] ,
223
229
} ,
224
230
{
225
231
id : 'list' ,
@@ -228,6 +234,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
228
234
exampleSpecs : {
229
235
prefix : 'list-' ,
230
236
} ,
237
+ additionalApiDocs : [ { name : 'Testing' , path : 'material-list-testing.html' } ] ,
231
238
} ,
232
239
{
233
240
id : 'stepper' ,
@@ -285,6 +292,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
285
292
exampleSpecs : {
286
293
prefix : 'badge-' ,
287
294
} ,
295
+ additionalApiDocs : [ { name : 'Testing' , path : 'material-button-toggle-testing.html' } ] ,
288
296
} ,
289
297
{
290
298
id : 'chips' ,
@@ -301,6 +309,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
301
309
exampleSpecs : {
302
310
prefix : 'icon-' ,
303
311
} ,
312
+ additionalApiDocs : [ { name : 'Testing' , path : 'material-icon-testing.html' } ] ,
304
313
} ,
305
314
{
306
315
id : 'progress-spinner' ,
@@ -343,6 +352,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
343
352
exampleSpecs : {
344
353
prefix : 'bottom-sheet-' ,
345
354
} ,
355
+ additionalApiDocs : [ { name : 'Testing' , path : 'material-bottom-sheet-testing.html' } ] ,
346
356
} ,
347
357
{
348
358
id : 'dialog' ,
@@ -384,6 +394,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
384
394
exampleSpecs : {
385
395
prefix : 'paginator-' ,
386
396
} ,
397
+ additionalApiDocs : [ { name : 'Testing' , path : 'material-autocomplete-testing.html' } ] ,
387
398
} ,
388
399
{
389
400
id : 'sort' ,
@@ -392,6 +403,7 @@ const DOCS: { [key: string]: DocCategory[] } = {
392
403
exampleSpecs : {
393
404
prefix : 'sort-' ,
394
405
} ,
406
+ additionalApiDocs : [ { name : 'Testing' , path : 'material-sort-testing.html' } ] ,
395
407
} ,
396
408
{
397
409
id : 'table' ,
0 commit comments