Fix TOC on site / documentation (#1580)

#### What type of PR is this?

<!--
Add one of the following kinds:
/kind bug
/kind cleanup
/kind documentation
/kind feature
-->

#### What this PR does / why we need it:

The latest spelling error changes broke TOC from showing in the
documentation

#### Which issue(s) this PR fixes:
<!--
*Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->
Fixes #

#### Special notes for your reviewer:

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
This commit is contained in:
Charlie Drage
2023-02-08 20:00:59 -05:00
committed by GitHub
parent 5fb58ff96f
commit f2aeb70e59
6 changed files with 12 additions and 11 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ redirect_from:
# Architecture and Internal Design # Architecture and Internal Design
- TOC * TOC
{:toc}
`kompose` has 3 stages: _Loader_, _Transformer_ and _Outputter_. Each stage should have a well-defined interface, so it is easy to write a new Loader, Transformer, or Outputters and plug it in. Currently, only Loader and Transformer interfaces are defined. `kompose` has 3 stages: _Loader_, _Transformer_ and _Outputter_. Each stage should have a well-defined interface, so it is easy to write a new Loader, Transformer, or Outputters and plug it in. Currently, only Loader and Transformer interfaces are defined.
+2 -2
View File
@@ -9,8 +9,8 @@ redirect_from:
# Conversion Matrix # Conversion Matrix
- TOC * TOC
{:toc} {:toc}
This document outlines all possible conversion details regarding `docker-compose.yaml` values to Kubernetes / OpenShift artifacts. This document outlines all possible conversion details regarding `docker-compose.yaml` values to Kubernetes / OpenShift artifacts.
+2 -2
View File
@@ -9,8 +9,8 @@ redirect_from:
# Getting Started # Getting Started
- TOC * TOC
{:toc} {:toc}
This is how you'll get started with Kompose! This is how you'll get started with Kompose!
+2 -2
View File
@@ -9,8 +9,8 @@ redirect_from:
# Installation # Installation
- TOC * TOC
{:toc} {:toc}
We have multiple ways to install Kompose. Our preferred (and most up-to-date) method is downloading the binary from the latest GitHub release. We have multiple ways to install Kompose. Our preferred (and most up-to-date) method is downloading the binary from the latest GitHub release.
+2 -2
View File
@@ -9,8 +9,8 @@ redirect_from:
# Integrations # Integrations
- TOC * TOC
{:toc} {:toc}
There are some projects out there known to use Kompose integrated in some form or another There are some projects out there known to use Kompose integrated in some form or another
+2 -2
View File
@@ -9,8 +9,8 @@ redirect_from:
# User Guide # User Guide
- TOC * TOC
{:toc} {:toc}
Kompose has support for two providers: OpenShift and Kubernetes. Kompose has support for two providers: OpenShift and Kubernetes.
You can choose a targeted provider using global option `--provider`. If no provider is specified, Kubernetes is set by default. You can choose a targeted provider using global option `--provider`. If no provider is specified, Kubernetes is set by default.