Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions docs/developers/external-services.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
],
},
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}

.hero {
background-image: url("/static/img/qubic_background.png");
background-image: url("/img/qubic_background.png");
}

.hero__title {
Expand Down