# Deploy-a-Cloud-Native-Application-that-uses-Generative-AI **Repository Path**: mirrors_ibm/Deploy-a-Cloud-Native-Application-that-uses-Generative-AI ## Basic Information - **Project Name**: Deploy-a-Cloud-Native-Application-that-uses-Generative-AI - **Description**: A workshop that demonstrates deploying a simple web application to Red Hat OpenShift on IBM Cloud and integrating IBM Cloud services like IBM Cloud Databases, IBM Cloud Secrets Manager, and watsonx. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-26 - **Last Updated**: 2025-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Advocacy Workshop This is a template for workshops hosted on GitHub Pages using Material for MkDocs. To view it online, go to: Create a new repo based off this template, and use the following folders as a guide: ```ini - data (any data (CSV, JSON, etc files) to be used) - docs (this is where the workshop is documented) |_ (these are exercises for the workshop) |_README.md (the steps for the exercise, in Markdown) |_ README.md (this will appear on the gitbook home page) - notebooks (any Jupyter notebooks can go here) - src (any application source code can go here) .mkdocs.yaml (configuration for mkdocs) .travis.yaml (runs markdownlint by default) README.md (only used for GitHub.com) ``` ## Tips and conventions ### Screenshots Screenshots look better if they are full page. Use [ImageMagick](https://imagemagick.org) to create a nice border around images with this command: ```bash magick mogrify -bordercolor gray -border 2 ```