This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
commit ef39e65f4e0f270c9a6ba72c5e158207465b59a7 Author: Anthony Palomarez <[email protected]> AuthorDate: Fri Feb 17 14:42:42 2023 -0700 Update resources.adoc Added a resource and fixed a typo --- .../source/modules/ROOT/pages/resources.adoc | 24 ++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/site-content/source/modules/ROOT/pages/resources.adoc b/site-content/source/modules/ROOT/pages/resources.adoc index 3f53a03f7..c8ea7c8b3 100644 --- a/site-content/source/modules/ROOT/pages/resources.adoc +++ b/site-content/source/modules/ROOT/pages/resources.adoc @@ -6,7 +6,7 @@ //// INSTRUCTIONS -- To create a new resource, copy and paste the markup for a resource card adn replace the title and link. +- To create a new resource, copy and paste the markup for a resource card and replace the title and link. - Copy from //start card to the closest //end card. - Leave a blank line between cards. - The resource will show up in the order in which it is arranged in this document. @@ -936,4 +936,24 @@ Community, Webinar https://youtube.com/playlist?list=PLmZzyjM-vqX6f0WQYhHgIv5K-esMRcbyr[Go to Resource,window=_blank] ------ ---- -//end card \ No newline at end of file +//end card + +//start card +[openblock,card resource-card text-center shadow relative level-Advaned] +---- +[openblock,title mt-medium] +------ +[discrete] +=== Building a More Reliable Checkout Service at Scale with Kotlin, Cassandra, Kafka, Cadence, and gRPC. +[openblock, res-tags] +-------- +Community, Tutorial +-------- +------ +[openblock,card-btn] +------ +[.btn.btn--alt] +https://doordash.engineering/2021/02/02/building-a-more-reliable-checkout-service-with-kotlin/[Go to Resource,window=_blank] +------ +---- +//end card --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
