From 28abaa10ca2ecaea2e7638296186f2215b6debed Mon Sep 17 00:00:00 2001 From: Jakub Piasecki Date: Sat, 13 Aug 2022 17:42:47 +0200 Subject: [PATCH] Update community page in the documentation (#3463) ## Description At the moment the images in the community page in the docs are a bit large. For some reason (I haven't investigated) the class applied to the `img` tag gets overwritten, so I added a `div` wrapping the images and applied the class to that element. Also updated the current team and hidden the arrow next to the GitHub logo in the navbar. ## Changes Wrapped the images with a div with the correct class applied. Updated the current team. Hidden the arrow next to the GitHub logo in the navbar. ## Test code and steps to reproduce Visit https://docs.swmansion.com/react-native-reanimated/docs/next/community/ and change version ## Checklist - [ ] Included code example that can be used to test this change - [ ] Updated TS types - [ ] Added TS types tests - [ ] Added unit / integration tests - [ ] Updated documentation - [ ] Ensured that CI passes --- docs/docs/community.md | 30 +++++++++++-------- docs/src/css/custom.css | 3 ++ .../versioned_docs/version-2.3.x/community.md | 24 +++++++++++---- .../versioned_docs/version-2.5.x/community.md | 24 +++++++++++---- 4 files changed, 56 insertions(+), 25 deletions(-) diff --git a/docs/docs/community.md b/docs/docs/community.md index 7e7bf9e2482..d9b08be0bb5 100644 --- a/docs/docs/community.md +++ b/docs/docs/community.md @@ -10,27 +10,27 @@ Reanimated community is the best! 🎉 We want to say thank you to all communit
- +
+ +
Krzysztof Magiera
@kzzzf
- -
Szymon Kapała
- @Turbo_Szymon -
- -
- +
+ +
Krzysztof Piaskowy
@piaskowyk
- -
Jakub Myśliwiec
- @jmysliv +
+ +
+
Tomasz Zawadzki
+ @tomekzaw_
@@ -41,14 +41,18 @@ We really appreciate our sponsors! Thanks to them we can develop our library and
- +
+ +
Shopify
- +
+ +
Expo
diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index 2d05ff0d27b..21e96960f07 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -235,6 +235,9 @@ h6 { .github-navbar-logo>span{ display: none; } +.github-navbar-logo>svg{ + display: none; +} /* .githubStarLink { display: flex; diff --git a/docs/versioned_docs/version-2.3.x/community.md b/docs/versioned_docs/version-2.3.x/community.md index 7e7bf9e2482..95259a8a5eb 100644 --- a/docs/versioned_docs/version-2.3.x/community.md +++ b/docs/versioned_docs/version-2.3.x/community.md @@ -10,25 +10,33 @@ Reanimated community is the best! 🎉 We want to say thank you to all communit
- +
+ +
Krzysztof Magiera
@kzzzf
- +
+ +
Szymon Kapała
@Turbo_Szymon
- +
+ +
Krzysztof Piaskowy
@piaskowyk
- +
+ +
Jakub Myśliwiec
@jmysliv
@@ -41,14 +49,18 @@ We really appreciate our sponsors! Thanks to them we can develop our library and diff --git a/docs/versioned_docs/version-2.5.x/community.md b/docs/versioned_docs/version-2.5.x/community.md index 7e7bf9e2482..95259a8a5eb 100644 --- a/docs/versioned_docs/version-2.5.x/community.md +++ b/docs/versioned_docs/version-2.5.x/community.md @@ -10,25 +10,33 @@ Reanimated community is the best! 🎉 We want to say thank you to all communit
- +
+ +
Krzysztof Magiera
@kzzzf
- +
+ +
Szymon Kapała
@Turbo_Szymon
- +
+ +
Krzysztof Piaskowy
@piaskowyk
- +
+ +
Jakub Myśliwiec
@jmysliv
@@ -41,14 +49,18 @@ We really appreciate our sponsors! Thanks to them we can develop our library and