Skip to content

Updating Resources component #153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52,657 changes: 46,466 additions & 6,191 deletions package-lock.json

Large diffs are not rendered by default.

43 changes: 15 additions & 28 deletions src/components/resources.js
Original file line number Diff line number Diff line change
@@ -23,21 +23,22 @@ const Resources = (props) => {
</a>
</Col>
<Col xs={12} sm={12} md={6} lg={4} xl={4} xxl={3} className="mt4 mb3">
<a href="https://docs.solace.com/PubSub-ConceptMaps/Event-Stream-Maps.htm">
<a href="https://solace.community/">
<div className="custom-card">
<div className="title">Event Stream Concept Maps</div>
<div className="desc">
A high level introduction to how PubSub+ processes events.
</div>
<div className="title">Developer Community</div>
<div className="desc">Technical community for PubSub+.</div>
<div className="link">Learn More</div>
</div>
</a>
</Col>
<Col xs={12} sm={12} md={6} lg={4} xl={4} xxl={3} className="mt4 mb3">
<a href="https://solace.community/">
<a href="https://solace.com/engage-developer-advocate/">
<div className="custom-card">
<div className="title">Developer Community</div>
<div className="desc">Technical community for PubSub+.</div>
<div className="title">Engage with an Advocate</div>
<div className="desc">
Chat with a developer advocate on your schedule! We want to
meet you and hear about your Solace experience.
</div>
<div className="link">Learn More</div>
</div>
</a>
@@ -57,11 +58,10 @@ const Resources = (props) => {
<Col xs={12} sm={12} md={6} lg={4} xl={4} xxl={3} className="mt4 mb3">
<a href="https://docs.solace.com/PubSub-ConceptMaps/Component-Maps.htm">
<div className="custom-card">
<div className="title">Component Concept Maps</div>
<div className="title">Best Practice Articles</div>
<div className="desc">
A high level introduction on how your app interacts with
PubSub+ messaging components whether you're using SMF, JMS,
MQTT, or REST.
Articles that provide guidance, examples, or recommendations
for how best to use Solace products.
</div>
<div className="link">Learn More</div>
</div>
@@ -78,18 +78,6 @@ const Resources = (props) => {
</div>
</a>
</Col>
<Col xs={12} sm={12} md={6} lg={4} xl={4} xxl={3} className="mt4 mb3">
<a href="https://docs.solace.com/Developer-Tools/QuickStarts-Connectors/Quickstarts-Connectors.htm">
<div className="custom-card">
<div className="title">Quick Starts</div>
<div className="desc">
Access Quick Start deployment templates and Connectors
available as open source projects on GitHub.
</div>
<div className="link">Learn More</div>
</div>
</a>
</Col>
<Col xs={12} sm={12} md={6} lg={4} xl={4} xxl={3} className="mt4 mb3">
<a href="https://solace.com/cloud-learning/">
<div className="custom-card">
@@ -113,12 +101,11 @@ const Resources = (props) => {
</a>
</Col>
<Col xs={12} sm={12} md={6} lg={4} xl={4} xxl={3} className="mt4 mb3">
<a href="https://docs.solace.com/Developer-Tools/Integration-Guides/Integration-Guides.htm">
<a href="https://solace.com/integration-hub/">
<div className="custom-card">
<div className="title">Integration Guides</div>
<div className="title">Integration Hub</div>
<div className="desc">
Get a jump start plugging PubSub+ into AWS, Kafka, Spark, IBM
WebSphere, and much more.
Your one-stop shop for enabling event-driven integration.
</div>
<div className="link">Learn More</div>
</div>