-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from zkSync-Community-Hub/feat/content-migration
Feat/content migration
- Loading branch information
Showing
91 changed files
with
9,520 additions
and
485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,16 +17,16 @@ jobs: | |
- name: Runs Prettier Formatter | ||
run: bun run lint:prettier | ||
|
||
# spelling: | ||
# name: spelling | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - uses: actions/checkout@v4 | ||
# - uses: oven-sh/setup-bun@v1 | ||
# - name: Install Dependencies | ||
# run: bun install | ||
# - name: Runs cSpell Spell Checker | ||
# run: bun run lint:spelling | ||
spelling: | ||
name: spelling | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: oven-sh/setup-bun@v1 | ||
- name: Install Dependencies | ||
run: bun install | ||
- name: Runs cSpell Spell Checker | ||
run: bun run lint:spelling | ||
|
||
markdown-lint: | ||
name: markdown_lint | ||
|
@@ -49,3 +49,24 @@ jobs: | |
run: bun install | ||
- name: Runs ESLint | ||
run: bun run lint:eslint | ||
|
||
link-check: | ||
env: | ||
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }} | ||
NUXT_PUBLIC_SITE_URL: ${{ secrets.NUXT_PUBLIC_SITE_URL }} | ||
name: link_check | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 # v4 | ||
|
||
- uses: oven-sh/setup-bun@v1 | ||
|
||
- name: "Install dependencies" | ||
run: bun install | ||
|
||
- name: "Build site" | ||
run: bun run build | ||
|
||
- uses: untitaker/[email protected] | ||
with: | ||
args: .output/public/ --sources content/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,11 +29,7 @@ jobs: | |
run: bun install | ||
|
||
- name: "Deploy target: preview" | ||
run: bun run generate | ||
|
||
- uses: untitaker/[email protected] | ||
with: | ||
args: .output/public/ --sources content/ | ||
run: bun run build | ||
|
||
- name: "Deploy preview" | ||
uses: matter-labs/action-hosting-deploy@main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Callout zkSync CLI | ||
--- | ||
|
||
::callout{icon="i-heroicons-light-bulb"} | ||
Skip the hassle for test ETH by using `zksync-cli` for local testing. | ||
Simply execute `npx zksync-cli dev start` to initialize a local zkSync development environment, | ||
which includes local Ethereum and zkSync nodes. | ||
This method allows you to test contracts without requesting external testnet funds. | ||
Explore more in the [zksync-cli documentation](https://docs.zksync.io/build/tooling/zksync-cli). | ||
:: |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.