Skip to content

Commit

Permalink
Merge pull request #1640 from RoadieHQ/add-book-a-demo-link
Browse files Browse the repository at this point in the history
Add book a demo today link
  • Loading branch information
punkle authored Sep 26, 2024
2 parents 118d65f + 3b6bfc4 commit e0d6830
Show file tree
Hide file tree
Showing 41 changed files with 202 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .changeset/mean-carpets-agree.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 4 additions & 0 deletions packages/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/backend/backstage-aws-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/backend/backstage-plugin-argo-cd-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/backend/backstage-plugin-aws-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/backend/catalog-backend-module-aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/backend/catalog-backend-module-gravatar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/backend/catalog-backend-module-okta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/backend/rag-ai-backend-embeddings-aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/backend/rag-ai-backend-embeddings-openai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ ai:
```
</details>
---
Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io).
4 changes: 4 additions & 0 deletions plugins/backend/rag-ai-backend-retrieval-augmenter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/backend/rag-ai-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/backend/rag-ai-node/README.md
Original file line number Diff line number Diff line change
@@ -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).
4 changes: 4 additions & 0 deletions plugins/backend/rag-ai-storage-pgvector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/frontend/backstage-plugin-argo-cd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/frontend/backstage-plugin-aws-lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/frontend/backstage-plugin-aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ Then add the following components:
<IAMUserCard />
</Grid>
```

---

Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io).
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/frontend/backstage-plugin-bugsnag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/frontend/backstage-plugin-buildkite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/frontend/backstage-plugin-cloudsmith/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/frontend/backstage-plugin-datadog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/frontend/backstage-plugin-github-insights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/frontend/backstage-plugin-iframe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/frontend/backstage-plugin-jira/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/frontend/backstage-plugin-launchdarkly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/frontend/backstage-plugin-prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/frontend/backstage-plugin-security-insights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/frontend/backstage-plugin-shortcut/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/frontend/backstage-plugin-travis-ci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/frontend/rag-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@ export const Root = ({ children }: PropsWithChildren<{}>) => (
</SidebarPage>
);
```

---

Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io).
4 changes: 4 additions & 0 deletions plugins/home/backstage-plugin-home-markdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions plugins/home/backstage-plugin-home-rss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Original file line number Diff line number Diff line change
Expand Up @@ -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).
4 changes: 4 additions & 0 deletions utils/roadie-backstage-entity-validator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ export const validate: (
customAnnotationSchemaLocation: string,
) => Promise<void>;
```

---

Roadie gives you a hassle-free, fully customisable SaaS Backstage. Find out more here: [https://roadie.io](https://roadie.io).

0 comments on commit e0d6830

Please sign in to comment.