Skip to content

Commit

Permalink
set migrating guides below reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Nov 24, 2023
1 parent 11a4f5c commit 912e7bb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

* [Protocol Kit](safe-core-sdk/protocol-kit/README.md)
* [Reference](safe-core-sdk/protocol-kit/reference/README.md)
* [Migrating to v2](safe-core-sdk/protocol-kit/reference/migrating/v2.md)

* [Onramp Kit](safe-core-sdk/onramp-kit/README.md)
* [Guides](safe-core-sdk/onramp-kit/guides/README.md)
Expand All @@ -47,9 +48,13 @@
* [Relay Kit](safe-core-sdk/relay-kit/README.md)
* [Guides](safe-core-sdk/relay-kit/guides/README.md)
* [Gelato Relay](safe-core-sdk/relay-kit/guides/gelato.md)
* [Reference](safe-core-sdk/relay-kit/reference/README.md)
* [Migrating to v2](safe-core-sdk/relay-kit/reference/migrating/v2.md)

* [API Kit](safe-core-sdk/api-kit/README.md)
* [Reference](safe-core-sdk/api-kit/reference/README.md)
* [Migrating to v2](safe-core-sdk/api-kit/reference/migrating/v2.md)


## Safe{Core} Protocol

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion safe-core-sdk/onramp-kit/reference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To add the Onramp Kit to your project, run:
```bash
yarn add @safe-global/onramp-kit
```
The Onramp Kit can integrate several providers in the form of "packs". A pack is a piece of code that works with the chosen provider to give Safe users access to new services.
The Onramp Kit can integrate several providers in the form of **"packs"**. A pack is a piece of code that works with the chosen provider to give Safe users access to new services.

Check failure on line 14 in safe-core-sdk/onramp-kit/reference/README.md

View workflow job for this annotation

GitHub Actions / vale

[vale] safe-core-sdk/onramp-kit/reference/README.md#L14

[Microsoft.Quotes] Punctuation should be inside the quotes.
Raw output
{"message": "[Microsoft.Quotes] Punctuation should be inside the quotes.", "location": {"path": "safe-core-sdk/onramp-kit/reference/README.md", "range": {"start": {"line": 14, "column": 1}}}, "severity": "ERROR"}

To use each pack, the right package needs to be installed:

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 912e7bb

Please sign in to comment.