Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cap-js/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
renejeglinsky committed Jul 5, 2024
2 parents df62370 + c1a0195 commit 20885d3
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 106 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (!siteURL.pathname.endsWith('/')) siteURL.pathname += '/'
const redirectLinks: Record<string, string> = {}

const latestVersions = {
java_services: '2.10.1',
java_services: '2.10.2',
java_cds4j: '2.10.1'
}

Expand Down
4 changes: 4 additions & 0 deletions get-started/learning-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ We're just getting started with this page. Please help us in that endeavour by [
- [Getting started with SAP Cloud Application Programming Model](https://learning.sap.com/learning-journeys/getting-started-with-sap-cloud-application-programming-model) (Beginner)
- [Building side-by-side extensions on SAP BTP](https://learning.sap.com/learning-journeys/build-side-by-side-extensions-on-sap-btp) (Intermediate)

## SAP Discovery Center Missions
- [Develop a Full-Stack CAP Application Following the SAP BTP Developer's Guide](https://discovery-center.cloud.sap/missiondetail/4327/4608/)
- [Develop a Side-by-Side CAP-Based Extension Application Following the SAP BTP Developer's Guide](https://discovery-center.cloud.sap/missiondetail/4426/4712/)
- [Implement Observability in a Full-Stack CAP Application Following SAP BTP Developer's Guide](https://discovery-center.cloud.sap/missiondetail/4432/4718/)


## Tutorials
Expand Down
Loading

0 comments on commit 20885d3

Please sign in to comment.