Skip to content

Commit

Permalink
Staging (#4549)
Browse files Browse the repository at this point in the history
fixes #[issue number] 
<!-- Link to relevant issue (for ex: "fixes #1234") which will
automatically close the issue once the PR is merged -->

## PR Type
<!-- Please uncomment one ore more that apply to this PR -->

<!-- - Bugfix -->
<!-- - Feature -->
<!-- - Code style update (formatting) -->
<!-- - Refactoring (no functional changes, no api changes) -->
<!-- - Build or CI related changes -->
<!-- - Documentation content changes -->
<!-- - Sample app changes -->
<!-- - Other... Please describe: -->


## Describe the current behavior?
<!-- Please describe the current behavior that is being modified or link
to a relevant issue. -->


## Describe the new behavior?


## PR Checklist

- [ ] Test: run `npm run test` and ensure that all tests pass
- [ ] Target main branch (or an appropriate release branch if
appropriate for a bug fix)
- [ ] Ensure that your contribution follows [standard accessibility
guidelines](https://docs.microsoft.com/en-us/microsoft-edge/accessibility/design).
Use tools like https://webhint.io/ to validate your changes.


## Additional Information

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Beth Pan <xupa@microsoft.com>
Co-authored-by: Gleb Khmyznikov <gleb.khmyznikov@gmail.com>
Co-authored-by: Jaylyn Barbee <jaylyn.1b@gmail.com>
Co-authored-by: Jaylyn Barbee <51131738+Jaylyn-Barbee@users.noreply.github.com>
Co-authored-by: Nikola Metulev <nmetulev@users.noreply.github.com>
Co-authored-by: Mara'ah Lee <maraahlee@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adolf Daniel <10156724+adolfdaniel@users.noreply.github.com>
Co-authored-by: Justin Willis (HE / HIM) <juwillis@microsoft.com>
Co-authored-by: Zach Teutsch <88554871+zateutsch@users.noreply.github.com>
Co-authored-by: vipul-bhojwani <67650372+vipul-bhojwani@users.noreply.github.com>
Co-authored-by: Amrutha Srinivasan <amrutha.srinivasan95@gmail.com>
Co-authored-by: Federico Navarrete <darklord.navarrete@gmail.com>
Co-authored-by: Toby Liu <ybot1122@gmail.com>
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
Co-authored-by: Amrutha Srinivasan <amsrin@microsoft.com>
Co-authored-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
Co-authored-by: Siraj Chokshi <19193347+SirajChokshi@users.noreply.github.com>
Co-authored-by: Thomas Peißl <7underlines@gmail.com>
  • Loading branch information
20 people authored Nov 29, 2023
1 parent f7a0ac1 commit 0fcda7d
Show file tree
Hide file tree
Showing 31 changed files with 1,054 additions and 334 deletions.
43 changes: 43 additions & 0 deletions apps/blog/public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://blog.pwabuilder.com/</loc>
<priority>0.8</priority>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/you-won't-believe-how-we-enabled-in-app-purchases-for-pwas-on-ios/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/building-memos-ai-a-developer's-perspective/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/announcing-the-app-capabilities-card/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/mimic-native-transitions-in-your-progressive-web-app/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/use-the-pwabuilder-cli-to-create-a-new-progressive-web-app/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/publish-your-pwa-to-the-microsoft-store-on-windows-for-free/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/introducing-informative-and-actionable-tooltips-for-the-pwabuilder-action-items-list!/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/the-manifest-editor/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/the-new-pwabuilder-report-card/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/announcing-pwa-studio-the-vs-code-extension-for-building-progressive-web-apps!/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/publish-your-pwa-to-the-ios-app-store/</loc>
</url>
<url>
<loc>https://blog.pwabuilder.com/posts/visualizing-your-web-manifest/</loc>
</url>
</urlset>
Loading

0 comments on commit 0fcda7d

Please sign in to comment.