Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix: update capitalization for sidebar nav (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce authored Jan 18, 2024
1 parent a6f1a4d commit 32eddf3
Show file tree
Hide file tree
Showing 37 changed files with 45 additions and 37 deletions.
2 changes: 1 addition & 1 deletion docs/build/sdks/go/accounts-l1-l2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Go SDK L1/L2 Transactions | zkSync Docs
---

# Accounts: L1<->L2 transactions
# Accounts: L1<->L2 Transactions

This section explores the methods which allow the [account](./accounts.md) to send transactions among both L1 to L2 networks.

Expand Down
4 changes: 3 additions & 1 deletion docs/build/sdks/go/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ head:
content: Go SDK Accounts | zkSync Docs
---

# Accounts: Overview
# Accounts

## Overview

The `accounts` package provides abstractions that wrap operations that interact with an account. An account typically contains a private
key, allowing it to sign various types of payloads. There are the following interfaces that provide account operations for different
Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/go/examples/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Go SDK Create Example | zkSync Docs
---

# Deploy contract with CREATE opcode
# Deploy Contract with CREATE Opcode

With zkSync Era contract can be deployed using the CREATE by simply building the contract into a binary format and deploying it to the
zkSync Era network.
Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/go/examples/create2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Go SDK Create2 Example | zkSync Docs
---

# Deploy contract with CREATE2 opcode
# Deploy Contract with CREATE2 Opcode

With zkSync Era contract can be deployed using the CREATE2 by simply building the contract into a binary format and deploying it to the
zkSync Era network.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Go SDK Deploy Paymaster Example | zkSync Docs
---

# Deploy paymaster
# Deploy Paymaster

Deploy the paymaster account, which will receive the token deployed in the [previous](deploy-token.md) step and pay the fee in ETH for the account that
sends the token. The token address on testnet that is deployed in previous step is `0x765F5AF819D818a8e8ee6ff63D8d0e8056DBE150`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Go SDK Deploy Token Example | zkSync Docs
---

# Deploy token
# Deploy Token

Deploy the token which will be used to pay transaction fee.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Go SDK Use Paymaster Example | zkSync Docs
---

# Use paymaster
# Use Paymaster

This example demonstrates how to use a paymaster to facilitate fee payment with an ERC20 token.
The user initiates a mint transaction that is configured to be paid with an ERC20 token through the paymaster.
Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/go/examples/get-confirmed-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Go SDK Get Tokens Example | zkSync Docs
---

# Get all confirmed tokens on zkSync Era
# Get All Confirmed Tokens on zkSync Era

Following example shows how to get all confirmed tokens on zkSync Era.

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/go/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Go SDK Features | zkSync Docs
---

# zkSync Era features
# zkSync Era Features

While zkSync Era is mostly Web3-compatible, it has some differences compared to Ethereum. The major of those are:

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/go/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Go SDK Getting Started | zkSync Docs
---

# Getting started
# Getting Started

This is a short introduction to `zksync2-go` SDK, but covers many of the most common operations that developers require and provides a
starting point for those newer to zkSync Era.
Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/go/paymaster-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Go SDK Paymaster Utilities | zkSync Docs
---

# Paymaster utilities
# Paymaster Utilities

The [paymaster utilities library](https://github.com/zksync-sdk/zksync2-go/blob/main/utils/paymaster.go) contains essential utilities for using paymasters on zkSync Era.

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/go/types/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Go SDK Accounts Package | zkSync Docs
---

# `accounts` package
# `accounts` Package

### `CallOpts`

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/go/types/clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Go SDK Clients Package | zkSync Docs
---

# `clients` package
# `clients` Package

### `BlockRange`

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/go/types/eip712.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Go SDK EIP712 Package | zkSync Docs
---

# `eip712` package
# `eip712` Package

### `Domain`

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/go/types/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Go SDK Types Package | zkSync Docs
---

# `types` package
# `types` Package

### `AccountAbstractionVersion`

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/java/accounts-l1-l2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Java SDK L1/L2 Transactions | zkSync Docs
---

# Accounts: L1->L2 transactions
# Accounts: L1->L2 Transactions

This section explores the methods which allow the [account](./accounts.md) classes to send transactions from L1 to L2.

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/java/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Java | zkSync Docs
---

# Getting started
# Getting Started

In this guide we will demonstrate how to:

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/js/accounts-l1-l2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: JS SDK L1/L2 Transactions | zkSync Docs
---

# Accounts: L1->L2 transactions
# Accounts: L1->L2 Transactions

This section explores the methods which allow the [account](./accounts.md) classes to send transactions from L1 to L2.

Expand Down
4 changes: 3 additions & 1 deletion docs/build/sdks/js/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ head:
content: JS SDK Accounts | zkSync Docs
---

# Accounts: overview
# Accounts

## Overview

`zksync-ethers` exports four classes that can sign transactions on zkSync:

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/js/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: JS SDK Features | zkSync Docs
---

# zkSync Era features
# zkSync Era Features

While zkSync is mostly Web3-compatible, it has some differences compared to Ethereum. The major of those are:

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/js/front-end.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: JS SDK Front-end Integration | zkSync Docs
---

# Front-end integration
# Front-end Integration

This section describes how to make the most of zkSync to provide the best UX.

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/js/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: JS SDK Getting Started | zkSync Docs
---

# Getting started
# Getting Started

::: warning

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/js/paymaster-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: JS SDK Paymaster Utilities | zkSync Docs
---

# Paymaster utilities
# Paymaster Utilities

The [paymaster utilities library](https://github.com/zksync-sdk/zksync-ethers/blob/ethers-v5/src/paymaster-utils.ts) contains essential utilities for using paymasters on zkSync Era.

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/js/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: JS SDK Types | zkSync Docs
---

# Types and interfaces
# Types and Interfaces

## `AccountAbstractionVersion`

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/js/zksync-ethers/accounts-l1-l2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: JS SDK L1/L2 Transactions | zkSync Docs
---

# Accounts: L1<->L2 transactions
# Accounts: L1<->L2 Transactions

This section explores the methods which allow the [account](./accounts.md) to send transactions among both L1 to L2 networks.

Expand Down
4 changes: 3 additions & 1 deletion docs/build/sdks/js/zksync-ethers/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ head:
content: JS SDK Accounts | zkSync Docs
---

# Accounts: overview
# Accounts

## Overview

`zksync-ethers` exports following classes that can sign transactions on zkSync:

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/js/zksync-ethers/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: JS SDK Features | zkSync Docs
---

# zkSync Era features
# zkSync Era Features

While zkSync is mostly Web3-compatible, it has some differences compared to Ethereum. The major of those are:

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/js/zksync-ethers/front-end.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: JS SDK Front-end Integration | zkSync Docs
---

# Front-end integration
# Front-end Integration

This section describes how to make the most of zkSync to provide the best UX.

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/js/zksync-ethers/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: JS SDK Getting Started | zkSync Docs
---

# Getting started
# Getting Started

::: info
Take a look at [migration guide](migration.md) if you are migrating from `zksync-web3`.
Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/js/zksync-ethers/paymaster-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: JS SDK Paymaster Utilities | zkSync Docs
---

# Paymaster utilities
# Paymaster Utilities

The [paymaster utilities library](https://github.com/zksync-sdk/zksync-ethers/blob/main/src/paymaster-utils.ts) contains essential utilities for using paymasters on zkSync Era.

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/js/zksync-ethers/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: JS SDK Types | zkSync Docs
---

# Types and interfaces
# Types and Interfaces

## `AccountAbstractionVersion`

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/python/accounts-l1-l2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Python SDK L1/L2 Transactions | zkSync Docs
---

# Accounts: L1->L2 transactions
# Accounts: L1->L2 Transactions

This section explores the methods which allow the [account](./accounts.md) classes to send transactions from L1 to L2.

Expand Down
4 changes: 3 additions & 1 deletion docs/build/sdks/python/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ head:
content: Python SDK Accounts | zkSync Docs
---

# Accounts: overview
# Accounts

## Overview

The zkSync Python SDK has a method that generates a signature and a method that verifies messages.

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/python/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Python SDK Contract | zkSync Docs
---

# Contract interfaces
# Contract Interfaces

There is a set of system contract that helps with the interaction with zkSync Era network. Most of them are called using abi.

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/python/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Python SDK Getting Started | zkSync Docs
---

# Getting started
# Getting Started

In this guide we will demonstrate how to:

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/python/paymaster-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Python SDK Paymaster Utilities | zkSync Docs
---

# Paymaster utilities
# Paymaster Utilities

The [paymaster utilities library](https://github.com/zksync-sdk/zksync2-go/blob/main/utils/paymaster.go) contains essential utilities for using paymasters on zkSync Era.

Expand Down
2 changes: 1 addition & 1 deletion docs/build/sdks/rust/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ head:
content: Rust SDK Getting Started | zkSync Docs
---

# Getting started
# Getting Started

## Concept

Expand Down

0 comments on commit 32eddf3

Please sign in to comment.