Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: update config router/style #18

Merged
merged 4 commits into from
Mar 15, 2024
Merged
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
588 changes: 282 additions & 306 deletions .vitepress/config.ts

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,6 @@ h6 {
height: 100%;
border: none;
}
.VPSidebarItem.level-0 {
padding-bottom: 10px !important;
}
File renamed without changes.
8 changes: 0 additions & 8 deletions developers/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ prev:

# Developers

[[toc]]

## Introduction

Welcome developers! You are now ready to implement XDEFI and level up the reach and scalability of your dApp in an interopable and non stop evolving ecosystem of blockchains.
Expand Down Expand Up @@ -57,9 +55,3 @@ You can acces the list from here:
- [CosmosKit](./cosmoskit-xdefi-integration)
- [RainbowKit](./rainbowkit-xdefi-integration)
- [Solana Adapter](./solana-adapter-xdefi-integration)

## Campaigns Service API

XDEFI Wallet is also providing a Campaigns Service API to make it easier for developers to integrate their dApps with XDEFI Wallet.

- [Campaigns Service API](./campaigns-service-api)
2 changes: 2 additions & 0 deletions developers/xdefi-wallet-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ Here is our current list of XDEFI Wallet integration:

- [Extension Wallet Integration](./extension-wallet)
- [Mobile Wallet Integration](./mobile-wallet)
- [Libraries Integration](./libraries-integration)
- [Blockchains Integration](./blockchains-integration)
8 changes: 4 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ features:
details: Learn how to create multichain and crosschain applications using the most powerfull wallet.
link: /developers/introduction

- title: Routing
- title: Routing API
details: Implement our Widget to swap and bridge any assets accross our supported networks.
link: /routing/introduction

- title: Community
details: Join the XDEFI community to connect, collaborate, and contribute with other developers.
link: /community/introduction
- title: Campaigns Service API
details: Allow third-party websites to connect a list of addresses from an external source to the XDEFI
link: /campaigns/campaigns-service-api
---
2 changes: 1 addition & 1 deletion routing/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _Comprehensive description of the routing service and its endpoints_
- [Routing Graph QL API](./routing-graph-ql-api)
- [Query and Mutation details](./query-mutation-details)
- [Step by step Swap example](./swap-example)
- [Integration](./integration)
- [Widget Integration](./widget-integration)

## Introduction

Expand Down
File renamed without changes.
Loading