Skip to content

Commit

Permalink
Docs: moved introduction from readme to docs folder (#1477)
Browse files Browse the repository at this point in the history
Co-authored-by: Sandra McCann <[email protected]>
  • Loading branch information
DesmondSanctity and samccann authored Jul 25, 2023
1 parent c9ab993 commit 7f4dfbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ An [Ansible AWX](https://github.com/ansible/awx) operator for Kubernetes built w
<!-- Regenerate this table of contents using https://github.com/ekalinin/github-markdown-toc -->
<!-- gh-md-toc --insert README.md -->
<!--ts-->

NOTE: we are in the process of moving this readme into official docs in the /docs folder. Please go there to find additional sections during this interim move phase.

* [AWX Operator](#awx-operator)
* [Table of Contents](#table-of-contents)
* [Purpose](#purpose)
* [Usage](#usage)
* [Creating a minikube cluster for testing](#creating-a-minikube-cluster-for-testing)
* [Basic Install](#basic-install)
Expand Down Expand Up @@ -70,10 +72,6 @@ An [Ansible AWX](https://github.com/ansible/awx) operator for Kubernetes built w

<!--te-->

## Purpose

This operator is meant to provide a more Kubernetes-native installation method for AWX via an AWX Custom Resource Definition (CRD).

## Usage

This Kubernetes Operator is meant to be deployed in your Kubernetes cluster(s) and can manage one or more AWX instances in any namespace.
Expand Down
3 changes: 3 additions & 0 deletions docs/introduction/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Purpose

This operator is meant to provide a more Kubernetes-native installation method for AWX via an AWX Custom Resource Definition (CRD).

0 comments on commit 7f4dfbc

Please sign in to comment.