Skip to content

Commit

Permalink
chore: remove Red Hat Summit from lab name
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed Jul 20, 2023
1 parent 27540d5 commit 3d1af55
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
site
.cache
.DS_Store
.DS_Store
.vscode
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG GITHUB_SHA=none
LABEL org.opencontainers.image.created="$CREATED_AT"
LABEL org.opencontainers.image.revision="$GITHUB_SHA"

LABEL org.opencontainers.image.title="Summit 2023 GitOps Workshop Guide"
LABEL org.opencontainers.image.title="Using GitOps Workshop Guide"
LABEL org.opencontainers.image.description="A httpd container that serve the workshop guide."
LABEL org.opencontainers.image.url="https://demo.redhat.com"
LABEL org.opencontainers.image.source="[email protected]:redhat-scholars/summit-2023-gitops-lab-guide"
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Summit 2023 - GitOps Workshop Guide
# Using GitOps to control and customize your OpenShift clusters and applications

## Lab Environment Setup

Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: summit-2023-gitops-workshop-guide
title: Summit 2023 - GitOps Workshop Guide
title: GitOps Workshop Guide
version: main
nav:
- modules/m1-overview/nav.adoc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Try changing the message in the Console Notification and committing it to your r
. Click the edit icon in the top-right corner.
+
image:ex2.gh-file-view.png[]
. Edit the `spec.text` to read `Fáilte chuig Red Hat Summit 2023!`, or a similar message of your choosing.
. Edit the `spec.text` to read `Fáilte chuig Red Hat Labs!`, or a similar message of your choosing.
+
image:ex2.gh-file-edit.png[]
. Click the **Commit Changes...** button in the top-right.
Expand Down
2 changes: 1 addition & 1 deletion site-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
runtime:
cache_dir: ./.cache/antora
site:
title: Summit 2023 - GitOps Workshop Guide
title: GitOps Workshop Guide
start_page: summit-2023-gitops-workshop-guide:m1-overview:intro.adoc

content:
Expand Down
2 changes: 1 addition & 1 deletion site.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
runtime:
cache_dir: ./.cache/antora
site:
title: Summit 2023 - GitOps Workshop Guide
title: GitOps Workshop Guide
start_page: summit-2023-gitops-workshop-guide:m1-overview:intro.adoc

content:
Expand Down

0 comments on commit 3d1af55

Please sign in to comment.