Skip to content

Commit

Permalink
feat: deprecate blockchain guide, link to new (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachferland authored Jan 24, 2023
1 parent 7eacd14 commit 295a798
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/reference/javascript/blockchain.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Add support for a new blockchain

!!! warning "Deprecation Notice"

This guide is no longer the recommended way to add support for your blockchain and we are not accepting PRs at this moment for blockchains added in this way. The recommend way is now described [here](https://did.js.org/docs/guides/add-chain-support).

This document contains a guide on how to add support for a new blockchain to the [`CAIP10Link`](../../../streamtypes/caip-10-link/overview) StreamType, and to use it for authentication in Ceramic.

## Ceramic and blockchain accounts
Expand Down
2 changes: 0 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ nav:
- Pinning data on Ceramic: build/javascript/pinning.md
- Building with Glaze suite:
- Build a note-taking app with Glaze: tools/glaze/example.md
- Protocol development:
- Add support for new blockchain accounts: reference/javascript/blockchain.md
#- Ecosystem:
#- Use cases: learn/use-cases.md
#- Projects: explore/projects.md
Expand Down

0 comments on commit 295a798

Please sign in to comment.