Skip to content

Commit

Permalink
- Updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Cornu committed Dec 8, 2023
1 parent ad3b503 commit fd8a304
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ jobs:
path: |
${{ github.workspace }}/packages/components
!${{ github.workspace }}/**/node_modules
!${{ github.workspace }}/**/src
!${{ github.workspace }}/**/dev
!${{ github.workspace }}/**/assets
!${{ github.workspace }}/**/.pnpm-store
!${{ github.workspace }}/**/.vscode
!${{ github.workspace }}/**/.storybook
Expand Down
4 changes: 2 additions & 2 deletions packages/components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> These components have been initially made by [Ubisoft](https://www.ubisoft.com/) as part of their Microsoft Search implementation. They've been adapted are given to the community for free. A big thanks to them! Sharing is caring.
<p align="center">
<img alt="PnP Logo"src="../../docs/assets/pnp.png"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<picture><source media="(prefers-color-scheme: dark)" srcset="../../docs/assets/ubisoft_stacked_logo_white.png"><source media="(prefers-color-scheme: light)" srcset="../../docs/assets/ubisoft_stacked_logo_black.png"><img alt="Ubisoft Logo" src="../../docs/assets/ubisoft_stacked_logo_black.png"/></picture>
<img alt="PnP Logo"src="https://github.com/microsoft-search/pnp-modern-search-core-components/raw/main/docs/assets/pnp.png"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/microsoft-search/pnp-modern-search-core-components/main/docs/assets/ubisoft_stacked_logo_white.png"><source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/microsoft-search/pnp-modern-search-core-components/main/docs/assets/ubisoft_stacked_logo_black.png"><img alt="Ubisoft Logo" src="https://raw.githubusercontent.com/microsoft-search/pnp-modern-search-core-components/main/docs/assets/ubisoft_stacked_logo_black.png"/></picture>
</p>

The goal is to provide reusable components based on Microsoft Search and Microsoft Graph in general that can be used transversally in an organization.
Expand All @@ -17,7 +17,7 @@ These components are regular [web components](https://developer.mozilla.org/en-U
They allow to consume Microsoft Search results in any web application, outside of SharePoint, for instance, to build custom search experiences.

<p align="center">
<img src="../../docs/assets/components.png"/>
<img src="https://github.com/microsoft-search/pnp-modern-search-core-components/raw/main/docs/assets/components.png"/>
</p>

## What components are included?
Expand Down

0 comments on commit fd8a304

Please sign in to comment.