Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f3b3951

Browse files
authoredJun 25, 2025··
Merge pull request #2275 from IPvSean/devel
fixing #2257
2 parents 41c438f + 4b6f3f9 commit f3b3951

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed
 

‎README-WORKSHOPS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
**Read this in other languages**:
2+
<br>![uk](https://github.com/ansible/workshops/raw/devel/images/uk.png) [English](README.md), ![japan](https://github.com/ansible/workshops/raw/devel/images/japan.png)[日本語](README.ja.md)
3+
14
<div class="table-of-contents">
25
<h2>Workshop Catalog</h2>
36
<ul>

‎README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# Ansible Automation Technical Workshops
1+
# Ansible Automation Technical Labs & Workshops
22

3-
**Read this in other languages**:
4-
<br>![uk](https://github.com/ansible/workshops/raw/devel/images/uk.png) [English](README.md), ![japan](https://github.com/ansible/workshops/raw/devel/images/japan.png)[日本語](README.ja.md)
5-
6-
The Red Hat Ansible Automation Workshops project is intended for effectively demonstrating Ansible's capabilities through instructor-led workshops or self-paced exercises.
3+
The Red Hat Ansible Automation Workshops project is intended for effectively demonstrating Ansible's capabilities through instructor-led workshops or self-paced labs.
74

85
<div id="website_explanation">
96
<h1>Website</h1>
@@ -12,7 +9,7 @@ The Red Hat Ansible Automation Workshops project is intended for effectively dem
129
</div>
1310

1411
<div class="table-of-contents">
15-
<h2>Workshop Catalog</h2>
12+
<h2>Demos</h2>
1613
<ul>
1714
<li><a href="#ai_section">AI</a></li>
1815
<li><a href="#openshift_virt_section">OpenShift Virt</a></li>

‎_layouts/default.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
/>
4343
</a>
4444
<a class="header-link" href="{{ '/' | relative_url }}">
45+
Home
46+
</a>
47+
<a class="header-link" href="{{ '/README-WORKSHOPS.html' | relative_url }}">
4548
Workshops
4649
</a>
4750
<a class="header-link" href="https://ansible.github.io/slides">

‎assets/css/style.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,4 +456,12 @@ div#lab_powered_by {
456456

457457
div#lab_powered_by img {
458458
width: 30%;
459-
}
459+
}
460+
461+
pre code {
462+
background-color: #f5f2f0;
463+
color: #333;
464+
display: block;
465+
padding: 1em;
466+
overflow-x: auto;
467+
}

0 commit comments

Comments
 (0)
Please sign in to comment.