Skip to content

Commit

Permalink
fix: civo overview missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Nov 29, 2023
1 parent 5fc9255 commit c9772f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/civo/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ import CommonProvisionProcess from "../common/partials/common/_provision-process
}}
>
<div>
<img src={config.CIVO_LOGO_URL} height="50" width="120" />
<img src={config.CIVO_LOGO_URL} />
</div>
</div>

# Overview

The Civo provisioning process will:
<CommonProvisionProcess firstitem="Create a Kubernetes management cluster in the Civo cloud."/>

Expand Down
2 changes: 2 additions & 0 deletions versioned_docs/version-2.3/civo/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ import CommonProvisionProcess from "../common/partials/common/_provision-process
</div>
</div>

# Overview

The Civo provisioning process will:
<CommonProvisionProcess firstitem="Create a Kubernetes management cluster in the Civo cloud."/>

Expand Down

0 comments on commit c9772f1

Please sign in to comment.