Skip to content

Commit

Permalink
Convert banner to react component
Browse files Browse the repository at this point in the history
  • Loading branch information
mesellings committed Dec 20, 2024
1 parent f56dcc4 commit 369edaf
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 16 deletions.
19 changes: 4 additions & 15 deletions docs/components/connectors/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import GraphqlImg from "./img/connector-graphql.png";
import AsanaImg from "./img/connector-asana.png";
import AutomationImg from "./img/connector-automation.png";

import Marketplace from './react-components/\_banner-marketplace.md'

<p><img src={OverviewImg} alt="Get started" style={{border:0,padding:0,paddingLeft:20,margin:0,float: 'right', width: '40%'}}/>Camunda connectors are reusable building blocks you can use to easily connect processes to external systems, applications, and data.</p>

- Use a [Slack](/components/connectors/out-of-the-box-connectors/slack.md) or [Microsoft Teams](/components/connectors/out-of-the-box-connectors/microsoft-teams.md) Connector to notify people of pending or completed processes in a human task orchestration onboarding flow.
Expand Down Expand Up @@ -54,7 +56,7 @@ New to connectors? Learn how to start using connectors in your processes and abo
</div>

:::info
Get started quickly by learning how to [integrate a Camunda connector](/guides/configuring-out-of-the-box-connector.md).
Get started quickly by learning how you can [integrate the Sendgrid connector](/guides/configuring-out-of-the-box-connector.md).
:::

## Custom connectors
Expand Down Expand Up @@ -119,17 +121,4 @@ Get help with some of our newest and most popular connectors.
</a>
</div>

<div class="banner-column-container">
<div class="banner-column-left">

<a title="Explore Camunda Marketplace" href="https://marketplace.camunda.com/"><img src={MarketplaceImg} alt="Get started" /></a>

</div>
<div class="banner-column-right">

Visit the Camunda Marketplace to explore connectors built by the Camunda Engineering team, our global network of partners, and our active developer community.

<a class="button button--outline button--secondary button--md sign-up" style={{marginLeft: '0'}} title="Explore Camunda Marketplace" href="https://marketplace.camunda.com/">Explore Camunda Marketplace</a>

</div>
</div>
<Marketplace/>
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: Take a closer look at the Connectors available in Camunda 8.
---

import SearchableTable from './connectors-table.js';
import Marketplace from '../react-components/\_banner-marketplace.md'

Get help with our library of prebuilt Camunda Connectors for SaaS and [Self-Managed](/self-managed/connectors-deployment/install-and-start.md).

Expand All @@ -13,3 +14,5 @@ Get help with our library of prebuilt Camunda Connectors for SaaS and [Self-Mana
:::tip
Don't see the Connector you need? Build your own [custom Connector](/components/connectors/custom-built-connectors/build-connector.md), or explore the [Camunda MarketPlace](https://marketplace.camunda.com/) for more Connectors developed by Camunda, Partners, and the Community.
:::

<Marketplace/>
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ a.connector-small-link {
.banner-column-container {
display: flex;
border-radius: 4px;
margin-top: 60px;
margin-top: 30px;
margin-bottom: 30px;
background-color: #000;
}
Expand Down
16 changes: 16 additions & 0 deletions docs/components/connectors/react-components/_banner-marketplace.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import MarketplaceImg from "./icon-marketplace.png";

<div class="banner-column-container">
<div class="banner-column-left">

<a title="Explore Camunda Marketplace" href="https://marketplace.camunda.com/"><img src={MarketplaceImg} alt="Get started" /></a>

</div>
<div class="banner-column-right">

Visit the Camunda Marketplace to explore connectors built by the Camunda Engineering team, our global network of partners, and our active developer community.

<a class="button button--outline button--secondary button--md sign-up" style={{marginLeft: '0'}} title="Explore Camunda Marketplace" href="https://marketplace.camunda.com/">Explore Camunda Marketplace</a>

</div>
</div>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 369edaf

Please sign in to comment.