_docs
- π Create New DocumentationTo create new documentation, simply add a new Markdown file.
For example: 04-how-to-install-awx.md
---
title: |
How to Install Ansible AWX π <br>



permalink: /docs/how-to-install-awx/
excerpt: "This guide explains how to install Ansible AWX on RHEL 9."
last_modified_at: 2025-02-08T21:36:18-04:00
toc: true
---
# π How to Install AWX on RHEL 9
...
docs.md
To add a link to this documentation in docs.md
, edit the following section:
- image_path: /assets/pictures/16.png
alt: "Automation with Red Hat Ansible π€"
title: "Automation with Red Hat Ansible π€"
excerpt: "Best practices for system maintenance and optimization."
url: "/docs/how-to-install-awx"
btn_class: "btn--primary"
btn_label: "Learn More"
_data
- π Edit Navbar for DocumentationTo display the documentation link in the navigation menu, edit navigation.yml
:
- title: Red Hat Ansible π€
children:
- title: "How to Install AWX"
url: /docs/how-to-install-awx
_posts
- π° Create a Blog PostIf you want to publish a portfolio or blog post, navigate to the _posts
directory and create a new Markdown file, e.g., 2025-02-08-new-post-miftah.md
---
title: "π New Post: Miftah & Red Hat"
categories:
- redhat
tags:
- content
- css
- edge case
- lists
- markup
---
Hi, Miftah! Welcome to my latest blog post on **Red Hat technologies**! π
_<projects>
- π Publish a ProjectTo create a new project experience, create a directory inside your repository and add a Markdown file.
cd miftah-ahmad-choiri.github.io
mkdir _relocation
vi _relocation/example.md
example.md
)---
title: "Pending Execution"
excerpt: "A tabby is any domestic cat that has a coat featuring distinctive stripes, dots, lines, or swirling patterns, usually with a mark resembling an 'M' on its forehead."
---
> A tabby is any domestic cat that has a coat featuring distinctive stripes, dots, lines, or swirling patterns, usually together with a mark resembling an 'M' on its forehead.
>
> π± Tabbies are sometimes mistakenly thought to be a breed, but in reality, the tabby pattern is found in many cat breeds and mixed-breed populations.
>
> <cite>β From Wikipedia, the free encyclopedia</cite>
π Once added, the project will automatically appear in the My Projects list under the Relocation category.
_docs
navigation.yml
in _data
_posts
_<projects>
Letβs keep building awesome content! ππ₯