Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #108

Merged
merged 93 commits into from
Jun 5, 2024
Merged

Release #108

merged 93 commits into from
Jun 5, 2024

Commits on Mar 15, 2024

  1. chore: setups up repository (#3)

    Changes introduced in this PR: 
    - Adds templates and codeowners 
    - Inits bun project
    - Sets up initial "checks". @itsacoyote I just defaulted to these, we
    can change accordingly to our preference as the project evolves.
    dutterbutter authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    15f5bfb View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Updating TruffleHog

    zksync-admin-bot2 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1ee722a View commit details
    Browse the repository at this point in the history
  2. Updating TruffleHog

    zksync-admin-bot2 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    df2c9cc View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Init nuxt content (#4)

    # What 💻 
    * Setup Nuxt Content project with a starter template that includes Nuxt,
    Nuxt Content, Nuxt UI Pro, Nuxt Studio.
    * Modified setting configs for variety of things. Prettier, ESLint,
    MarkdownLint, Spellcheck, etc.
    * Threw in all the existing markdown documentation from existing site
    into `/content/`. Will figure out cleanup and organization in the
    process.
    
    # Why ✋
    * Need a new framework to develop in
    * Need to mess with existing docs and how it'll integrate into the new
    framework
    
    
    # Notes 📝
    README is not up to date for managing and running the project yet.
    There's a bunch of junk also that may make no sense, but was just caught
    up in the commit when testing out the framework.
    
    To get started, install then run `bun run dev -o`
    
    ---------
    
    Co-authored-by: Dustin Brickwood <dustinbrickwood204@gmail.com>
    itsacoyote and dutterbutter authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c10d086 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. feat: build out a basic theme and landing page (#5)

    # What 💻 
    * first pass at landing page design
    * updated theme colors to better match zksync
    
    # Why ✋
    * needs to look zksync branded
    * have a decent starting point for a landing page to start from
    
    # Evidence 📷
    run project locally to see cool stuff.
    itsacoyote authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    118d954 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. feat: adds deployment pipeline for preview / staging / prod & address…

    …es lint issues (#6)
    
    # What 💻 
    * Adds preview / staging / deployment actions for firebase
    * Runs eslint and corrections 
    * Updates checks.yaml file
    
    # Why ✋
    * For setting up initial deployment environments 
    * Clean code is good
    * Adds eslint to checker
    
    # Evidence 📷
    Include screenshots, screen recordings, or `console` output here
    demonstrating that your changes work as intended
    ![Screenshot 2024-03-25 at 9 26
    48 AM](https://github.com/matter-labs/zksync-docs/assets/29983536/b7886245-de14-4f8e-b63a-5f6323803ef7)
    
    <!-- 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? -->
    dutterbutter authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    df27edd View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. small cleanups (#7)

    # What 💻 
    * Adjusted the particles configuration 
    * cleaned up some things missed when testing nuxt content
    * adjusted prettier ignore
    
    
    # Why ✋
    * cleaner templates and particles configuration is now in a separate
    file
    * components made for Nuxt Content need to be placed in
    `/components/content/` folder. This accidentally got covered by the
    prettier ignore file. The purpose of the prettier ignore for markdown
    content is so that we don't have prettier formatting non-standard
    markdown content (like vue component syntax) and breaking them. This is
    why markdown is ignored for now on prettier auto formatting.
    itsacoyote authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d3206fc View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. feat: create code switcher tab (#8)

    # What 💻 
    * Create a component that tabs content for display
    * Create a component that displays partial markdown files for re-use
    across documents
    
    # Why ✋
    * Breaks down complex instructions that will be hidden in tabs into
    partials for easier editing.
    * Makes it easier to re-use content versus re-writing content.
    
    # Evidence 📷
    ![Screenshot 2024-03-27 at 3 21
    48 PM](https://github.com/matter-labs/zksync-docs/assets/812331/2ff1eb91-fa1f-4231-82de-51f61dd51702)
    
    Example set up in the Getting Started page to show how it can be used.
    NuxtUI has a UTabs component that can be used plainly if we didn't want
    to use this. This new component provides a way to have tabbed content
    that can be loaded from partial markdown files to help split up content
    and make editing potentially easier.
    
    A future feature to implement in this component would be to have a way
    to track which tab is actively selected and update similar tabs to the
    same selected tab. Also store this selected tab in localStorage
    potentially so that the preferred tab for the user is always selected
    across the site.
    itsacoyote authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    a16e1b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    9e322a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. feat: create documentation guideline articles (#11)

    # What 💻 
    * Created a collection of articles on Documentation Contribution
    Guidelines
      * Contributing
      *  Contribution Guidelines
      * Documentation Styleguide
    * Created a Resources section
      * Glossary  
    
    # Why ✋
    * Create a set of standards to help with consistency across our
    documentation.
    itsacoyote authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ef82423 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. feat: create parser for zksync info (#12)

    # What 💻 
    * Create a parser that replaces tags in markdown content with values
    defined in a _zksync.json file.
    
    # Why ✋
    * For very important content, we don't want to copy/past and rewrite
    things all over the docs.
    
    # How it works
    
    Content is structured in a json file under `content/_zksync.json`. Tags
    are wrapped in `%%` and are prefixed with `zk_`. The path to the value
    in the json file is represented with underscores instead of a dot.
    
    Let's say we want to put the Mainnet block explorer URL into a page
    somewhere. It's in the JSON file as `mainnet.block_explorer_url`. The
    tag for it will be `%%zk_mainnet_block_explorer_url%%`.
    itsacoyote authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    be2c6a9 View commit details
    Browse the repository at this point in the history
  2. feat: create api docs (#9)

    # What 💻 
    * Create API Reference Docs
    itsacoyote authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2640353 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. feat: add zksync-cli docs (#13)

    # What 💻 
    * update the docs with Block Explorer page
      * condensed the block explorers pages into one 
    * Update the docs with tooling/zksync-cli docs
      * Reformatted the content 
    * Shifted the API Reference docs in the navigation 
    * Removed `noreferrer` from external link component. 
    * primarily for analytics purposes. I don't think it hurts to remove it,
    and makes it easier to track incoming for analytics.
    * Added vscode snippets file for reusable snippets.   
    
    # Why ✋
    * Easier to read and navigate zksync-cli commands via the navigation
    itsacoyote authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    ab7b5ab View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. feat: initial quickcode guide for deploying contract using hardhat or…

    … foundry (#10)
    
    # What 💻 
    * Adds initial quickstart guide framework 
    * Adds components for organizing content
    * Adds reusable content in partials
    
    # Why ✋
    * Includes quickstart for deploying, factories, testing, upgrading, and
    general paymaster flow
    * Components are helpful for displaying and organizing content
    
    # 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? -->
    
    ---------
    
    Co-authored-by: Sabrina Ferguson <sf@matterlabs.dev>
    dutterbutter and itsacoyote authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    89e025e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. feat: add tooling docs for hardhat and foundry (#15)

    # What 💻 
    * Add doc sections for Hardhat and Foundry
    itsacoyote authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c583f87 View commit details
    Browse the repository at this point in the history
  2. feat: update to include approval flow for paymaster onboarding (#17)

    # What 💻 
    * Adds approval paymaster flow guide
    * Makes small edits / fixes 
    
    # Why ✋
    * Distinction between approval flow and general flow paymasters
    
    # 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? -->
    dutterbutter authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c3ee8b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. chore: improve foundry-zksync installation (#18)

    # What 💻 
    * Simplified foundry-zksync installation and makes use of pre-compiled
    binaries instead of source
    
    # Why ✋
    * Better experience 
    
    # 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? -->
    dutterbutter authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    213fd8f View commit details
    Browse the repository at this point in the history
  2. Test and debug section (#16)

    # What 💻 
    * Add test and debug section to docs
    itsacoyote authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    44b0d41 View commit details
    Browse the repository at this point in the history
  3. feat: add navigation (#19)

    # What 💻 
    * Adds navigation for Build, ZK Stack and External Node
    * Moves /content directory around to match site navigation structure
    
    # Why ✋
    * Need to add in the other sections of the docs website
    itsacoyote authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    fe62748 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. chore: add zk-stack/concepts pages (#20)

    # What 💻 
    * Add the zk-stack concepts section to the docs
    * Add Katex for math equation rendering
      * The zksync Fee Mechanism page renders math equations.
    itsacoyote authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8fc911c View commit details
    Browse the repository at this point in the history
  2. Zk stack components (#21)

    # What 💻 
    * Add zk-stack components section to docs
    itsacoyote authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    bab50c6 View commit details
    Browse the repository at this point in the history
  3. chore: add external-node docs (#22)

    # What 💻 
    * Add External Node section to docs
    itsacoyote authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2fcfeb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. feat: update font (#23)

    # What 💻 
    * update font for readability
    * Use fira mono for code font
    itsacoyote authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3790c0c View commit details
    Browse the repository at this point in the history
  2. chore: use ProseA for all links (#24)

    # What 💻 
    * Switch all links to use standard markdown format for links - `[some
    text](url)`
    * Update the ProseA component that edits markdown links
    * external links have added rel tags and an icon to indicate opening in
    a new tab.
    * remove the ExternalLink component
    
    # Why ✋
    * Recently learned that we can override Prose components which
    NuxtContent provides. This allows us to customize particular Prose
    components like the Anchor tag component to further customize how it
    renders links.
    * This will help us to consistently use a single syntax for links and
    still handle external link formatting.
    
    ### Cool Factoid
    
    Did you know you can do some fancy replace with VSCode search? Rather
    than tediously manually replacing all external-link references with the
    markdown syntax, you can use regex to search then "select" text from the
    results to use in a replace action.
    
    `:external-link\{text="([^"]*)" href="([^"]*)"\}`
    
    The `( )` groups text as a value that you can reference with `$#` in the
    replace:
    
    `[$1]($2)`
    itsacoyote authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ddc8f8e View commit details
    Browse the repository at this point in the history
  3. feat: use sol and vyper logos for code (#25)

    # What 💻 
    * Added two custom logos for Remix IDE and AtlasZK IDE.
    * Added additional icon libraries to support displaying logos for
    Solidity and Vyper
    
    # Why ✋
    * Sol and Vyper logos can display on the code preview components
    itsacoyote authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8675ea0 View commit details
    Browse the repository at this point in the history
  4. chore: add link check to GH action (#26)

    # What 💻 
    * Add a github action to check links for 404s
      * This *only* checks internal links
    
    # Why ✋
    * Ensure we don't provide links to broken pages
    itsacoyote authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4c94b3d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. feat: add nuxt image module (#27)

    # What 💻 
    * Install the Nuxt Image module
    
    # Why ✋
    * Optimizes images 
    
     # Notes 📝
    * Nuxt Content just added NuxtImage support in their `ProseImg`
    component literally hours ago. This means that it is not available yet
    in an official release. In the meantime, I just copied the code from the
    PR and we can remove our `ProseImg` component when the latest release
    includes it.
    itsacoyote authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    18fee59 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. chore: remove unneeded step (#30)

    # What 💻 
    * Not needed step as per devops review
    
    # Why ✋
    * Not needed here
    
    # 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? -->
    dutterbutter authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0289f4f View commit details
    Browse the repository at this point in the history
  2. feat: add ecosystem pages (#29)

    # What 💻 
    * Adds ecosystem section
    
    # Why ✋
    * Showcase ecosystem services
    
    # 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? -->
    dutterbutter authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8af0006 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. add cookbook link for preview (#32)

    - add cookbook link to top header nav for previewing
    itsacoyote authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    89cf4c3 View commit details
    Browse the repository at this point in the history
  2. zkSync 101 content (#34)

    # What 💻 
    * 101 content and images
    * networkAdder component
    * Uses global variable for testnet across the docs
    
    # Why ✋
    * New content
    
    # 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? -->
    uF4No authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    07290fe View commit details
    Browse the repository at this point in the history
  3. feat: Link directly to doc semantic framework (#37)

    This was unclear if not already familiar with the framework and avoids
    conflating this with eastern orthodoxy liturgy
    
    # What 💻 
    * Replace the text Diataxis with a link to the diataxis page in the
    header section
    * Replace the text Diataxis with a link to the diataxis page in the
    category section
    
    # Why ✋
    * I hadn't heard of this framework before
    *Searching for this text brings up some conflicting results depending on
    what site you trust
    
    # Evidence 📷
    
    From here:
    https://zksync-docs-staging-5eb09--pr37-cbe-devrl-527-link-t-lxa3l56t.web.app/build/contributing-to-documentation/documentation-styleguide
    
    
    ![image](https://github.com/matter-labs/zksync-docs/assets/2054226/cbe538db-50fc-4dd1-9dd1-8c6c2ade04c9)
    cpb8010 authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    70a91e2 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Feat zk reword (#49)

    # What 💻 
    - new branch of #40
    replaced zkSync with ZKsync
    
    # Why ✋
    Branding change
    
    # 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? -->
    
    ---------
    
    Co-authored-by: bxpana <42230936+bxpana@users.noreply.github.com>
    itsacoyote and bxpana authored May 1, 2024
    Configuration menu
    Copy the full SHA
    8519129 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. feat: Add more code blocks for yarn (#45)

    This adds code blocks to places where there was only yarn before so at
    least there is npm and adds bun to other places where only yarn and npm
    were before.
    
    This does not cover everything, but catches some obvious places
    
    # What 💻 
    * Added code blocks to areas that just had yarn hard-coded
    * In code blocks that only had yarn and npm, add bun
    
    # Why ✋
    * Having just yarn is inconsistent
    * Other places have bun
    
    # Evidence 📷
    
    ![image](https://github.com/matter-labs/zksync-docs/assets/2054226/f38861cd-98fc-4e57-92f1-6f6100620c7e)
    
    # Notes 📝
    * There isn't exhaustive for all locations that do this multi-command
    option, so there are options for follow ups
    * Adding a parameterized partial that auto-translates an npm command to
    the yarn and bun commands might be cool
    (https://www.npmjs.com/package/npm-to-yarn, but then needs something for
    bun)
    cpb8010 authored May 2, 2024
    Configuration menu
    Copy the full SHA
    4337d07 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. feat: add check on zk parser (#28)

    # What 💻 
    * Add a console error if a zk tag is unparsed because of bad formatting
    
    # Why ✋
    * Avoid displaying any unformatted/broken tags in production
    
    # Evidence 📷
    ![Screenshot 2024-04-23 at 3 46
    14 PM](https://github.com/matter-labs/zksync-docs/assets/812331/48e35a1c-470d-43d9-9bbc-4d8c15efed65)
    
    # NOTE
    This does not stop a build process from happening. The parser runs on
    dev and if an error is Thrown it causes all sorts of hiccups on the
    local server to restart smoothly. For now this is just a console log for
    the developer to notice. May sit on this and think of a way to throw an
    error only on build later on.
    itsacoyote authored May 6, 2024
    Configuration menu
    Copy the full SHA
    f472a65 View commit details
    Browse the repository at this point in the history
  2. Itsacoyote devrl 508 prosea styling of arrow icon (#33)

    # What 💻 
    * Fix icon styling for external links
    
    # Why ✋
    * Absolute positioning was placing the arrow icon in a bad spot when
    text wraps around to a new line.
    itsacoyote authored May 6, 2024
    Configuration menu
    Copy the full SHA
    0301283 View commit details
    Browse the repository at this point in the history
  3. fix: sidebar links (#38)

    # What 💻 
    * Links for "Edit this page" and "Share feedback" in the sidebar under
    the TOC were broken
    
    # Why ✋
    * reference vue props were incorrect
    itsacoyote authored May 6, 2024
    Configuration menu
    Copy the full SHA
    6d32fbc View commit details
    Browse the repository at this point in the history
  4. feat: uses zksync-cli for quickstart templates (#31)

    Leaving as a DRAFT until the following PRs are merged:
    - matter-labs/zksync-cli#132
    - matter-labs/zksync-contract-templates#11
    
    # What 💻 
    * Uses zksync-cli for quickstart bootstrapping
    
    # Why ✋
    * Easiest way to get started
    
    # 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? -->
    dutterbutter authored May 6, 2024
    Configuration menu
    Copy the full SHA
    c1a9a70 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. feat: add Build landing page (#50)

    # What 💻 
    * Create a landing page for Build section that provides an overview and
    links to the 101 and quickstart guides.
    * Moved the content from the ZKsync 101 intro into the Build
    Introduction page since it works really well for the landing page.
    * Added a couple additional entries to the glossary
    * Moved the Connect to ZKsync from ZKsync 101 to a top level navigation
    just under the new Build landing page.
    * The reasoning behind this is that it provides all the information on
    connecting a user's wallet to the ZKsync network which should be valid
    for everything and not just inside ZKsync 101 section.
    * This makes the link for someone to add the network to their wallet
    extremely quick to find.
    
    # Why ✋
    * Provide a starting landing page that helps guide the reader to
    resources they might need at a quick glance.
    itsacoyote authored May 7, 2024
    Configuration menu
    Copy the full SHA
    6ea412a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. feat: add image lightbox and image styleguide rules (#51)

    # What 💻 
    * Add image lightbox feature for images
    * Add rules to contribution styleguide for images
    * Add lazy loading for images
    
    # Why ✋
    * Allows for expanding images for easier viewing
    * Optimize loading of images
    itsacoyote authored May 8, 2024
    Configuration menu
    Copy the full SHA
    f759aae View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. fix: notes from feedback session (#52)

    # What 💻 
    * fix broken links
    * adds missing links
    * rephrases to simplify
    
    # Why ✋
    * Feedback from offsite session
    
    # 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? -->
    uF4No authored May 9, 2024
    Configuration menu
    Copy the full SHA
    43a0cc5 View commit details
    Browse the repository at this point in the history
  2. feat: add dev reference for build section (#41)

    # What 💻 
    * adds developer reference to build section
    
    # Why ✋
    * Need it
    
    # 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? -->
    dutterbutter authored May 9, 2024
    Configuration menu
    Copy the full SHA
    d61c6c5 View commit details
    Browse the repository at this point in the history
  3. fix: address feedback bugs (#53)

    # What 💻 
    * Fixes the posted bugs:
    -
    https://linear.app/matterlabs/issue/DEVRL-512/[hello-zksync-page]-incorrect-link-contracts-directory-leads-to-404
    -
    https://linear.app/matterlabs/issue/DEVRL-515/[hello-zksync-page]-deploy-the-contract-block-incorrect-link
    -
    https://linear.app/matterlabs/issue/DEVRL-531/add-information-about-crown-token-claim
    
    # Why ✋
    * Improves the docs
    
    # 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? -->
    dutterbutter authored May 9, 2024
    Configuration menu
    Copy the full SHA
    8df20c4 View commit details
    Browse the repository at this point in the history
  4. chore: update name from Cookbook to Community Code (#54)

    # What 💻 
    * Changes name from Cookbook to Community Code
    
    # Why ✋
    * New name is more fitting
    
    # 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? -->
    dutterbutter authored May 9, 2024
    Configuration menu
    Copy the full SHA
    41fcf0f View commit details
    Browse the repository at this point in the history
  5. chore: adds dispatch (#57)

    # What 💻 
    * First thing updated with this PR
    * Second thing updated with this PR
    * Third thing updated with this PR
    
    # 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? -->
    dutterbutter authored May 9, 2024
    Configuration menu
    Copy the full SHA
    562e29b View commit details
    Browse the repository at this point in the history
  6. chore: add sdk docs to nav (#55)

    Related to: zksync-sdk/sdk-docs#7
    
    # What 💻 
    * Adds SDK docs to top nav
    
    # Why ✋
    * So devs can use SDKs
    
    # 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? -->
    dutterbutter authored May 9, 2024
    Configuration menu
    Copy the full SHA
    dbf9f2c View commit details
    Browse the repository at this point in the history
  7. Signed commits comment (#39)

    # What 💻 
    - Fix #35
    
    # Why ✋
    * Adds info about signed commits
    
    # 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? -->
    
    ---------
    
    Co-authored-by: Sabrina Ferguson <sf@matterlabs.dev>
    uF4No and itsacoyote authored May 9, 2024
    Configuration menu
    Copy the full SHA
    7fe1c58 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Fix qa bugs (#46)

    # What 💻 
    * Fixed a couple of minor issues reported by QA team Artem.
    
    # Why ✋
    * Without those users would click on missing links, run into issues when
    running a particular command, etc.
    
    ---------
    
    Co-authored-by: Sabrina Ferguson <sf@matterlabs.dev>
    AlbionaHoti and itsacoyote authored May 10, 2024
    Configuration menu
    Copy the full SHA
    392dcae View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Switch to zksync docs nuxt template (#60)

    # What 💻 
    * Use the zksync docs nuxt template in the docs project
    
    # Why ✋
    * This will help with the consistency of theming and reusable components
    to be shared across projects.
    itsacoyote authored May 13, 2024
    Configuration menu
    Copy the full SHA
    3192f8c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. feat: adds community docs back and best practices (#58)

    # What 💻 
    * Adds community docs back and best practices
    * removes outdates oracle 
    
    # Why ✋
    * Important info to keep
    * does not exist anymore 
    
    # 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? -->
    dutterbutter authored May 14, 2024
    Configuration menu
    Copy the full SHA
    57399f1 View commit details
    Browse the repository at this point in the history
  2. feat: adds markdown link checker to CI (#59)

    # What 💻 
    * Moves linkchecker from preview job to checks jobs
    
    # Why ✋
    * Follows the checks workflow more then site building and deployment job
    
    # 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? -->
    dutterbutter authored May 14, 2024
    Configuration menu
    Copy the full SHA
    897f371 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. chore: update foundry qs qith zksync-cli usage (#61)

    Related PR: matter-labs/zksync-cli#135
    
    - [x] Still need to make a zksync-cli release. 
    
    # What 💻 
    * Updates foundry quickstart to use zksync-cli for bootstrapping project
    * Fixes linking
    
    # Why ✋
    * Quickest way to get started
    * Paths had changed
    
    # 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? -->
    dutterbutter authored May 16, 2024
    Configuration menu
    Copy the full SHA
    8985d50 View commit details
    Browse the repository at this point in the history
  2. fix: closes bug reports (#64)

    # What 💻 
    * Closes bug reports:
    
    - [x]
    https://linear.app/matterlabs/issue/DEVRL-593/[ecosystem]-nft-marketplaces-page-zonic-item-need-to-be-removed-since
    - [x]
    https://linear.app/matterlabs/issue/DEVRL-594/[tooling]-hardhat-zksync-node-page-empty-learn-more-block-present
    - [x]
    https://linear.app/matterlabs/issue/DEVRL-609/missing-zks-getl1batchblockrange
    - [x]
    https://linear.app/matterlabs/issue/DEVRL-577/[tooling]-block-explorers-page-incorrect-links-fpr-be-api
    - [x]
    https://linear.app/matterlabs/issue/DEVRL-602/2-different-formats-for-code-blocks-available-for-docs
    
    # Why ✋
    * Bugs are bad
    
    # 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? -->
    dutterbutter authored May 16, 2024
    Configuration menu
    Copy the full SHA
    be20471 View commit details
    Browse the repository at this point in the history
  3. fix: update docs to latest from existing, update ZKsync to zkSync (#63)

    # What 💻 
    * update docs to latest from existing
    * update ZKsync to zkSync
    
    # Why ✋
    * Need latest info
    * Name change has not happened
    
    # 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? -->
    
    ---------
    
    Co-authored-by: Sabrina Ferguson <sf@matterlabs.dev>
    dutterbutter and itsacoyote authored May 16, 2024
    Configuration menu
    Copy the full SHA
    5fd8689 View commit details
    Browse the repository at this point in the history
  4. fix: aligned external links format (#65)

    # 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? -->
    amelnytskyi authored May 16, 2024
    Configuration menu
    Copy the full SHA
    4b42f8b View commit details
    Browse the repository at this point in the history
  5. chore: update docs with latest upstream PR (#67)

    - update docs to latest
    dutterbutter authored May 16, 2024
    Configuration menu
    Copy the full SHA
    1b2334d View commit details
    Browse the repository at this point in the history
  6. chore: update theme (#62)

    # What 💻 
    * update theme
    
    # Why ✋
    * latest changes in docs template repo need to be applied.
    itsacoyote authored May 16, 2024
    Configuration menu
    Copy the full SHA
    dce9eba View commit details
    Browse the repository at this point in the history
  7. fix: address todos - part 1 (#66)

    # What 💻 
    * Address series of todos
    
    # Why ✋
    * Need to get done
    
    # 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? -->
    
    ---------
    
    Co-authored-by: Sabrina Ferguson <sf@matterlabs.dev>
    dutterbutter and itsacoyote authored May 16, 2024
    Configuration menu
    Copy the full SHA
    021337a View commit details
    Browse the repository at this point in the history
  8. fix: update commands for quickstart (#68)

    # What 💻 
    * Updates commands for qs
    
    # Why ✋
    * Fixes execution
    
    # 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? -->
    dutterbutter authored May 16, 2024
    Configuration menu
    Copy the full SHA
    d434943 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Fix/101 qa (#70)

    # What 💻 
    * Fix broken links to old docs
    * More detailed steps in "Deploy first contract"
    * Adds missing step in "Connect to zkSync"
    * Typos
    
    # Why ✋
    * Fixing QA review
    * Fixes DEVRL-533, DEVRL-534, DEVRL-540, DEVRL-542
    
    # 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? -->
    uF4No authored May 17, 2024
    Configuration menu
    Copy the full SHA
    4406f7c View commit details
    Browse the repository at this point in the history
  2. fix: changed incorrect symbol (#72)

    # What 💻 
    * Fixed incorrect dash in the foundry command
    
    # 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 📷
    
    ![image](https://github.com/matter-labs/zksync-docs/assets/112873874/272886d1-bbac-4899-86eb-626dc897cde5)
    
    
    <!-- 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? -->
    amelnytskyi authored May 17, 2024
    Configuration menu
    Copy the full SHA
    23bc172 View commit details
    Browse the repository at this point in the history
  3. chore: update proj structure for zksync 101 and qs (#73)

    # What 💻 
    * update proj structure for zksync 101 and qs
    
    # Why ✋
    * Makes sense
    
    # 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? -->
    dutterbutter authored May 17, 2024
    Configuration menu
    Copy the full SHA
    d68785a View commit details
    Browse the repository at this point in the history
  4. ci: add release workflow and enforce conventional commits (#69)

    # What 💻 
    *  add release workflow
    * enforce conventional commits, Closes #36 
    
    # Why ✋
    * Prepares for prod env
    * Maintainability
    
    # 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? -->
    dutterbutter authored May 17, 2024
    Configuration menu
    Copy the full SHA
    28700ee View commit details
    Browse the repository at this point in the history
  5. chore: update readme with fixed links and some sparkle (#75)

    # What 💻 
    * Fix contribution links
    * Add sparkle
    
    # Why ✋
    * Links were broken
    * Sparkle is cool
    
    # 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? -->
    dutterbutter authored May 17, 2024
    Configuration menu
    Copy the full SHA
    d5c014d View commit details
    Browse the repository at this point in the history
  6. fix: fix broken cmds (#76)

    # What 💻 
    * Fix broken commands
    * Second thing updated with this PR
    * Third thing updated with this PR
    
    # 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? -->
    dutterbutter authored May 17, 2024
    Configuration menu
    Copy the full SHA
    0a395fe View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. fix: update cmd (#77)

    # What 💻 
    * Fix small cmd error 
    
    # Why ✋
    * Fixes issue
    
    # 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? -->
    dutterbutter authored May 20, 2024
    Configuration menu
    Copy the full SHA
    9a0c0c8 View commit details
    Browse the repository at this point in the history
  2. fix: moved repos to community org (#79)

    # What 💻 
    * Moved tutorial repos from personal account to community org
    
    # Why ✋
    * DEVRL-619
    
    # 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? -->
    uF4No authored May 20, 2024
    Configuration menu
    Copy the full SHA
    f367a05 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. feat: add sdk docs as part of build (#80)

    # What 💻 
    * Add sdk as part of the docs build
    
    # Why ✋
    * Currently sdk repo cannot deploy to a separate host as we don't have
    the means to set up a reverse proxy to handle `/sdk`.
    * This includes the sdk build into docs so that it all goes out in one
    deploy.
    itsacoyote authored May 21, 2024
    Configuration menu
    Copy the full SHA
    2acfb7c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Update seo (#81)

    # What 💻 
    * Improve SEO of website
    itsacoyote authored May 22, 2024
    Configuration menu
    Copy the full SHA
    aeb3869 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Itsacoyote quick fixes (#83)

    Resolves DEVRL-690, DEVRL-691, DEVRL-627, DEVRL-649, DEVRL-692
    
    -
    https://linear.app/matterlabs/issue/DEVRL-692/fix-improperly-formatted-links
    - https://linear.app/matterlabs/issue/DEVRL-649/small-ify-buttons
    -
    https://linear.app/matterlabs/issue/DEVRL-627/change-url-for-dev-updates-card
    -
    https://linear.app/matterlabs/issue/DEVRL-691/remove-a-link-to-zksync-erareleases-see-whats-new-in-2420-from-docs
    -
    https://linear.app/matterlabs/issue/DEVRL-690/move-cards-on-build-to-bottom-of-the-page
    
    ## List of changes
    - added links to breadcrumbs
      - added redirects for certain paths that don't have an index page
    - fixed links that were improperly formatted for Nuxt Content
    - adjusted some buttons that were too large
    - update Dev Updates card on landing page to point to zksyncDevs twitter
    account
    - remove the version update link in the hero section of the landing page
    - moved cards on the Build index page down to the bottom of the page
    itsacoyote authored May 23, 2024
    Configuration menu
    Copy the full SHA
    606e617 View commit details
    Browse the repository at this point in the history
  2. Update 00.index.md (#82)

    Update description wording
    
    Tested out the "Edit this page" link from the staging website, works
    pretty easily and allows for creating a "patch" branch to create the PR.
    itsacoyote authored May 23, 2024
    Configuration menu
    Copy the full SHA
    1955cc4 View commit details
    Browse the repository at this point in the history
  3. Add google analytics (#85)

    Resolves DEVRL-697
    
    
    https://linear.app/matterlabs/issue/DEVRL-697/add-analytics-to-zksync-docs
    
    ## List of changes
    
    - Add Google Analytics
      - Analytics is disabled for non-production environments
    itsacoyote authored May 23, 2024
    Configuration menu
    Copy the full SHA
    e742ea5 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Prep release (#86)

    - Add husky hooks for pre-commit
      - Add staged-lint for pre-commit to check staged files
    
    - Edit workflows
      - Adjust use of Bun 
    - Configure workflow actions, testing release with a dry-run, ensure
    build actions work
    itsacoyote authored May 24, 2024
    Configuration menu
    Copy the full SHA
    a3976c8 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Updates to use Foundry keystore (#84)

    # What 💻 
    * Updates 101 getting started to setup a keystore
    * Updates all 101 Foundry tutorials to use keystore in commands to
    deploy/send txs
    * Update all commands in Foundry guide with examples of keystore use and
    PK.
    * Additionally, fixes a partial not correctly displayed in paymaster
    page
    
    # Why ✋
    * Fixes DEVRL676
    * To be merged with
    matter-labs/zksync-contract-templates#14
    
    # 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? -->
    
    ---------
    
    Co-authored-by: Nicolas Villanueva <nicolasvillanueva@msn.com>
    uF4No and MexicanAce authored May 28, 2024
    Configuration menu
    Copy the full SHA
    ebf8b50 View commit details
    Browse the repository at this point in the history
  2. fix: updated verify commands (#88)

    # What 💻 
    * updated verify commands for npm and pnpm (UUPS) to align with Beacon
    and Transparent proxy tutorials - current `npm run hardhat verify
    <PROXY-ADDRESS>` fails
    
    # 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
    <img width="937" alt="image"
    src="https://github.com/matter-labs/zksync-docs/assets/112873874/5c7b917a-d117-42c5-913a-f35f6c2702f0">
    
    
    <!-- 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? -->
    amelnytskyi authored May 28, 2024
    Configuration menu
    Copy the full SHA
    f5d4c8f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. chore(ci): disable husky in workflows (#93)

    Disable husky in github workflows
    itsacoyote authored May 29, 2024
    Configuration menu
    Copy the full SHA
    80a4472 View commit details
    Browse the repository at this point in the history
  2. chore(docs): update reference to bridge in Sepolia faucets (#91)

    Resolves DEVRL-686
    
    Update the bridge referenced in the Sepolia faucets to the zksync
    bridge.
    itsacoyote authored May 29, 2024
    Configuration menu
    Copy the full SHA
    4e43c13 View commit details
    Browse the repository at this point in the history
  3. Docs sync (#92)

    Updates docs to be up to date with latest from current docs
    itsacoyote authored May 29, 2024
    Configuration menu
    Copy the full SHA
    7063e7b View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. fix: adds NPM warning (#95)

    # What 💻 
    * Adds warning for installing deps with NPM
    
    # Why ✋
    * NPM unable to properly resolve deps.
    * Fix DEVRL-702 and DEVRL-622
    
    # 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? -->
    uF4No authored May 30, 2024
    Configuration menu
    Copy the full SHA
    854011b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. chore: fix lint-staged command (#96)

    Fix the lint-staged command for cspell. It was missing an additional
    part of the command to check files individually via lint-staged.
    itsacoyote authored May 31, 2024
    Configuration menu
    Copy the full SHA
    d3e5944 View commit details
    Browse the repository at this point in the history
  2. Replacing pnpx command with pnpm (#98)

    # What 💻 
    * Replacing pnpx command with pnpm (pnpx is deprecated)
    
    # Why ✋
    * Pnpx command cause errors
    
    # 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? -->
    amelnytskyi authored May 31, 2024
    Configuration menu
    Copy the full SHA
    98a1ceb View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. docs: fix formatting errors (#94)

    - Fixes syntax of callouts defined in docs.
    - Remove links from headers and place them in the body content.
    itsacoyote authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    f00f952 View commit details
    Browse the repository at this point in the history
  2. chore(docs): update content for legal (#90)

    Resolves DEVRL-704, DEVRL-708, DEVRL-709, DEVRL-711
    
    - Made edits to the description of the Paymaster in quickstart and
    zksync 101.
    - Added disclaimers to paymaster page for quickstart and zksync 101.
    - Added a Paymaster entry to the Glossary.
    - Added a disclaimer to the ERC20 page for quickstart.
    itsacoyote authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    1bca15a View commit details
    Browse the repository at this point in the history
  3. chore: update project docs (#97)

    - Adds a collection of markdown documents to add to our [Community
    Standards](https://github.com/matter-labs/zksync-docs/community).
      - Code of Conduct doc
      - Contributing doc for getting started
      - Add cute little tags to the README
      - Add a Support doc to help users in getting support
    
    - Adds templates for Issues that use the [Issue
    forms](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms)
    format
      - Bug Report issue template for reporting bugs with guides
      - Feature Report issue template for requesting new features
    
    - Modify the Pull Request template. Simplifies the form and also adds in
    some additional descriptions for the user to read before submitting.
    itsacoyote authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    38cb61e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Edit workflows (#100)

    # Description
    
    Remove link-check from Checks workflow. The Nuxt SEO module already has
    a link-checker that will run on build.
    
    Add environment to workflows to provide configuration for workflows.
    Workflows will display by environments and hook up with slack
    notifications for deployments.
    itsacoyote authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1e22d31 View commit details
    Browse the repository at this point in the history
  2. chore: setup redirects for old urls (#99)

    # Description
    
    We have a number of links out there that exist that point to pages that
    will eventually no longer exist when the new Docs site is released.
    These links need to be set up with rewrites to ensure visitors still get
    to the pages they're trying to get to. All existing tutorials that are
    in Code Community have rewrites directed to them. Any tutorials that do
    not exist in the Code Community will be redirected to the total list of
    tutorials on Code Community.
    
    Eventually these public links will be updated to point to the new URLs.
    
    Part of
    [DEVRL-730](https://linear.app/matterlabs/issue/DEVRL-730/[launch]-handle-rewrites-for-old-urls)
    itsacoyote authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2aada70 View commit details
    Browse the repository at this point in the history
  3. Removes message hash from quickstart (#101)

    # Description
    
    Updates quickstart tutorial to remove message hashing as it adds
    unnecessary complexity.
    Also updates screenshots.
    
    To be merged with:
    zkSync-Community-Hub/zksync-quickstart-remix#1
    
    ## Linked Issues
    
    <!-- If you have any issues this PR is related to, link them here. -->
    <!--
    Check out
    https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue
    on how to automate linking a GitHub Issue to a PR.
    -->
    
    ## Additional context
    uF4No authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1312751 View commit details
    Browse the repository at this point in the history
  4. chore: add concurrency rules to workflows (#102)

    # Description
    
    Add concurrency rules to workflows for staging and production deploy
    workflows. This cancels any currently running workflow when a new
    workflow is set to run. For example when two PRs are merged to main
    around the same time, one will cancel out the other and only one
    workflow is run to deploy.
    This makes it so that we don't have a queue of build and deploys to run,
    cutting down time and resources.
    
    Fix yaml formatting errors with github issue templates. They do not list
    in Create Issues if format is incorrect.
    itsacoyote authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    26c9d06 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. docs: small improvements (#106)

    # Description
    
    Small edits to build pages based on feedback. Move cards on Build /
    Introduction page up to the top to prioritize them. Improved wording on
    funding wallets with testnet funds on Build / Connect to zkSync
    
    Add redirects for old /sdks paths to point to the new /sdk path
    itsacoyote authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6c665c1 View commit details
    Browse the repository at this point in the history
  2. docs: add dappradar links to ecosystem pages (#103)

    # Description
    
    Provides additional links to dappradar for additional lists of
    resources.
    
    Resolves DEVRL-710
    itsacoyote authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    173db74 View commit details
    Browse the repository at this point in the history
  3. chore: update links for prod release (#107)

    # Description
    
    Update project to prepare for production release.
    itsacoyote authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4f2d142 View commit details
    Browse the repository at this point in the history
  4. chore: edit secret scanner name (#109)

    # Description
    
    Get trufflehog working again.
    itsacoyote authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8a8d29c View commit details
    Browse the repository at this point in the history
  5. Edit secret scanner (#110)

    Rename trufflehog job
    itsacoyote authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    fd93bdd View commit details
    Browse the repository at this point in the history