You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus.config.js
+3-3
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ const config = {
150
150
announcementBar: {
151
151
id: 'support_us',
152
152
content:
153
-
'Get the help you need with our <a target="_blank" rel="noopener noreferrer" href="https://avaloniaui.net/Support">Enhanced Support!</a>',
153
+
'Get the help you need with our <a target="_blank" rel="noopener noreferrer" href="https://avaloniaui.net/support?utm_source=docs&utm_medium=referral&utm_content=header_link">Enhanced Support!</a>',
154
154
backgroundColor: '#0d6efd',
155
155
textColor: '#ffffff',
156
156
isCloseable: false,
@@ -207,7 +207,7 @@ const config = {
207
207
},
208
208
{
209
209
label: 'Support',
210
-
to: 'https://avaloniaui.net/support',
210
+
to: 'https://avaloniaui.net/support?utm_source=docs&utm_medium=referral&utm_content=nav_link',
<aclassName="hover:opacity-75 text-gray-600 text-lg font-jakarta"href="https://avaloniaui.net/support?utm_source=docs&utm_medium=referral&utm_content=footer_link"> Enhanced Support </a>
95
+
<aclassName="hover:opacity-75 text-gray-600 text-lg font-jakarta"href="https://avaloniaui.net/services?utm_source=docs&utm_medium=referral&utm_content=footer_link"> Development Services </a>
96
+
<aclassName="hover:opacity-75 text-gray-600 text-lg font-jakarta"href="https://avaloniaui.net/about?utm_source=docs&utm_medium=referral&utm_content=footer_link"> About Us </a>
<aclassName="hover:opacity-75 text-gray-600 text-lg font-jakarta"href="https://avaloniaui.net/tos?utm_source=docs&utm_medium=referral&utm_content=footer_link"> Terms of Service </a>
121
121
<aclassName="hover:opacity-75 text-gray-600 text-lg font-jakarta"href="https://t.me/Avalonia"> Telegram Community </a>
Copy file name to clipboardExpand all lines: versioned_docs/version-0.10.x/welcome.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,4 +35,4 @@ You can find instructions on how to install the Avalonia extension for Visual St
35
35
36
36
If you encounter any issues or bugs with Avalonia, please open a new issue on [GitHub](https://github.com/AvaloniaUI/Avalonia). Our active developer community on [Telegram](https://t.me/Avalonia) is also a great resource for help with your projects.
37
37
38
-
In addition to community support, we offer a range of commercial support plans that provide priority assistance from the core contributors. You can learn more about these plans on [our website](https://avaloniaui.net/Support).
38
+
In addition to community support, we offer a range of commercial support plans that provide priority assistance from the core contributors. You can learn more about these plans on [our website](https://avaloniaui.net/support?utm_source=docs&utm_medium=referral&utm_content=welcome_link).
Copy file name to clipboardExpand all lines: xpf/welcome.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Trial periods are exclusively available for Business and Enterprise licenses. Th
51
51
For Indie developers, we offer a 30-day money-back guarantee instead of a trial period. This approach allows developers to test XPF's compatibility with their projects while ensuring they receive the appropriate level of support for their needs. We ask that Indie developers not apply for Business or Enterprise trials.
52
52
53
53
### Pricing
54
-
For the latest pricing, please see our [website](https://avaloniaui.net/xpf#pricing).
54
+
For the latest pricing, please see our [website](https://avaloniaui.net/xpf?utm_source=docs&utm_medium=referral&utm_content=welcome_link#pricing).
55
55
56
56
## Hybrid XPF
57
57
One of Avalonia XPF's unique features is its [hybrid capability](embedding/xpf-in-avalonia.md), allowing Avalonia developers to use WPF controls within applications. This flexibility enables Avalonia developers to leverage over 700 existing WPF controls from major vendors such as [Telerik](https://www.telerik.com/), [Actipro](https://www.actiprosoftware.com/), [DevExpress](https://www.devexpress.com/), [Infragistics](https://www.infragistics.com/), and [Syncfusion](https://www.syncfusion.com/), bridging the gap between traditional WPF development and modern cross-platform applications.
0 commit comments