|
1 |
| -= GitOps Console |
2 |
| - |
3 |
| -image::docs/logo.png[20px,20px] |
| 1 | += GitOps Console image::docs/logo.png[20px,20px] |
| 2 | +:doctype: article |
| 3 | +:description: A README template written in AsciiDoc markup |
| 4 | +:license-type: MIT |
| 5 | +:author: Author Name |
| 6 | + |
| 7 | +:revnumber: v0.1 |
| 8 | +:revdate: 2023-03-10 |
| 9 | +:repository-url: https://github.com/JoeArauzo/AsciiDoc-README-Template |
| 10 | +:documentation-url: https://asciidoctor.org/docs/asciidoc-writers-guide/ |
| 11 | +:source-highlighter: rouge |
| 12 | +:rouge-style: github |
| 13 | +:!showtitle: |
| 14 | +:icons: font |
| 15 | +:toc: preamble |
| 16 | +:toc-title: |
| 17 | +:imagesdir: docs |
| 18 | +:hardbreaks-option: |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | +// GitHub doesn't render asciidoc exactly as intended, so we adjust settings and utilize some html |
| 23 | +ifdef::env-github[] |
| 24 | + |
| 25 | +:tip-caption: :bulb: |
| 26 | +:note-caption: :information_source: |
| 27 | +:important-caption: :heavy_exclamation_mark: |
| 28 | +:caution-caption: :fire: |
| 29 | +:warning-caption: :warning: |
| 30 | + |
| 31 | +++++ |
| 32 | +
|
| 33 | +<p align="center"> |
| 34 | + |
| 35 | + <!-- REPLACE THE FOLLOWING URL WITH YOUR REPOSITORY'S URL --> |
| 36 | + <a href="https://github.com/kriipke/console-api"> |
| 37 | + |
| 38 | + <!-- REPLACE THE PLACEHOLDER LOGO WITH YOUR OWN LOGO AND ADJUST THE SIZE ACCORDINGLY --> |
| 39 | + <img src="docs/logo.png" alt="Logo" width="30%" height="30%"></a> |
| 40 | + |
| 41 | + <!-- REPLACE THE FOLLOWING WITH YOUR REPOSITORY/PROJECT TITLE --> |
| 42 | + <h3 align="center">GitOps Console</h3> |
| 43 | + |
| 44 | + <p align="center"> |
| 45 | + |
| 46 | + <!-- REPLACE THE FOLLOWING WITH YOUR REPOSITORY/PROJECT'S SHORT DESCRIPTION --> |
| 47 | + App Management Console for deploying Kubernetes-based workloads using GitOps. |
| 48 | + |
| 49 | +
|
| 50 | + </p> |
| 51 | +</p> |
| 52 | +
|
| 53 | +++++ |
| 54 | + |
| 55 | +endif::[] |
| 56 | + |
| 57 | +// This conditional section applies to all environments, except GitHub |
| 58 | +ifndef::env-github[] |
| 59 | +image::logo.png[Logo, align=center, width=30%] |
| 60 | +[.text-center] |
| 61 | +[.lead] |
| 62 | +*{doctitle}* |
| 63 | + |
| 64 | +[.text-center] |
| 65 | +_{description}_ + |
| 66 | +{documentation-url}[Explore the docs »] |
| 67 | +endif::[] |
| 68 | + |
| 69 | +image::logo.png[20px,20px] |
4 | 70 |
|
5 | 71 | == Overview
|
6 | 72 |
|
|
0 commit comments