Skip to content

Commit

Permalink
- Added Ubisoft use case
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Cornu committed Feb 5, 2024
1 parent 3dc8e8a commit 20b4482
Show file tree
Hide file tree
Showing 7 changed files with 861 additions and 8 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

> 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">
The complete use case can be downloaded here
<a href="https://microsoft-search.github.io/pnp-modern-search-core-components/assets/ubisoft_microsoft-search-implementation_use_case.pdf" target="_blank"><img src="./docs/assets/read_btn.svg"/></a>
</p>


<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>
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

.logo {
width: 280px;
width: 150px;
}

.md-header {
Expand Down
Binary file added docs/assets/read_btn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
846 changes: 846 additions & 0 deletions docs/assets/read_btn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
8 changes: 7 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
!!! information
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.

!["Ubisoft"](./assets//ubisoft_logo.png){: .center .logo }
!["Ubisoft"](./assets/ubisoft_stacked_logo_black.png){: .center .logo}

<p align="center">
The complete use case can be downloaded here
<a href="./assets/ubisoft_microsoft-search-implementation_use_case.pdf" target="_blank"><img src="./assets/read_btn.svg"/></a>
</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 Down
7 changes: 1 addition & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nav:
# Configuration
theme:
name: material
logo: assets/logo.svg
logo: assets/pnp.png
icon:
repo: fontawesome/brands/github

Expand All @@ -45,11 +45,6 @@ markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- markdown_include.include:
base_path: docs

extra_javascript:
- fix-trailing-slash.js

# Plugins
plugins:
Expand Down

0 comments on commit 20b4482

Please sign in to comment.