Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.23.0 #651

Closed
wants to merge 10 commits into from
Closed

Release v0.23.0 #651

wants to merge 10 commits into from

Conversation

lakshmimsft
Copy link
Contributor

@lakshmimsft lakshmimsft commented Jul 21, 2023

Thank you for helping make the Radius documentation better!

Please follow this checklist before submitting:

  • Read the contribution guide
  • Commands include options for Linux, MacOS, and Windows within codetabs
  • New file and folder names are globally unique
  • Page references use shortcodes instead of markdown or URL links
  • Images use HTML style and have alternative text
  • Places where multiple code/command options are given have codetabs

In addition, please fill out the following to help reviewers understand this pull request:

Description

Updates for v0.23.0 release

Auto-generated description

🤖 Generated by Copilot at 4041781

Summary

📝🐳🚀

This pull request updates the documentation for Radius to use a new domain and version, to improve the consistency and accuracy of the resource overview pages, to add a new quickstart guide for AWS S3, to remove the old quickstart guide for AWS and the reference application for AWS S3, to rewrite the container overview page and add a new section for extensions, to update the URLs for downloading the rad CLI, and to fix some spelling errors and code snippets.

Sing, O Muse, of the mighty deeds of Radius
The cloud-native tool that shapes the world with code
How its skilled and wise developers, with their rad CLI
Crafted and refined the docs, the snippets, and the modes

Walkthrough

  • Update the documentation to use the latest release version of Radius, which is 0.23, and the new website domain, which is radapp.dev (link, link, link)
  • Rewrite the container overview page to provide more information and examples about the container resource and its capabilities, and add a new section for extensions (link)
  • Add a new page for the quickstart guide for deploying AWS resources with Radius, and add new files for the snippets that show the basic S3 bucket definition and the complete application definition that includes the S3 bucket and the container that interacts with it (link, link, link)
  • Update the app.bicep file that was used for the reference application for AWS S3, and rename it to s3.bicep, to show only the basic S3 bucket definition, and rename the reference application to s3app (link, link)
  • Update the app.bicep file that shows the complete application definition that includes the S3 bucket and the container that interacts with it, and add some parameters and resources that were removed from the s3.bicep file (link)
  • Update the link to the getting started guide for AWS in the prerequisites section of the reference application for AWS RDS, and use the new quickstart guide for AWS S3 instead of the old quickstart guide for AWS, which was removed (link, link)
  • Update the categories of the resource overview pages from Concept to Overview, to make them consistent with other resource overview pages and to avoid confusion with the concept pages that explain the core concepts of Radius (link, link, link, link)
  • Remove some unnecessary code from the container snippet file, and fix the indentation of the code (link)
  • Fix a typo in the container overview page (link)
  • Add some words to the custom dictionary file to avoid spelling errors in the documentation (link)
  • Delete some files that are not relevant for the documentation anymore (link, link, link, link, link)

Issue reference

sk593 and others added 10 commits June 30, 2023 12:55
* update redis schema

* addressing comments
* Refine containers page

* Empty commit

* Address feedback

* Address feedback

* Apply suggestions from code review

Co-authored-by: Aaron Crawfis <[email protected]>

* Update docs/content/author-apps/container/index.md

* Update image description

* Update docs/content/author-apps/container/index.md

Co-authored-by: Aaron Crawfis <[email protected]>

* Update docs/content/author-apps/container/index.md

Co-authored-by: Aaron Crawfis <[email protected]>

* Address comments

---------

Co-authored-by: Aaron Crawfis <[email protected]>
* Moving s3 as a quickstart

* Adding logos and tags

* Updates to content

* Update docs/content/getting-started/quickstarts/quickstart-aws-s3/_index.md

Co-authored-by: Aaron Crawfis <[email protected]>

* Update docs/content/getting-started/quickstarts/quickstart-aws-s3/_index.md

Co-authored-by: Aaron Crawfis <[email protected]>

* Address comments

* Update docs/content/getting-started/quickstarts/quickstart-aws-s3/_index.md

Co-authored-by: Aaron Crawfis <[email protected]>

* Update docs/content/getting-started/quickstarts/quickstart-aws-s3/_index.md

Co-authored-by: Aaron Crawfis <[email protected]>

* Address feedback

* Update s3 bucket

* Remove tags and make aws recipes quickstart hidden

* Update bucket name as parameter

* Add pointer to creating a different IAM role

* Update docs/content/getting-started/quickstarts/quickstart-aws-s3/_index.md

Co-authored-by: Will <[email protected]>

* Update docs/content/getting-started/quickstarts/quickstart-aws-s3/_index.md

Co-authored-by: Will <[email protected]>

* Update docs/content/getting-started/quickstarts/quickstart-aws-s3/_index.md

Co-authored-by: Will <[email protected]>

* Update docs/content/getting-started/quickstarts/quickstart-aws-s3/_index.md

Co-authored-by: Will <[email protected]>

* Address comments

* Update app digram

* Address comments

* Address comments

* Address feedback

* Update docs/content/getting-started/quickstarts/quickstart-aws-s3/_index.md

Co-authored-by: Will <[email protected]>

* Update docs/content/getting-started/quickstarts/quickstart-aws-s3/_index.md

Co-authored-by: Will <[email protected]>

* Update docs/content/getting-started/quickstarts/quickstart-aws-s3/snippets/s3.bicep

Co-authored-by: Aaron Crawfis <[email protected]>

* address feedback

* Trigger Build

* Address feedback

* Address feedback

* Fix spelling

* update ref

* Address comments

* Fix bicep code

* Add further reading section

---------

Co-authored-by: Aaron Crawfis <[email protected]>
Co-authored-by: Will <[email protected]>
* Create .gitattributes

* Add dropdown arrows to sections (#639)

* Add output for failed spellcheck runs (#641)

* Add output steps

* Add misspelled word

* Switch comment provider

* Clear comment on success

* Rename job

* Add concurrency control

* Fix spelling issue

* Disable section pages (#644)

* Disable section page nav

* Update section pages

* Apply suggestions from code review

Co-authored-by: Will <[email protected]>

* Remove _ for leaf pages

---------

Co-authored-by: Will <[email protected]>

* Update sidebar GitHub links and taxonomies (#638)

* Update GitHub issues links

* Only show tags/categories on home page

* v0.22 to edge upmerge

Signed-off-by: Will Tsai <[email protected]>

* v0.22 to edge upmerge

Signed-off-by: Will Tsai <[email protected]>

---------

Signed-off-by: Will Tsai <[email protected]>
Co-authored-by: Aaron Crawfis <[email protected]>
@lakshmimsft lakshmimsft requested a review from a team as a code owner July 21, 2023 20:21
@lakshmimsft
Copy link
Contributor Author

Incorrect.. attempting to merge into 0.22 instead of edge

@github-actions
Copy link

github-actions bot commented Jul 21, 2023

Azure Static Web Apps: Your stage site is ready! Visit it here: https://wonderful-plant-020417a1e-651.westus2.azurestaticapps.net
Password: Radiu$1234

@lakshmimsft lakshmimsft temporarily deployed to latest July 21, 2023 20:59 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants