From d4c26e9699bba47cc0ad25c2dd1c8cc0ac4ad0a7 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Mon, 18 Nov 2024 15:27:42 +0100 Subject: [PATCH] Fix supporters partial and remove it from Forms page Maybe the Vuepress dev build didn't like the whitespaces inside the SVG and the mixed indentation in the HTML part. Works for me locally now and fixes #1459. Removed the supporters partial from the Forms page, because I assume it was a copy&paste leftover. --- docs/.vuepress/includes/supporters.html | 101 ++++++++++++------------ docs/Forms.md | 10 --- 2 files changed, 49 insertions(+), 62 deletions(-) diff --git a/docs/.vuepress/includes/supporters.html b/docs/.vuepress/includes/supporters.html index ee5deaaa09..2d9eabecd0 100644 --- a/docs/.vuepress/includes/supporters.html +++ b/docs/.vuepress/includes/supporters.html @@ -13,61 +13,58 @@ - - - -
-

Our Supporters

-

- The BTCPay Server Project is proudly supported by these entities through the - BTCPay Server Foundation. -

- -

If you'd like to support the project, please visit the donation page.

+
+

Our Supporters

+

+ The BTCPay Server Project is proudly supported by these entities through the + BTCPay Server Foundation. +

+ +

If you'd like to support the project, please visit the donation page.

+
diff --git a/docs/Forms.md b/docs/Forms.md index 284c149ca5..0293a4e98e 100644 --- a/docs/Forms.md +++ b/docs/Forms.md @@ -103,13 +103,3 @@ When the user enters `chocolate` in the promo code field, the invoice amount wil By default, none of the user input will be shown on the invoice receipt. To do this, we must create a mapping for each field. * Create a field of type `fieldset`, with name `receiptData`. * For every field you wish to show in the receipt, create a field of type `mirror`, and set the `Field to mirror` to the field you wish to copy over to the receipt. - -## Support - -If you have trouble using BTCPay Server, consider joining the [BTCPay Server Mattermost](https://chat.btcpayserver.org) to get help from BTCPay community members. - -Only file a [Github issue](https://github.com/btcpayserver/btcpayserver/issues) for technical issues you can't resolve through other channels or feature requests you've validated with other community members. - -Please check out our [official website](https://btcpayserver.org/) and [FAQ](./FAQ/README.md#btcpay-frequently-asked-questions-and-common-issues) for more details. - -!!!include(supporters.html)!!!