Skip to content

Commit

Permalink
Change table to card components
Browse files Browse the repository at this point in the history
  • Loading branch information
mesellings committed Dec 20, 2024
1 parent a07aa68 commit f56dcc4
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 129 deletions.
4 changes: 4 additions & 0 deletions docs/components/connectors/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ New to connectors? Learn how to start using connectors in your processes and abo
</a>
</div>

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

## Custom connectors

Build and deploy your own connectors using connector templates and the connector SDK.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ 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.
:::
=======
Beginners to Connectors may want to get familiar with Connectors using a [guide to configuring out-of-the-box Connectors](/guides/configuring-out-of-the-box-connector.md).
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ a.connector-card {
}

.connector-card img {
max-width: 40px;
height: 40px;
border: none;
margin-bottom: 10px;
Expand Down Expand Up @@ -224,3 +223,8 @@ a.connector-small-link {
padding: 40px 30px 20px 30px;
}
}

.badge:nth-of-type(1) {
margin-left: 0;
margin-bottom: 5px;
}
Loading

0 comments on commit f56dcc4

Please sign in to comment.