docsearch icon indicating copy to clipboard operation
docsearch copied to clipboard

fix(website): update Bootstrap logo and website

Open tnir opened this issue 1 year ago • 2 comments

https://blog.getbootstrap.com/2022/07/19/bootstrap-5-2-0/ https://github.com/twbs/bootstrap/blob/v5.2.0/site/static/docs/5.2/assets/brand/bootstrap-logo.svg

The current logo was introduced in https://github.com/algolia/docsearch-website/commit/102663725f681788cc8adb9acbe96d678a5aafb8 in 2018, but has been unchanged.

The viewBox is modified from the original source:

diff --git a/packages/website/static/img/logos/bootstrap.svg b/packages/website/static/img/logos/bootstrap.svg
index f018965..2baa9ab 100644
--- a/packages/website/static/img/logos/bootstrap.svg
+++ b/packages/website/static/img/logos/bootstrap.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="512" height="408">[...]
+<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 -52 512 512">[...]

Signed-off-by: Takuya Noguchi [email protected]

tnir avatar Jul 24 '22 01:07 tnir

Deploy Preview for docsearch ready!

Name Link
Latest commit 43793a64eb7e111db90d65832ce86c0d975b4daf
Latest deploy log https://app.netlify.com/sites/docsearch/deploys/62f63afdaef8d90008fffbf9
Deploy Preview https://deploy-preview-1468--docsearch.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] avatar Jul 24 '22 01:07 netlify[bot]

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 2547dd39ba1b9f678079bf1950178bfe23dc1fa9:

Sandbox Source
Vanilla Configuration

codesandbox-ci[bot] avatar Jul 24 '22 02:07 codesandbox-ci[bot]

Hey, could you merge the main branch and ping me?

shortcuts avatar Aug 12 '22 11:08 shortcuts

@shortcuts ci/codesandbox check is failing. Per https://github.com/codesandbox/docs/blob/d7732bf02a4119d075ca23c59349fb797b5412a9/packages/sandbox-docs/pages/ci.md?plain=1#L84-L86, we cannot use Node.js 16.14 or higher, which is required by @docusaurus/[email protected], which was updated in #1485.

tnir avatar Aug 12 '22 11:08 tnir