Skip to content

Commit

Permalink
Merge branch 'main' into ethers-v6-migration-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniSomoza committed Oct 27, 2023
2 parents 2f9a285 + 0f562ae commit a120bcb
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 3,657 deletions.
3 changes: 3 additions & 0 deletions .gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ redirects:
safe-core-protocol/security/security-audits: safe-smart-account/security/security-audits.md
safe-core-protocol/signatures: safe-smart-account/signatures/README.md
safe-core-protocol/signatures/eip-1271: safe-smart-account/signatures/eip-1271.md
safe-smart-account/security/security-audits: safe-smart-account/security-audits.md
safe-smart-account/security/bug-bounty-program: miscellaneous/bug-bounty-program.md
safe-smart-account/security/past-paid-bounties: miscellaneous/past-paid-bounties.md
2 changes: 1 addition & 1 deletion .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- name: Vale Linter
uses: errata-ai/vale-action@reviewdog
with:
vale_flags: "--glob=*.md"
vale_flags: "--glob=*.md --minAlertLevel=error"
fail_on_error: true
50 changes: 21 additions & 29 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Table of contents

<!---
* [Built on Safe](other/built-on-safe.md)
* [Tools, Frameworks, and Extensions](other/other-tools.md)
* [Introduction](other/README.md)
* [Things you can do with Safe](other/things-you-can-do-with-safe.md)
* [What is a Smart Account?](other/what-is-a-smart-account.md)
* [Workshops](other/workshops.md)
--->

## Getting started

* [What is Safe?](README.md)
Expand All @@ -21,17 +12,7 @@

* [Safe Guards](safe-smart-account/guards.md)

* [Security](safe-smart-account/security/README.md)
* [Bug Bounty](safe-smart-account/security/bug-bounty-program.md)
* [Past paid bounties](safe-smart-account/security/past-paid-bounties.md)
* [Audits](safe-smart-account/security/security-audits.md)

* [Signatures](safe-smart-account/signatures/README.md)
* [EIP-1271 Off-Chain signatures](safe-smart-account/signatures/eip-1271.md)

## Safe{Core} Protocol

* [Overview](safe-core-protocol/README.md)
* [Audits](safe-smart-account/security-audits.md)

## Safe{Core} AA SDK

Expand All @@ -51,22 +32,31 @@

* [API Kit](safe-core-sdk/api-kit/README.md)

* [Safe Apps SDK](safe-core-sdk/safe-apps/README.md)
* [Overview](safe-core-sdk/safe-apps/overview.md)
* [Get started](safe-core-sdk/safe-apps/get-started.md)
* [Release](safe-core-sdk/safe-apps/release.md)
* [Safe App example](safe-core-sdk/safe-apps/example-safe-app.md)
## Safe{Core} Protocol

* [Overview](safe-core-protocol/README.md)

## Safe{Core} API

* [Available Services](safe-core-api/available-services.md)

* [Service Architecture](safe-core-api/service-architecture.md)

* [Safe Transaction Service](safe-core-api/safe-transaction-service.md)
* [Safe Transaction Service](safe-core-api/safe-transaction-service.md)

* [RPC Requirements](safe-core-api/rpc-requirements.md)

## Safe Apps SDK

* [Safe Apps SDK](safe-core-sdk/safe-apps/README.md)

* [Overview](safe-core-sdk/safe-apps/overview.md)

* [Get started](safe-core-sdk/safe-apps/get-started.md)

* [Release](safe-core-sdk/safe-apps/release.md)
*
* [Safe App example](safe-core-sdk/safe-apps/example-safe-app.md)

## Reference

* [Auth Kit](reference/safe-core-sdk/auth-kit/README.md)
Expand All @@ -84,6 +74,8 @@
--->
* [API Kit](reference/safe-core-sdk/api-kit/README.md)

***
## Miscellaneous

* [Contact us](contact-us.md)
* [Bug Bounty](miscellaneous/bug-bounty-program.md)
* [Past paid bounties](miscellaneous/past-paid-bounties.md)
* [Contact us](miscellaneous/contact-us.md)
4 changes: 0 additions & 4 deletions examples/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions examples/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions examples/example.env

This file was deleted.

18 changes: 0 additions & 18 deletions examples/package.json

This file was deleted.

183 changes: 0 additions & 183 deletions examples/protocol-kit/index.ts

This file was deleted.

Loading

0 comments on commit a120bcb

Please sign in to comment.