Generate docs from data plugin (#56955)

* Add doc building for data plugin

* Added data server md file

* index file for suggestion component

* Clear out internal imports from public API

* Remove FunctionalComponent usage

* comment out working docs

* Added fixes following @octogonz feedback

* new docs

* Clean up

* Clean up 2

* fix jest

* rename docs script file

* update tasks

* tasks

* update docs
This commit is contained in:
Liza Katz 2020-03-10 09:34:06 +00:00 committed by GitHub
parent 35bcb36ee6
commit 28d0cf4485
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
493 changed files with 10516 additions and 53 deletions

View file

@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) &gt; [SearchSourceFields](./kibana-plugin-plugins-data-public.searchsourcefields.md) &gt; [source](./kibana-plugin-plugins-data-public.searchsourcefields.source.md)
## SearchSourceFields.source property
<b>Signature:</b>
```typescript
source?: NameList;
```