include @packageDocumentation for plugin and API
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -14,4 +14,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* A Backstage plugin that integrates towards Apache Airflow
|
||||
*
|
||||
* @packageDocumentation
|
||||
*/
|
||||
|
||||
export { apacheAirflowPlugin, ApacheAirflowPage } from './plugin';
|
||||
|
||||
Reference in New Issue
Block a user