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

bring patch to date #439

Merged
merged 3 commits into from
Aug 31, 2023
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
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on PR
'on': pull_request_target
'on': pull_request
jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
Expand Down
6 changes: 3 additions & 3 deletions docs/build/integrations/wallets/transak.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Follow their handy guides to get started on exploring and integrating Transak as

This guide will lay out the end-to-end steps for onboarding with Transak and integration, up to the point users are able to make live transactions:

[Onboarding and Integration Process Overview](<https://transak.gitbook.io/transak-docs/transak-partner-onboarding-process/onboarding-and-integration-process-overview>)
[Onboarding and Integration Process Overview](https://docs.transak.com/docs/onboarding-and-integration-process-overview)

### Jump right in and start playing around

Would you like to explore and see what's possible with Transak first before onboarding? Feel free to [set up an account](https://transak.gitbook.io/transak-docs/quick-guides/create-a-partner-account-and-access-the-dashboard) and [create a demo integration](https://transak.gitbook.io/transak-docs/quick-guides/testing-your-integration-and-customization-setup). They can be done in only a few minutes.
Would you like to explore and see what's possible with Transak first before onboarding? Feel free to [set up an account](https://docs.transak.com/docs/setup-your-partner-account) and [create a demo integration](https://docs.transak.com/docs/integration-options). They can be done in only a few minutes.

Additionally, there are other guides available, such as [using the Partner dashboard](https://transak.gitbook.io/transak-docs/quick-guides/using-the-partner-dashboard).
Additionally, there are other guides available, such as [using the Partner dashboard](https://dashboard.transak.com/).
4 changes: 4 additions & 0 deletions docs/use/Manage assets/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Manage Assets",
"position": 1
}
4 changes: 0 additions & 4 deletions docs/use/user-guides/_category_.json

This file was deleted.

Empty file.
8 changes: 0 additions & 8 deletions docs/use/user-guides/index.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: <Translate>User Guides</Translate>,
link: '/docs/use/user-guides/',
link: '/docs/use/',
iconClass: 'docs',
description: (
<>
Expand Down
366 changes: 183 additions & 183 deletions yarn.lock

Large diffs are not rendered by default.

Loading