docs: highlight maintainer services & update twg site links (#4214)

* docs: add cta block

* chore: update twg urls
This commit is contained in:
Kamil Moskała 2024-10-05 11:21:50 +02:00 committed by GitHub
parent 74fb44ddcf
commit d81e6ea31e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 63 additions and 7 deletions

View File

@ -7,7 +7,7 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: Thanks for taking the time to fill out this feature report! value: Thanks for taking the time to fill out this feature report!
- type: textarea - type: textarea
id: description id: description
attributes: attributes:
@ -17,7 +17,7 @@ body:
value: "Very cool idea!" value: "Very cool idea!"
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: why-it-is-needed id: why-it-is-needed
attributes: attributes:
@ -54,6 +54,6 @@ body:
value: | value: |
## Support ## Support
If this functionality is important to you and you need it, contact [TheWidlarzGroup](https://thewidlarzgroup.com) - [`hi@thewidlarzgroup.com`](mailto:hi@thewidlarzgroup.com) If this functionality is important to you and you need it, contact [TheWidlarzGroup](https://www.thewidlarzgroup.com/?utm_source=rnv&utm_medium=feature-request#Contact) - [`hi@thewidlarzgroup.com`](mailto:hi@thewidlarzgroup.com)

View File

@ -51,9 +51,9 @@ We have an discord server where you can ask questions and get help. [Join the di
## Enterprise Support ## Enterprise Support
<p> <p>
📱 <i>react-native-video</i> is provided <i>as it is</i>. For enterprise support or other business inquiries, <a href="https://www.thewidlarzgroup.com/">please contact us 🤝</a>. We can help you with the integration, customization and maintenance. We are providing both free and commercial support for this project. let's build something awesome together! 🚀 📱 <i>react-native-video</i> is provided <i>as it is</i>. For enterprise support or other business inquiries, <a href="https://www.thewidlarzgroup.com/?utm_source=rnv&utm_medium=readme#Contact">please contact us 🤝</a>. We can help you with the integration, customization and maintenance. We are providing both free and commercial support for this project. let's build something awesome together! 🚀
</p> </p>
<a href="https://www.thewidlarzgroup.com/"> <a href="https://www.thewidlarzgroup.com/?utm_source=rnv&utm_medium=readme">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="./docs/assets/baners/twg-dark.png" /> <source media="(prefers-color-scheme: dark)" srcset="./docs/assets/baners/twg-dark.png" />
<source media="(prefers-color-scheme: light)" srcset="./docs/assets/baners/twg-light.png" /> <source media="(prefers-color-scheme: light)" srcset="./docs/assets/baners/twg-light.png" />

View File

@ -88,4 +88,4 @@ buildscript {
## It's still not working ## It's still not working
You can try to open a ticket now ! You can try to open a ticket or contact us for [premium support](https://www.thewidlarzgroup.com/?utm_source=rnv&utm_medium=docs#Contact)!

View File

@ -52,6 +52,62 @@ export default {
</span> </span>
), ),
}, },
toc: {
extraContent: (
<>
<style>{`
:is(html[class~=dark]) .extra-container {
background-color: #87ccef;
}
:is(html[class~=dark]) .extra-text {
color: #171717;
}
:is(html[class~=dark]) .extra-button {
background-color: #171717;
}
.extra-container {
display: flex;
flex-direction: column;
margin-top: 0.5rem;
text-align: center;
background-color: #171717;
padding: 1rem;
gap: 1rem;
border-radius: 0.5rem;
}
.extra-text {
padding-left: 0.5rem;
padding-right: 0.5rem;
font-weight: bold;
color: #fff;
}
.extra-button {
width: 100%;
border: none;
padding: 0.5rem 1rem;
font-weight: 500;
background-color: #f9d85b;
transition: transform 0.3s ease, background-color 0.3s ease;
}
.extra-button:hover {
transform: scale(1.05);
background-color: #fff;
}
`}</style>
<div className="extra-container">
<span className="extra-text">We are TheWidlarzGroup</span>
<a
target="_blank"
href="https://www.thewidlarzgroup.com/?utm_source=rnv&utm_medium=docs#Contact"
className="extra-button"
rel="noreferrer">
Premium support
</a>
</div>
</>
),
},
useNextSeoProps() { useNextSeoProps() {
return { return {
titleTemplate: '%s Video', titleTemplate: '%s Video',