Skip to content

Commit 9734dad

Browse files
committed
chore: enhance layout and styling for Cloud and Kanvas documentation
Signed-off-by: hortison <160366376+hortison@users.noreply.github.com>
1 parent a2aed50 commit 9734dad

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ clean:
3636
hugo --cleanDestinationDir
3737
make site
3838

39-
.PHONY: setup build site clean site-fast check-go
39+
.PHONY: setup build site clean site-fast check-go docker
4040

4141
check-go:
4242
@echo "Checking if Go is installed..."
4343
@command -v go > /dev/null || (echo "Go is not installed. Please install it before proceeding."; exit 1)
4444
@echo "Go is installed."
4545

46+
## Build and run docs website within a Docker container
4647
docker:
4748
docker compose watch

content/en/cloud/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ cascade:
4848

4949
## Understanding the Layer5 Ecosystem
5050

51-
<div class="highlight-box" style="display:flex; gap: .5rem;">
51+
<div class="highlight-box" style="display:flex; gap: 1.5rem;">
5252
53-
<div style="min-width:50px;align-self:center;">{{< svg name="cloud" >}}</div>
53+
<div style="min-width:50px;align-self:center;line-height:1.85rem;">{{< svg name="cloud" >}}</div>
5454

5555
<div style="margin:auto;">
5656

57-
**Layer5 Cloud** is an identity provider and global console for Meshery deployments with an extensible and highly flexible authorization framework, tenant entitlement services, service provider-grade organizational hierarchy, team workspace management and a content catalog for public and private hosting of cloud native architectures. Layer5 Cloud is available as a service or self-hosted.
57+
**Layer5 Cloud** is an identity provider and global console for Kanvas and Meshery deployments with an extensible and highly flexible authorization framework, tenant entitlement services, service provider-grade organizational hierarchy, team workspace management and a content catalog for public and private hosting of cloud native architectures. Layer5 Cloud is available as a service or self-hosted.
5858
</div>
5959
</div>
6060

@@ -63,7 +63,7 @@ cascade:
6363
<div style="min-width:50px; align-self:center;">
6464
<img src="/images/logos/kanvas-icon-color.svg" alt="kanvas logo" style="height:65px;width:65px;margin-left:-.45rem; border:0 ; background-color: transparent;" />
6565
</div>
66-
<div style="margin:auto; color:#ccc;">
66+
<div style="margin:auto; padding-left:1rem; color:#ccc; line-height:1.85rem;">
6767
<strong>Kanvas</strong> delivers a collaborative experience similar to how Google Workplace transforms the digital work environment and how Figma democratizes UX design tooling. Kanvas simplifies the complexity of Kubernetes and multi-cloud infrastructure management accessible to all. Kanvas provides a visual, multi-player experience that allows you to create, configure, deploy, and manage modern infrastructure with confidence.
6868
</div>
6969
</div>

content/en/kanvas/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ aliases:
5757
## Understanding the Layer5 Ecosystem
5858

5959
<a href="/cloud">
60-
<div class="hidden-highlight-box">
61-
<div style="min-width:50px;align-self:center;">{{< svg name="cloud" >}}</div>
60+
<div class="hidden-highlight-box" style="display:flex; gap: 1.5rem;">
61+
<div style="min-width:50px;align-self:center;line-height:1.85rem;">{{< svg name="cloud" >}}</div>
6262
<div style="margin:auto;color:#ccc;">
6363
<strong>Layer5 Cloud</strong> is an identity provider and global console for Meshery deployments with an extensible and highly flexible authorization framework, tenant entitlement services, service provider-grade organizational hierarchy, team workspace management and a content catalog for public and private hosting of cloud native architectures. Layer5 Cloud is available as a service or self-hosted.
6464
</div>
@@ -70,7 +70,7 @@ aliases:
7070
<div class="highlight-box" style="display:flex; gap: .5rem;">
7171
<div style="min-width:50px;align-self:center;">
7272
<img src="/images/logos/kanvas-icon-color.svg" style="height:65px;width:65px;margin-left:-.45rem; border:0px; background-color: transparent;" alt="kanvas logo"/></div>
73-
<div style="margin:auto; color:#ccc">
73+
<div style="margin:auto; padding-left:1rem; color:#ccc; line-height:1.85rem;">
7474
<strong>Kanvas</strong> delivers a collaborative experience similar to how Google Workplace transforms the digital work environment and how Figma democratizes UX design tooling. Kanvas simplifies the complexity of Kubernetes and multi-cloud infrastructure management accessible to all. Kanvas provides a visual, multi-player experience that allows you to create, configure, deploy, and manage modern infrastructure with confidence.</div></div>
7575
</a>
7676
</div>

0 commit comments

Comments
 (0)