Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenShift Dev Day

Showroom lab guide for the OpenShift Dev Day workshop — a 90-minute hands-on experience where attendees play the role of a new developer at Parasol Insurance and ship a feature from code to production without filing a single ticket.

This workshop is part of the Red Hat OpenShift Roadshows series, which delivers in-person and virtual hands-on events worldwide. Each roadshow covers different aspects of the OpenShift platform; this one focuses on the cohesive developer experience across Developer Hub, Dev Spaces, Pipelines, GitOps, and AI-assisted coding.

Built with Antora and the Red Hat Demo Platform Showroom framework.

Documentation

Full documentation — getting started, content structure, configuration, local development, and AI-assisted content creation — is available at:

Quick Start

  1. Create a repo from this template (suggested naming: <lab-name>-showroom)

  2. Clone your new repo and preview locally:

    podman run --rm --name antora -v $PWD:/antora -p 8080:8080 -i -t ghcr.io/juliaaano/antora-viewer

    On SELinux systems, append :z to the volume mount.

  3. Edit content in content/modules/ROOT/pages/

  4. See the Content Repository docs for directory layout, Podman Compose with live reload, dev mode, and more.

Create Content with AI

The RHDP Skills Marketplace provides skills for Cursor IDE and Claude Code that generate labs, demos, and validate content against Red Hat standards.

See the AI Tools documentation for details.