From ab8ccc05b9775bd6c35f48c74cab28ba748f01f0 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 10 Dec 2020 12:32:22 +0100 Subject: [PATCH] docs/stability-index: add integrations package --- docs/overview/stability-index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/overview/stability-index.md b/docs/overview/stability-index.md index 3cfdfbab48..c53193f063 100644 --- a/docs/overview/stability-index.md +++ b/docs/overview/stability-index.md @@ -178,6 +178,17 @@ Internal CLI utility for running e2e tests. Stability: `N/A` +### `integration` [GitHub](https://github.com/backstage/backstage/tree/master/packages/integration/) + +Provides shared utilities for managing integrations towards different types of +third party systems. This package is currently internal and its functionality +will likely be exposed via separate APIs in the future. + +Some of the functionality in this package is not available elsewhere yes, so if +it's necessary it can be used, but there will be breaking changes. + +Stability: `0` + ### `storybook` [GitHub](https://github.com/backstage/backstage/tree/master/packages/storybook/) Internal storybook build for publishing stories to