diff --git a/docs/developers/external-services.md b/docs/developers/external-services.md new file mode 100644 index 0000000..116ea6e --- /dev/null +++ b/docs/developers/external-services.md @@ -0,0 +1,26 @@ +--- +title: Community/Ecosystem Services +sidebar_label: 'Community/Ecosystem Services' +--- + +# Community/Ecosystem Services + +This page lists third-party services and tools that support Qubic. These services are not affiliated with or endorsed by Qubic. + +## Services + +| Name | Description | Website | Type | +|------|-------------|---------|------| +| **Exolix** | Cryptocurrency exchange with API for instant swaps | [exolix.com](https://exolix.com) | Exchange | +| **Qools** | Mining calculator and Qubic utilities | [qools.org](https://www.qools.org/en) | Tools | +| **Rubic** | Third-party Qubic wallet with encryption | [GitHub](https://github.com/MatthewDarnell/rubic) | Wallet | + +## Important Disclaimers + +⚠️ **Important Notice**: All services listed above are third-party services that are not affiliated with or endorsed by Qubic. Please be aware of the following: + +### Risk Considerations +- **Use at your own risk**: These services are provided for informational purposes only +- **No warranty**: Qubic does not guarantee the reliability, security, or performance of any third-party services +- **Third-party services**: These services operate independently and Qubic has no control over their operations +- **Due diligence**: Always conduct your own research before using any third-party service diff --git a/docusaurus.config.js b/docusaurus.config.js index a40529d..7c465dd 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -23,7 +23,8 @@ const config = { scripts: [ { src: "https://dashboard.letmeexplain.ai/embed/lme_chatbot_widget.js", // LetMeExplain embed script - async: false, + async: true, + defer: true, }, { src: "/js/enable_lme_chatbot.js", // Custom initialization script diff --git a/sidebars.js b/sidebars.js index 4cd948b..a7a7767 100644 --- a/sidebars.js +++ b/sidebars.js @@ -210,6 +210,13 @@ const sidebars = { "developers/library-rust", ], }, + { + type: "category", + label: "Community/Ecosystem Services", // Third-party integrations + items: [ + "developers/external-services", // External services and tools + ], + }, ], }, { diff --git a/src/css/custom.css b/src/css/custom.css index a4feeb4..69bcd01 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -48,7 +48,7 @@ } .hero { - background-image: url("/static/img/qubic_background.png"); + background-image: url("/img/qubic_background.png"); } .hero__title {