Skip to content

Commit

Permalink
Add Discord channel to the main menu (#20)
Browse files Browse the repository at this point in the history
* Add google analytics id

* Add discord in the main menu

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Add discord in the main menu

Signed-off-by: Reshma Abdul Rahim <[email protected]>

---------

Signed-off-by: Reshma Abdul Rahim <[email protected]>
  • Loading branch information
Reshrahim authored Jul 11, 2024
1 parent 8698d06 commit 2c009cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ preloader = "" # use jpg, png, svg or gif format.
# Navigation buttons
[navigation_button]
enable = true
label = "Get Started"
link = "https://docs.radapp.io/getting-started/"
label = "Join our Discord"
link = "https://aka.ms/radius/discord"

# cookies
[cookies]
Expand Down
6 changes: 3 additions & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ banner:
image: "images/app-blocks.gif"
content: "Radius is an open-source, cloud-native, application platform that enables developers and the operators that support them to define, deploy, and collaborate on cloud-native applications across public clouds and private infrastructure"
button:
enable: false
label: "Learn More"
link: "https://radapp.io/concepts/"
enable: true
label: "Get Started"
link: "https://docs.radapp.io/getting-started"

##################### Feature ##########################
feature:
Expand Down

0 comments on commit 2c009cd

Please sign in to comment.