This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 809
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated documentation app for performance (#245)
* update old files * updated theme * added docs files * add gitignore * remove old logo * remove toc in all pages * adjusted algolia settings * upgraded docs * remove unused file * remove files * stash changes * update branch * merge file * updated files * update files * added neccessary files * update files * updated files * install dependencies * add replacer file * restructure files * updated breakline * enable image preview * add community links * switch navbar item * increase font-weight * add period * update placeholder * remove writing time * updated styles * update css styles * updated file * stash changes * updated files * fixed horizontal scroll bar issue * remove unused files * updated zksync logo * remove breaking tag * correct wrong tag * added link to matterlabs * updated wrong tag * fix logo alignment * stash changes * updated files * update styles * remove unneccessary files * add import files * correct typo * corrected code copy issues * remove redudant copy icon * remove wrong tag * updated the homepage * updated link * update link * updated icon * stash changes * updated files * updated logo * stash changes * updated files * add image to homepage * update footer * remove horizonta scroll * updated color * remove error file * update styles * update style * updated styles * updated homepage * update intro text * update navbar * add period to sentence * fixed breadcrumb issue * replace zkSync 2.0 to zkSync Era * change typography * updated files * fix issues * removing unused references to toc, adjusting toc css and removing unused files * improving landing page and fixing more things * update contributors * update contributors * update python file * more improvements * updating image * more updates * removing redirect to /dev * yet more fixes * fix broken links * fix typo * updated testnet info * revert devOps to see docs state * fixing lots of paths * updated testnet info * updated intro page * added hidden section * some css improvements, including fixing footer to the bottom * fixing dead links, and more updated to zksync era and lite * addressing igor comments * made hidden sidebar content visible * fix toc structure * removes warning paymaster tut * removes warning aa tut * updates warning under review * adjusting page transition time * git overview page * added hyperscaling images * fix all broken links * update minor typo * hid text without info * adjustments to hardhat verify --------- Co-authored-by: Ramon Canales <[email protected]> Co-authored-by: Antonio <[email protected]>
- Loading branch information
1 parent
cc93242
commit 4e199e7
Showing
355 changed files
with
13,422 additions
and
16,961 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
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
_ | ||
_ |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npx --no-install commitlint --edit $1 | ||
npx --no-install commitlint --edit $1 |
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
. "$(dirname "$0")/_/husky.sh" | ||
|
||
CI="1" | ||
npx lint-staged | ||
npx lint-staged |
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 |
---|---|---|
@@ -1,40 +1,40 @@ | ||
{ | ||
"default": true, | ||
"line_length": { | ||
"line_length": 250, | ||
"tables": false, | ||
"code_blocks": false | ||
}, | ||
"fenced-code-language": false, | ||
"no-duplicate-header": false, | ||
"first-header-h1": false, | ||
"first-line-h1": false, | ||
"no-inline-html": false, | ||
"ol-prefix": false, | ||
"MD026": { | ||
"punctuation": ".,;:!。,;:!:" | ||
}, | ||
"MD013": { | ||
"indent": 2, | ||
"headings": false, | ||
"line_length": 250, | ||
"tables": false, | ||
"code_blocks": false | ||
}, | ||
"MD003": { | ||
"indent": 2, | ||
"code_blocks": false, | ||
"headings": false, | ||
"line_length": 250, | ||
"tables": false | ||
}, | ||
"MD007": { | ||
"indent": 2, | ||
"code_blocks": false, | ||
"headings": false, | ||
"line_length": 250, | ||
"tables": false | ||
}, | ||
"no-hard-tabs": false, | ||
"whitespace": false | ||
"default": true, | ||
"line_length": { | ||
"line_length": 250, | ||
"tables": false, | ||
"code_blocks": false | ||
}, | ||
"fenced-code-language": false, | ||
"no-duplicate-header": false, | ||
"first-header-h1": false, | ||
"first-line-h1": false, | ||
"no-inline-html": false, | ||
"ol-prefix": false, | ||
"MD026": { | ||
"punctuation": ".,;:!。,;:!:" | ||
}, | ||
"MD013": { | ||
"indent": 2, | ||
"headings": false, | ||
"line_length": 250, | ||
"tables": false, | ||
"code_blocks": false | ||
}, | ||
"MD003": { | ||
"indent": 2, | ||
"code_blocks": false, | ||
"headings": false, | ||
"line_length": 250, | ||
"tables": false | ||
}, | ||
"MD007": { | ||
"indent": 2, | ||
"code_blocks": false, | ||
"headings": false, | ||
"line_length": 250, | ||
"tables": false | ||
}, | ||
"no-hard-tabs": false, | ||
"whitespace": false | ||
} |
Oops, something went wrong.