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

merge main to staging #4583

Merged
merged 3 commits into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/home/benefits-of-pwa.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ You can learn about how to add native features to your PWA in our [Adding App Ca

Another huge edge that native apps used to have on web apps was offline reliability. Classically, web apps would be rendered nonfunctional without access to the internet. Now, with the development of modern web caching and service worker capabilities, progressive web apps can keep a functional and interactive UI even without connectivity.

You can learn more about service workers, the force behind PWA offline functionality, in the [Introduction To Service Workers](/home/sw-intro/ "Introduction to Service Workers") article.
You can learn more about service workers, the force behind PWA offline functionality, in our [Introduction To Service Workers](/home/sw-intro/ "Introduction to Service Workers") article.

## Next Steps

Expand Down
4 changes: 3 additions & 1 deletion docs/home/pwa-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,6 @@ If you're ready to dive in with building your first PWA, the [PWA Starter](https

The PWA Starter is a template that comes with a service worker and manifest built in, and allows you to jump right in with your first PWA.

Head over to the [PWA Starter Quick Start](/starter/quick-start/) to learn more.

Head over to the [PWA Starter Quick Start](/starter/quick-start) to learn more.

1 change: 1 addition & 0 deletions docs/home/sw-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ If you are unfamiliar with creating certificates to secure an endpoint, you can
One option is to use the [Azure Static Web Apps CLI](https://azure.github.io/static-web-apps-cli/) to host your application with Azure. The PWA Starter template supports the CLI by default, and you can find documentation on publishing the starter with the CLI
in the [Azure Static Web Apps](/starter/publish?id=azure-static-web-apps) section of the PWA Starter documentation.


## Next Steps

If you're looking to get more in depth information about service workers, check out [this resource](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API).
Expand Down
Loading