include @packageDocumentation for plugin and API

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
This commit is contained in:
Colton Padden
2021-12-06 09:33:54 -05:00
parent 05fb511279
commit 5920236300
2 changed files with 13 additions and 0 deletions
+7
View File
@@ -14,5 +14,12 @@
* limitations under the License.
*/
/**
* An API definition and client for integrating with the Apache Airflow v2+
* API
*
* @packageDocumentation
*/
export * from './ApacheAirflowApi';
export * from './ApacheAirflowClient';
+6
View File
@@ -14,4 +14,10 @@
* limitations under the License.
*/
/**
* A Backstage plugin that integrates towards Apache Airflow
*
* @packageDocumentation
*/
export { apacheAirflowPlugin, ApacheAirflowPage } from './plugin';