diff --git a/.changeset/mean-carpets-agree.md b/.changeset/mean-carpets-agree.md new file mode 100644 index 000000000..05af0b337 --- /dev/null +++ b/.changeset/mean-carpets-agree.md @@ -0,0 +1,44 @@ +--- +'@roadiehq/plugin-scaffolder-frontend-module-http-request-field': patch +'@roadiehq/scaffolder-backend-module-http-request': patch +'@roadiehq/scaffolder-backend-module-utils': patch +'@roadiehq/scaffolder-backend-module-aws': patch +'@roadiehq/backstage-plugin-bitbucket-pullrequest': patch +'@roadiehq/backstage-plugin-github-pull-requests': patch +'@roadiehq/scaffolder-backend-argocd': patch +'@roadiehq/backstage-plugin-security-insights': patch +'@roadiehq/rag-ai-backend-retrieval-augmenter': patch +'@roadiehq/backstage-plugin-github-insights': patch +'@roadiehq/backstage-plugin-argo-cd-backend': patch +'@roadiehq/rag-ai-backend-embeddings-openai': patch +'@roadiehq/catalog-backend-module-gravatar': patch +'@roadiehq/backstage-plugin-launchdarkly': patch +'@roadiehq/rag-ai-backend-embeddings-aws': patch +'@roadiehq/backstage-plugin-aws-lambda': patch +'@roadiehq/backstage-plugin-cloudsmith': patch +'@roadiehq/backstage-plugin-prometheus': patch +'@roadiehq/catalog-backend-module-okta': patch +'@roadiehq/backstage-plugin-buildkite': patch +'@roadiehq/backstage-plugin-travis-ci': patch +'@roadiehq/backstage-plugin-home-markdown': patch +'@roadiehq/catalog-backend-module-aws': patch +'@roadiehq/backstage-plugin-shortcut': patch +'@roadiehq/backstage-plugin-aws-auth': patch +'@roadiehq/backstage-plugin-argo-cd': patch +'@roadiehq/backstage-plugin-bugsnag': patch +'@roadiehq/backstage-plugin-datadog': patch +'@roadiehq/backstage-plugin-iframe': patch +'@roadiehq/rag-ai-storage-pgvector': patch +'@roadiehq/roadie-backstage-entity-validator': patch +'@roadiehq/backstage-plugin-jira': patch +'@roadiehq/backstage-plugin-home-rss': patch +'@roadiehq/backstage-plugin-aws-backend': patch +'@roadiehq/backstage-plugin-aws': patch +'@roadiehq/rag-ai-backend': patch +'@roadiehq/rag-ai-node': patch +'@roadiehq/rag-ai': patch +'backend': patch +'app': patch +--- + +Add link to Roadie in README diff --git a/README.md b/README.md index d0d1493c0..8fdf8c4a4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ This repo contains the Backstage plugins created and maintained by [Roadie](https://roadie.io). Roadie is a SaaS Backstage solution. +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). + Amongst others, the following plugins can be found within this repo: - [AI Assistant - RAG AI](https://www.npmjs.com/package/@roadiehq/rag-ai) diff --git a/packages/backend/README.md b/packages/backend/README.md index 02426ef9b..7c1603030 100644 --- a/packages/backend/README.md +++ b/packages/backend/README.md @@ -64,3 +64,7 @@ and - [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md) - [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md) + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/backend/backstage-aws-backend/README.md b/plugins/backend/backstage-aws-backend/README.md index f15ed029c..b21869100 100644 --- a/plugins/backend/backstage-aws-backend/README.md +++ b/plugins/backend/backstage-aws-backend/README.md @@ -49,3 +49,7 @@ You can optionally pass a parameter `region`. $ curl http://localhost:7007/api/aws/9999999999/AWS::S3::Bucket/bucket1 { "Arn":"arn:aws:s3:::bucket1", "BucketName":"bucket1", ... } ``` + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/backend/backstage-plugin-argo-cd-backend/README.md b/plugins/backend/backstage-plugin-argo-cd-backend/README.md index f94fa2920..0e78c5ea3 100644 --- a/plugins/backend/backstage-plugin-argo-cd-backend/README.md +++ b/plugins/backend/backstage-plugin-argo-cd-backend/README.md @@ -192,3 +192,7 @@ helm upgrade --install argocd argo/argo-cd \ ``` ## Contributed By American Airlines + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/backend/backstage-plugin-aws-auth/README.md b/plugins/backend/backstage-plugin-aws-auth/README.md index 11f00a3ae..968dbae22 100644 --- a/plugins/backend/backstage-plugin-aws-auth/README.md +++ b/plugins/backend/backstage-plugin-aws-auth/README.md @@ -87,3 +87,7 @@ const apiRouter = Router(); ... apiRouter.use('/aws', await aws(awsEnv)); ``` + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/backend/catalog-backend-module-aws/README.md b/plugins/backend/catalog-backend-module-aws/README.md index 950ef4204..2aa6466bd 100644 --- a/plugins/backend/catalog-backend-module-aws/README.md +++ b/plugins/backend/catalog-backend-module-aws/README.md @@ -46,3 +46,7 @@ export default async function createPlugin( return router; } ``` + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/backend/catalog-backend-module-gravatar/README.md b/plugins/backend/catalog-backend-module-gravatar/README.md index 364c6dc09..1209f40ed 100644 --- a/plugins/backend/catalog-backend-module-gravatar/README.md +++ b/plugins/backend/catalog-backend-module-gravatar/README.md @@ -32,3 +32,7 @@ export default async function createPlugin( return router; } ``` + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/backend/catalog-backend-module-okta/README.md b/plugins/backend/catalog-backend-module-okta/README.md index 684a6f3e7..7719f7d6d 100644 --- a/plugins/backend/catalog-backend-module-okta/README.md +++ b/plugins/backend/catalog-backend-module-okta/README.md @@ -494,3 +494,7 @@ export const oktaGroupEntityProviderModule = createBackendModule({ }, }); ``` + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/backend/rag-ai-backend-embeddings-aws/README.md b/plugins/backend/rag-ai-backend-embeddings-aws/README.md index 13bde0cce..85873df91 100644 --- a/plugins/backend/rag-ai-backend-embeddings-aws/README.md +++ b/plugins/backend/rag-ai-backend-embeddings-aws/README.md @@ -74,3 +74,7 @@ aws: roleName: 'my-backstage-role' externalId: 'my-id' ``` + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/backend/rag-ai-backend-embeddings-openai/README.md b/plugins/backend/rag-ai-backend-embeddings-openai/README.md index 1f0ec4cfd..b7cd18c78 100644 --- a/plugins/backend/rag-ai-backend-embeddings-openai/README.md +++ b/plugins/backend/rag-ai-backend-embeddings-openai/README.md @@ -51,3 +51,7 @@ ai: ``` + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/backend/rag-ai-backend-retrieval-augmenter/README.md b/plugins/backend/rag-ai-backend-retrieval-augmenter/README.md index 19aa5e71b..d27bb53b0 100644 --- a/plugins/backend/rag-ai-backend-retrieval-augmenter/README.md +++ b/plugins/backend/rag-ai-backend-retrieval-augmenter/README.md @@ -24,3 +24,7 @@ const retrievalPipeline = createDefaultRetrievalPipeline({ ``` > You are able to get the vector store implementation from your constructed augmentation indexer. See embeddings submodules or `@roadiehq/rag-ai-backend` README for more information + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/backend/rag-ai-backend/README.md b/plugins/backend/rag-ai-backend/README.md index 7b7961702..85d8dfb0e 100644 --- a/plugins/backend/rag-ai-backend/README.md +++ b/plugins/backend/rag-ai-backend/README.md @@ -389,3 +389,7 @@ export const configureEmbeddingsCreation = async (opts: { }); }; ``` + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/backend/rag-ai-node/README.md b/plugins/backend/rag-ai-node/README.md index 5f89c6220..54949c46f 100644 --- a/plugins/backend/rag-ai-node/README.md +++ b/plugins/backend/rag-ai-node/README.md @@ -1,3 +1,7 @@ # @roadiehq/rag-ai-node This package contains types and interfaces to support RAG AI backend modules. + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/backend/rag-ai-storage-pgvector/README.md b/plugins/backend/rag-ai-storage-pgvector/README.md index 10d29eeb1..f0185d0dd 100644 --- a/plugins/backend/rag-ai-storage-pgvector/README.md +++ b/plugins/backend/rag-ai-storage-pgvector/README.md @@ -28,3 +28,7 @@ const vectorStore = await createRoadiePgVectorStore({ options: { chunkSize, tableName }, }); ``` + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/frontend/backstage-plugin-argo-cd/README.md b/plugins/frontend/backstage-plugin-argo-cd/README.md index fc0e352f9..2d0188e61 100644 --- a/plugins/frontend/backstage-plugin-argo-cd/README.md +++ b/plugins/frontend/backstage-plugin-argo-cd/README.md @@ -190,3 +190,7 @@ To run the integration tests locally `yarn workspace app cy:dev` (assuming you h - [Argo CD Backend Plugin](https://www.npmjs.com/package/@roadiehq/backstage-plugin-argo-cd-backend) - [Backstage](https://backstage.io) - Get hosted, managed Backstage for your company: https://roadie.io + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/frontend/backstage-plugin-aws-lambda/README.md b/plugins/frontend/backstage-plugin-aws-lambda/README.md index e959cd8be..ff28d38c5 100644 --- a/plugins/frontend/backstage-plugin-aws-lambda/README.md +++ b/plugins/frontend/backstage-plugin-aws-lambda/README.md @@ -77,3 +77,7 @@ Make sure you have AWS auth backend plugin installed in your backstage backend ( - [Backstage](https://backstage.io) - Get hosted, managed Backstage for your company: https://roadie.io + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/frontend/backstage-plugin-aws/README.md b/plugins/frontend/backstage-plugin-aws/README.md index 6902efda7..96f190f5d 100644 --- a/plugins/frontend/backstage-plugin-aws/README.md +++ b/plugins/frontend/backstage-plugin-aws/README.md @@ -25,3 +25,7 @@ Then add the following components: ``` + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/frontend/backstage-plugin-bitbucket-pullrequest/README.md b/plugins/frontend/backstage-plugin-bitbucket-pullrequest/README.md index 3dc89fe82..8babd5cd0 100644 --- a/plugins/frontend/backstage-plugin-bitbucket-pullrequest/README.md +++ b/plugins/frontend/backstage-plugin-bitbucket-pullrequest/README.md @@ -69,3 +69,7 @@ metadata: - [Backstage](https://backstage.io) - Get hosted, managed Backstage for your company: https://roadie.io + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/frontend/backstage-plugin-bugsnag/README.md b/plugins/frontend/backstage-plugin-bugsnag/README.md index 1dfeffac6..8c163dcd1 100644 --- a/plugins/frontend/backstage-plugin-bugsnag/README.md +++ b/plugins/frontend/backstage-plugin-bugsnag/README.md @@ -82,3 +82,7 @@ These values can be found in Bugsnag settings dashboard, under organization and - [Backstage](https://backstage.io) - Get hosted, managed Backstage for your company: https://roadie.io + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/frontend/backstage-plugin-buildkite/README.md b/plugins/frontend/backstage-plugin-buildkite/README.md index 7fa0de75a..f533e068b 100644 --- a/plugins/frontend/backstage-plugin-buildkite/README.md +++ b/plugins/frontend/backstage-plugin-buildkite/README.md @@ -106,3 +106,7 @@ export BUILDKITE_API_TOKEN=xxx-xxx-xxx - [Backstage](https://backstage.io) - Get hosted, managed Backstage for your company: https://roadie.io + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/frontend/backstage-plugin-cloudsmith/README.md b/plugins/frontend/backstage-plugin-cloudsmith/README.md index 44b0ad884..0d73fcb08 100644 --- a/plugins/frontend/backstage-plugin-cloudsmith/README.md +++ b/plugins/frontend/backstage-plugin-cloudsmith/README.md @@ -66,3 +66,7 @@ proxy: ``` When you run the backstage backend, you will need to set the `CLOUDSMITH_API_KEY` environment variable. + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/frontend/backstage-plugin-datadog/README.md b/plugins/frontend/backstage-plugin-datadog/README.md index 85f1caf9d..31ce5cd25 100644 --- a/plugins/frontend/backstage-plugin-datadog/README.md +++ b/plugins/frontend/backstage-plugin-datadog/README.md @@ -236,3 +236,7 @@ Everyone is welcome to contribute to this repository. Feel free to raise [issues - [Backstage](https://backstage.io) - Get hosted, managed Backstage for your company: https://roadie.io + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/frontend/backstage-plugin-github-insights/README.md b/plugins/frontend/backstage-plugin-github-insights/README.md index 051287209..179c4797b 100644 --- a/plugins/frontend/backstage-plugin-github-insights/README.md +++ b/plugins/frontend/backstage-plugin-github-insights/README.md @@ -141,3 +141,7 @@ import { EntityGithubInsightsEnvironmentsCard } from '@roadiehq/backstage-plugin - [Backstage](https://backstage.io) - Get hosted, managed Backstage for your company: https://roadie.io + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/frontend/backstage-plugin-github-pull-requests/README.md b/plugins/frontend/backstage-plugin-github-pull-requests/README.md index 420fd8f96..2f57b7d84 100644 --- a/plugins/frontend/backstage-plugin-github-pull-requests/README.md +++ b/plugins/frontend/backstage-plugin-github-pull-requests/README.md @@ -166,3 +166,7 @@ export const HomePage = () => { - [Backstage](https://backstage.io) - Get hosted, managed Backstage for your company: https://roadie.io + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/frontend/backstage-plugin-iframe/README.md b/plugins/frontend/backstage-plugin-iframe/README.md index a47f263f4..09ce760ab 100644 --- a/plugins/frontend/backstage-plugin-iframe/README.md +++ b/plugins/frontend/backstage-plugin-iframe/README.md @@ -93,3 +93,7 @@ iframe: - [Backstage](https://backstage.io) - Get hosted, managed Backstage for your company: https://roadie.io + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/frontend/backstage-plugin-jira/README.md b/plugins/frontend/backstage-plugin-jira/README.md index 24bedd140..d068bc529 100644 --- a/plugins/frontend/backstage-plugin-jira/README.md +++ b/plugins/frontend/backstage-plugin-jira/README.md @@ -162,3 +162,7 @@ export const HomePage = () => { - [Backstage](https://backstage.io) - Get hosted, managed Backstage for your company: https://roadie.io + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/frontend/backstage-plugin-launchdarkly/README.md b/plugins/frontend/backstage-plugin-launchdarkly/README.md index a95d5a8cb..c883e4631 100644 --- a/plugins/frontend/backstage-plugin-launchdarkly/README.md +++ b/plugins/frontend/backstage-plugin-launchdarkly/README.md @@ -79,3 +79,7 @@ spec: lifecycle: unknown owner: 'group:engineering' ``` + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/frontend/backstage-plugin-prometheus/README.md b/plugins/frontend/backstage-plugin-prometheus/README.md index 99d71cedc..d36518b73 100644 --- a/plugins/frontend/backstage-plugin-prometheus/README.md +++ b/plugins/frontend/backstage-plugin-prometheus/README.md @@ -273,3 +273,7 @@ const callbackFunction = (arg: Alerts) => { - [Prometheus](https://prometheus.io/docs/introduction/overview/) - [Prometheus Recording Rules](https://prometheus.io/docs/prometheus/latest/configuration/recording_rules/) - Get hosted, managed Backstage for your company: https://roadie.io + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/frontend/backstage-plugin-security-insights/README.md b/plugins/frontend/backstage-plugin-security-insights/README.md index f9d91eb81..552c0ceb2 100644 --- a/plugins/frontend/backstage-plugin-security-insights/README.md +++ b/plugins/frontend/backstage-plugin-security-insights/README.md @@ -139,3 +139,7 @@ dependabotAlertsConfiguration: - [Backstage](https://backstage.io) - Get hosted, managed Backstage for your company: https://roadie.io + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/frontend/backstage-plugin-shortcut/README.md b/plugins/frontend/backstage-plugin-shortcut/README.md index 226128107..b524c2d11 100644 --- a/plugins/frontend/backstage-plugin-shortcut/README.md +++ b/plugins/frontend/backstage-plugin-shortcut/README.md @@ -65,3 +65,7 @@ export const HomePage = () => { - [Backstage](https://backstage.io) - Get hosted, managed Backstage for your company: https://roadie.io + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/frontend/backstage-plugin-travis-ci/README.md b/plugins/frontend/backstage-plugin-travis-ci/README.md index 187b40218..8247da328 100644 --- a/plugins/frontend/backstage-plugin-travis-ci/README.md +++ b/plugins/frontend/backstage-plugin-travis-ci/README.md @@ -108,3 +108,7 @@ and run `yarn install` in the root backstage directory - it will create a symbol - [Backstage](https://backstage.io) - Get hosted, managed Backstage for your company: https://roadie.io + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/frontend/rag-ai/README.md b/plugins/frontend/rag-ai/README.md index 229b7fa26..9ca8d1f63 100644 --- a/plugins/frontend/rag-ai/README.md +++ b/plugins/frontend/rag-ai/README.md @@ -66,3 +66,7 @@ export const Root = ({ children }: PropsWithChildren<{}>) => ( ); ``` + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/home/backstage-plugin-home-markdown/README.md b/plugins/home/backstage-plugin-home-markdown/README.md index 8c7a3dc30..da25dfa38 100644 --- a/plugins/home/backstage-plugin-home-markdown/README.md +++ b/plugins/home/backstage-plugin-home-markdown/README.md @@ -57,3 +57,7 @@ export const HomePage = () => { ``` Please note that the [workflow status badge](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge) feature in GitHub will not work with the markdown plugin. + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/home/backstage-plugin-home-rss/README.md b/plugins/home/backstage-plugin-home-rss/README.md index 1330c6f61..342c31c05 100644 --- a/plugins/home/backstage-plugin-home-rss/README.md +++ b/plugins/home/backstage-plugin-home-rss/README.md @@ -50,3 +50,7 @@ export const HomePage = () => { ## Customization It's also possible to customize each row in the RSS Feed table. You have to use the property `rowRenderer`. Check the [default renderer](./src/RSSCard/Content.tsx#L65-L93) as an example. + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/scaffolder-actions/scaffolder-backend-argocd/README.md b/plugins/scaffolder-actions/scaffolder-backend-argocd/README.md index f0624a35b..1f3e8b5fb 100644 --- a/plugins/scaffolder-actions/scaffolder-backend-argocd/README.md +++ b/plugins/scaffolder-actions/scaffolder-backend-argocd/README.md @@ -72,3 +72,7 @@ Under `spec.steps[]` insert the below. In the below we reference items in the `s > If needed there is an optional parameter of `projectName` as well. ## Contributed By American Airlines + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/scaffolder-actions/scaffolder-backend-module-aws/README.md b/plugins/scaffolder-actions/scaffolder-backend-module-aws/README.md index 5d8d86b41..c39634f0a 100644 --- a/plugins/scaffolder-actions/scaffolder-backend-module-aws/README.md +++ b/plugins/scaffolder-actions/scaffolder-backend-module-aws/README.md @@ -263,3 +263,7 @@ spec: profile: ${{parameters.Profile}} region: ${{parameters.Region}} ``` + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/scaffolder-actions/scaffolder-backend-module-http-request/README.md b/plugins/scaffolder-actions/scaffolder-backend-module-http-request/README.md index 4a394052e..9cab2d525 100644 --- a/plugins/scaffolder-actions/scaffolder-backend-module-http-request/README.md +++ b/plugins/scaffolder-actions/scaffolder-backend-module-http-request/README.md @@ -166,3 +166,7 @@ Headers ``` You can also visit the `/create/actions` route in your Backstage application to find out more about the parameters this action accepts when it's installed to configure how you like. + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/scaffolder-actions/scaffolder-backend-module-utils/README.md b/plugins/scaffolder-actions/scaffolder-backend-module-utils/README.md index efd43de7a..3fa3635e1 100644 --- a/plugins/scaffolder-actions/scaffolder-backend-module-utils/README.md +++ b/plugins/scaffolder-actions/scaffolder-backend-module-utils/README.md @@ -799,3 +799,7 @@ steps: find: 'i_want_to_replace_this' replaceWith: ${{ parameters.templated_text }} ``` + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/plugins/scaffolder-field-extensions/scaffolder-frontend-module-http-request-field/README.md b/plugins/scaffolder-field-extensions/scaffolder-frontend-module-http-request-field/README.md index 89b4866eb..6b03ac014 100644 --- a/plugins/scaffolder-field-extensions/scaffolder-frontend-module-http-request-field/README.md +++ b/plugins/scaffolder-field-extensions/scaffolder-frontend-module-http-request-field/README.md @@ -84,3 +84,7 @@ The example template would result in the following dropdown: ![Alt text](images/dropdown_sample_opened.png?raw=true 'Example of the custom scaffolder field') You also have the running user frontend context available for you in case there is a need to template the URL string based on the user. The underlying functionality uses nunjucks to handle templating and supports _some_ filters that are available within the library. You can find the current user information from context using the template `{{ identity }}`. The items available within the identity object can be found from the [Backstage GitHub repository](https://github.com/backstage/backstage/blob/master/packages/core-plugin-api/src/apis/definitions/auth.ts#L199). + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io). diff --git a/utils/roadie-backstage-entity-validator/README.md b/utils/roadie-backstage-entity-validator/README.md index f9adf4dfa..0f5b569e6 100644 --- a/utils/roadie-backstage-entity-validator/README.md +++ b/utils/roadie-backstage-entity-validator/README.md @@ -16,3 +16,7 @@ export const validate: ( customAnnotationSchemaLocation: string, ) => Promise; ``` + +--- + +Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io).