Skip to content

Commit

Permalink
Update docs for v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rad-ci-bot committed Sep 14, 2023
1 parent a3d9356 commit 4ed6f0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = "https://edge.docs.radapp.dev/"
baseURL = "https://docs.radapp.dev/"
languageCode = "en-us"
title = "Radius Docs"
theme = "docsy"
Expand Down Expand Up @@ -60,17 +60,17 @@ tag = "tags"
[params]
copyright = "Radius"

version = "edge"
version = "v0.25"
tag_version = "latest"
chart_version = "0.19.0"
chart_version = "0.25.0"

# Algolia Search
algolia_docsearch = true

# GitHub Information
github_repo = "https://github.com/radius-project/docs"
github_subdir = "docs"
github_branch = "edge"
github_branch = "v0.25"
github_project_repo = "https://github.com/radius-project/radius"

# Versioning
Expand Down
2 changes: 1 addition & 1 deletion docs/layouts/partials/hooks/body-end.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
container: '#docsearch',
appId: 'ED67NSVSZS',
apiKey: '21e2920c3a9c29b98cbc382694413f29',
indexName: 'radapp-dev-edge',
indexName: 'radapp-dev',
});
</script>
{{ end }}
Expand Down

0 comments on commit 4ed6f0b

Please sign in to comment.