An open API service indexing awesome lists of open source software.

https://github.com/sap/cloud-sdk

The SAP Cloud SDK documentation and support repository.
https://github.com/sap/cloud-sdk

cloud-sdk-documentation continuous-delivery java javascript sap sap-btp sap-business-technology-platform sap-cloud-platform sap-cloud-sdk typescript

Last synced: 9 months ago
JSON representation

The SAP Cloud SDK documentation and support repository.

Awesome Lists containing this project

README

          

# SAP Cloud SDK documentation portal

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/cloud-sdk)](https://api.reuse.software/info/github.com/SAP/cloud-sdk)

This repository contains sources for the [SAP Cloud SDK Documentation](https://sap.github.io/cloud-sdk/).

## Looking for the repository of the SAP Cloud SDK?

Find it here:

- [JavaScript/TypeScript](https://github.com/SAP/cloud-sdk-js).
- [Java](https://github.com/SAP/cloud-sdk-java).

🆕 Documentation portal for the [SAP Cloud SDK for AI](https://sap.github.io/ai-sdk/).

## Requirements and Setup

- [Node.js](https://nodejs.org/en/download/).
We recommend the latest LTS version of node.js.
Check your version with `node -v`.
You can use [`nvm`](https://github.com/nvm-sh/nvm) for managing multiple Node versions on a single machine.
- Run `npm install`
- Run `npm start`
- The SAP Cloud SDK documentation portal should open in a new browser window

### How To Document

The markdown files for the documentation are in the `docs` directory.
Add or change an article and create a pull request.

## Getting Support

- [SAP Cloud SDK Java](https://github.com/SAP/cloud-sdk/issues)
- [SAP Cloud SDK JavaScript / TypeScript](https://github.com/SAP/cloud-sdk-js/issues)
- [Documentation portal](https://sap.github.io/cloud-sdk/)

## Contributing

Feel free to contribute to the SAP Cloud SDK documentation.
Check out our [contribution guide](./CONTRIBUTING.md) and follow our [code of conduct](./CODE_OF_CONDUCT.md).

## Security / Disclosure

If you find any bug that may be a security problem, please follow the instructions [in our security policy](https://github.com/SAP/cloud-sdk/security/policy) on how to report it.
Please do not create GitHub issues for security-related doubts or problems.

## Code of Conduct

We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone.
By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/SAP/.github/blob/main/CODE_OF_CONDUCT.md) at all times.

## Licensing

Copyright 2025 SAP SE or an SAP affiliate company and cloud-sdk contributors.
Please see our [LICENSE](LICENSE) for copyright and license information.
Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/SAP/cloud-sdk).