Skip to content

Commit

Permalink
fix: aligned external links format (#65)
Browse files Browse the repository at this point in the history
# What 💻 
* aligned external links format to remove `link_link` URLs
* fixed 404 link for Pyth

# Why ✋
* Reason why first thing was added to PR
* Reason why second thing was added to PR
* Reason why third thing was added to PR

# Evidence 📷
Include screenshots, screen recordings, or `console` output here
demonstrating that your changes work as intended

<!-- All sections below are optional. You can uncomment any section
applicable to your Pull Request. -->

<!-- # Notes 📝
* Any notes/thoughts that the reviewers should know prior to reviewing
the code? -->
  • Loading branch information
amelnytskyi authored May 16, 2024
1 parent 5fd8689 commit 4b42f8b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ Ensure you have the following installed before you start:
Fast-track your UI development with our frontend templates, supporting popular frameworks like Vue, React, Next.js, Nuxt, and Vite.
Options include viem, ethers, web3modal, rainbowkit, and more, equipping you with the necessary tools for dApp development.

[zksync-frontend-templates repo](%%zk_git_repo_zksync-frontend-templates%%#readme)
zkSync Frontend Templates repo can be found [here](%%zk_git_repo_zksync-frontend-templates%%#readme)

### Contracts

For smart contract development, choose from templates designed for quick deployment and testing, compatible with Solidity or Vyper.
Utilize tools like Hardhat to streamline your workflow.

[zksync-contract-templates repo](%%zk_git_repo_zksync-contract-templates%%#readme)
zkSync Contract Templates repo can be found [here](%%zk_git_repo_zksync-contract-templates%%#readme)

### Scripting

Enhance your project with Node.js scripting templates for automated interactions and advanced zkSync operations.
Includes examples of wallet or contract interactions using viem, ethers, or web3.js.

[zksync-scripting-templates repo](%%zk_git_repo_zksync-scripting-templates%%#readme)
zkSync Scripting Examples repo can be found [here](%%zk_git_repo_zksync-scripting-templates%%#readme)

## Using Templates

Expand Down
4 changes: 1 addition & 3 deletions content/20.zksync-node/00.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,7 @@ Note that _only methods_ specified in the documentation are considered public.
There may be other methods exposed in this namespace, but undocumented
methods come without any kind of stability guarantees and can be changed or removed without notice.

Always refer to the documentation linked above to see the list of stabilized methods in this namespace.

[zks_docs](/build/api-reference)
Always refer to the documentation linked above and [API reference documentation](/build/api-reference) to see the list of stabilized methods in this namespace.

### `en` namespace

Expand Down
2 changes: 1 addition & 1 deletion content/20.zksync-node/30.running-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ the zkSync node configuration (official docs).
Besides running Postgres, you are expected to have a DB dump from a corresponding env. You can restore it using
`pg_restore -O -C <DUMP_PATH> --dbname=<DB_URL>`.

[host_docker_internal](https://docs.docker.com/desktop/networking/#i-want-to-connect-from-a-container-to-a-service-on-the-host)
Steps how to connect from a Docker container to a service on the host can be found [here](https://docs.docker.com/desktop/networking/#i-want-to-connect-from-a-container-to-a-service-on-the-host)

## Running

Expand Down
2 changes: 1 addition & 1 deletion content/20.zksync-node/60.troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Other kinds of panic aren't normally expected. While in most cases, the state wi
The zkSync node is supposed to start with an applied DB dump. If you see any genesis-related errors, it probably means the zkSync node was
started without an applied dump.

[contact_us](https://zksync.io/contact)
Feel free to [contact_us](https://zksync.io/contact) in case of related questions.

## Logs

Expand Down

0 comments on commit 4b42f8b

Please sign in to comment.