Skip to content

Commit

Permalink
feat: Introduce "Get Involved" header on Community page (#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove authored Apr 24, 2023
1 parent 215db46 commit 8f5c24c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
26 changes: 25 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,35 @@ name = "Overview"
parent = "community"
weight = 1

[[menu.main]]
url = "/community/#get-involved"
name = "Get Involved"
parent = "community"
weight = 2

[[menu.main]]
url = "/community/#end-users"
name = "End-Users"
parent = "community"
weight = 3

[[menu.main]]
url = "/community/#partners"
name = "Partners"
parent = "community"
weight = 4

[[menu.main]]
url = "/community/#supported-by"
name = "Supported by"
parent = "community"
weight = 5

[[menu.main]]
url = "https://github.com/kedacore/samples"
name = "Samples"
parent = "community"
weight = 2
weight = 6

[[menu.main]]
name = "Project"
Expand Down
6 changes: 4 additions & 2 deletions content/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ title = "Community"
description = "How you can get involved with the KEDA ecosystem"
+++

## Get Involved

{{< include "get-involved.md" >}}

## Users
## End-Users

A variety of users are autoscaling applications with KEDA:

Expand All @@ -21,4 +23,4 @@ description = "How you can get involved with the KEDA ecosystem"

KEDA community is supported by the following companies that provide their services for free:

{{< supportedby-icons >}}
{{< supportedby-icons >}}

0 comments on commit 8f5c24c

Please sign in to comment.