Skip to content

Commit

Permalink
Merge pull request #5 from qmacro/devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
vobu authored Feb 11, 2024
2 parents 95c2c66 + 3662629 commit 0faa7d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Code Connect 2024 Website",
"image": "mcr.microsoft.com/vscode/devcontainers/base:debian-11",
"features": {
"ghcr.io/devcontainers-contrib/features/http-server:1": {}
},
"postStartCommand": "http-server"
}
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
content="Join us for 4 consecutive days of groundbreaking conferences and events all under the banner of Code Connect! Same location, triple the insights, innovation, and networking opportunities." />

<meta name="keywords"
content="SAP, reCAP, abab, Cloud, SAPCAP, OpenUI5, DevOps, SAPUI5, UI5con, UI5 Web Components, Web Components, Webcomponents, Open Source" />
content="SAP, reCAP, abap, Cloud, SAPCAP, OpenUI5, DevOps, SAPUI5, UI5con, UI5 Web Components, Web Components, Webcomponents, Open Source" />

<meta property="twitter:card" content="summary" />

Expand Down Expand Up @@ -56,6 +56,8 @@ <h1 class="sr-only">Code Connect 2024 Conferences</h1>
<div class="cc-teaser-content">
<h2>CAP CodeJam</h2>
<p>This SAP CodeJam event is on the topic of the SAP Cloud Application Programming Model, and specifically about service integration. You'll become acquainted with how external services can be integrated and consumed from within a CAP project. In working through this CodeJam you'll also become familiar with how the SAP Cloud SDK covers connectivity and destinations, supporting such integration scenarios with CAP.</p>
<a href="https://community.sap.com/t5/sap-codejam/service-integration-with-sap-cloud-application-programming-model-st-leon/ec-p/13601698" target="_blank" hreflang="en" rel="noopener noreferrer"
title="Click to open CodeJam event page. Opens in a new window.">learn more</a>
</div>
</div>

Expand Down

0 comments on commit 0faa7d8

Please sign in to comment.