Skip to content

Commit

Permalink
Links
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Crawfis <aaron.crawfis@microsoft.com>
  • Loading branch information
AaronCrawfis committed Oct 17, 2023
1 parent 9944127 commit 868f649
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion config/_default/languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title = "Radius"
contentDir = "content"
weight = 1
########### footer content ##########
footer_menu_left = "Guides"
footer_menu_left = "Community"
footer_menu_middle = "Product"
footer_menu_right = "Support"
footer_content = "Brought to you by the Azure Incubations team"
Expand Down
17 changes: 9 additions & 8 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight = 1

[[main]]
name = "Docs"
url = "https://docs.radapp.dev"
url = "https://docs.radapp.io"
weight = 2

[[main]]
Expand All @@ -16,17 +16,18 @@ weight = 3

[[main]]
name = "Community"
url = "https://aka.ms/ProjectRadius"
url = "https://github.com/radius-project/community"
weight = 4

# footer menu left
# [[footer_left]]
# name = "Concepts"
# url = "https://docs.radapp.dev/concepts/"
[[footer_left]]
name = "GitHub"
url = "https://github.com/radius-project/community"
icon = "fab fa-github"

# [[footer_left]]
# name = "Developer Guides"
# url = "https://docs.radapp.dev/author-apps/"
[[footer_left]]
name = "Discord"
url = "https://aka.ms/Radius/Discord"

# [[footer_left]]
# name = "Administrator Guides"
Expand Down
8 changes: 4 additions & 4 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ button = "I Accept"
# icon = "fab fa-twitter" # themify icon : https://themify.me/themify-icons
# link = "#"
#
# [[social]]
# title = "skype"
# icon = "fab fa-skype" # themify icon : https://themify.me/themify-icons
# link = "#"
[[social]]
title = "GitHub"
icon = "fab fa-github" # themify icon : https://themify.me/themify-icons
link = "https://github.com/radius-project/radius"
#
# [[social]]
# title = "linkedin"
Expand Down
10 changes: 5 additions & 5 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ banner:
button:
enable : false
label : "Learn More"
link : "https://radapp.dev/concepts/overview/"
link : "https://radapp.io/concepts/"

##################### Feature ##########################
feature:
Expand Down Expand Up @@ -66,7 +66,7 @@ service:
button:
enable : true
label : "Learn more"
link : "https://docs.radapp.dev/operations/platforms"
link : "https://docs.radapp.dev/operations/kubernetes"

# Tooling
- title : "Ensure your apps meet<br />your org's requirements"
Expand All @@ -83,7 +83,7 @@ service:
button:
enable : true
label : "Check it out"
link : "https://docs.radapp.dev/author-apps/recipes"
link : "https://docs.radapp.io/recipes"

# service item loop
- title : "Built-in Dapr support"
Expand All @@ -93,7 +93,7 @@ service:
button:
enable : true
label : "Learn More"
link : "https://docs.radapp.dev/author-apps/dapr"
link : "https://docs.radapp.io/author-apps/dapr"

################### Screenshot ########################
screenshot:
Expand All @@ -110,5 +110,5 @@ call_to_action:
button:
enable : true
label : "Get Started"
link : "https://docs.radapp.dev/getting-started"
link : "https://docs.radapp.io/getting-started"
---

0 comments on commit 868f649

Please sign in to comment.