Skip to content

Commit

Permalink
Revert v0.26 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Reshrahim committed Oct 19, 2023
1 parent ca075b8 commit fb2516e
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ tag = "tags"
[params]
copyright = "Radius"

version = "v0.26"
version = "edge"
tag_version = "latest"
chart_version = "0.26.0"

Expand All @@ -78,7 +78,7 @@ algolia_docsearch = true
# GitHub Information
github_repo = "https://github.com/radius-project/docs"
github_subdir = "docs"
github_branch = "v0.26"
github_branch = "edge"
github_project_repo = "https://github.com/radius-project/radius"

# Versioning
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion docs/content/tutorials/new-app/snippets/1-app.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource demo 'Applications.Core/containers@2023-10-01-preview' = {
properties: {
application: application
container: {
image: 'radius.azurecr.io/samples/demo:latest'
image: 'radius.azurecr.io/tutorial/webapp:edge'
ports: {
web: {
containerPort: 3000
Expand Down
2 changes: 1 addition & 1 deletion docs/content/tutorials/new-app/snippets/2-app-mongo.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource demo 'Applications.Core/containers@2023-10-01-preview' = {
properties: {
application: application
container: {
image: 'radius.azurecr.io/samples/demo:latest'
image: 'radius.azurecr.io/tutorial/webapp:edge'
env: {
FOO: 'bar'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource frontend 'Applications.Core/containers@2023-10-01-preview' = {
properties: {
application: application
container: {
image: 'radius.azurecr.io/samples/demo:latest'
image: 'radius.azurecr.io/tutorial/webapp:edge'
env: {
FOO: 'bar'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource frontend 'Applications.Core/containers@2023-10-01-preview' = {
properties: {
application: application
container: {
image: 'radius.azurecr.io/samples/demo:latest'
image: 'radius.azurecr.io/tutorial/webapp:edge'
env: {
FOO: 'bar'
}
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',
indexName: 'radapp-dev-edge',
});
</script>
{{ end }}
Expand Down
7 changes: 0 additions & 7 deletions docs/layouts/shortcodes/schemaExample.html

This file was deleted.

0 comments on commit fb2516e

Please sign in to comment.