ethereum-org-website icon indicating copy to clipboard operation
ethereum-org-website copied to clipboard

[WIP]Update the diagrams with new system

Open nloureiro opened this issue 1 year ago • 1 comments

This is the first PR to update with the new diagrams design system.

List of updated images:

  • accounts.png > link
  • gas.png > link
  • tx.png, tx-block.png > link
  • gas-tx.png > link
  • evm.png > link
  • nodes.png > link
  • diagram.png > link
  • eth1eth2client.png > link
  • node-architecture-text-background.png > link
  • multiple-keys.png, validator-key-schematic.png > link
  • attestation_schematic.png > link
  • reorg-schematic.png > link
  • source-code-verification.png > link
  • cons_client_net_layer.png, exe_client_net_layer.png > link

nloureiro avatar Feb 19 '24 17:02 nloureiro

Deploy Preview for ethereumorg ready!

Name Link
Latest commit 8e3aecacc7f9c009ea6ba1739dea9c82a5377e0b
Latest deploy log https://app.netlify.com/sites/ethereumorg/deploys/65f07402cbd97100074b2b29
Deploy Preview https://deploy-preview-12233--ethereumorg.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Feb 19 '24 17:02 netlify[bot]

@nloureiro https://deploy-preview-12233--ethereumorg.netlify.app/developers/docs/consensus-mechanisms/pos/attack-and-defense on this page this image image

is "blanattacker" the correct phrase?

konopkja avatar Mar 04 '24 16:03 konopkja

@nloureiro https://deploy-preview-12233--ethereumorg.netlify.app/developers/docs/consensus-mechanisms/pos/attack-and-defense on this page this image image

is "blanattacker" the correct phrase?

fixed

nloureiro avatar Mar 04 '24 16:03 nloureiro

[!IMPORTANT]

Auto Review Skipped

Review was skipped due to path filters

Files ignored due to path filters (31)
  • public/content/developers/docs/accounts/accounts.png is excluded by: !**/*.png
  • public/content/developers/docs/blocks/tx-block.png is excluded by: !**/*.png
  • public/content/developers/docs/consensus-mechanisms/pos/attack-and-defense/reorg-schematic.png is excluded by: !**/*.png
  • public/content/developers/docs/consensus-mechanisms/pos/attestations/attestation_schematic.png is excluded by: !**/*.png
  • public/content/developers/docs/consensus-mechanisms/pos/keys/multiple-keys.png is excluded by: !**/*.png
  • public/content/developers/docs/consensus-mechanisms/pos/keys/validator-key-schematic.png is excluded by: !**/*.png
  • public/content/developers/docs/evm/evm.png is excluded by: !**/*.png
  • public/content/developers/docs/gas/gas.png is excluded by: !**/*.png
  • public/content/developers/docs/networking-layer/cons_client_net_layer.png is excluded by: !**/*.png
  • public/content/developers/docs/networking-layer/exe_client_net_layer.png is excluded by: !**/*.png
  • public/content/developers/docs/nodes-and-clients/eth1eth2client.png is excluded by: !**/*.png
  • public/content/developers/docs/nodes-and-clients/node-architecture/node-architecture-text-background.png is excluded by: !**/*.png
  • public/content/developers/docs/nodes-and-clients/node-architecture/node_architecture.png is excluded by: !**/*.png
  • public/content/developers/docs/nodes-and-clients/nodes.png is excluded by: !**/*.png
  • public/content/developers/docs/nodes-and-clients/run-a-node/diagram.png is excluded by: !**/*.png
  • public/content/developers/docs/smart-contracts/verifying/source-code-verification.png is excluded by: !**/*.png
  • public/content/developers/docs/transactions/gas-tx.png is excluded by: !**/*.png
  • public/content/developers/docs/transactions/tx.png is excluded by: !**/*.png
  • src/data/placeholders/content-developers-docs-accounts-data.json is excluded by: !**/*.json
  • src/data/placeholders/content-developers-docs-blocks-data.json is excluded by: !**/*.json
  • src/data/placeholders/content-developers-docs-consensus-mechanisms-pos-attack-and-defense-data.json is excluded by: !**/*.json
  • src/data/placeholders/content-developers-docs-consensus-mechanisms-pos-attestations-data.json is excluded by: !**/*.json
  • src/data/placeholders/content-developers-docs-consensus-mechanisms-pos-keys-data.json is excluded by: !**/*.json
  • src/data/placeholders/content-developers-docs-evm-data.json is excluded by: !**/*.json
  • src/data/placeholders/content-developers-docs-gas-data.json is excluded by: !**/*.json
  • src/data/placeholders/content-developers-docs-networking-layer-data.json is excluded by: !**/*.json
  • src/data/placeholders/content-developers-docs-nodes-and-clients-data.json is excluded by: !**/*.json
  • src/data/placeholders/content-developers-docs-nodes-and-clients-node-architecture-data.json is excluded by: !**/*.json
  • src/data/placeholders/content-developers-docs-nodes-and-clients-run-a-node-data.json is excluded by: !**/*.json
  • src/data/placeholders/content-developers-docs-smart-contracts-verifying-data.json is excluded by: !**/*.json
  • src/data/placeholders/content-developers-docs-transactions-data.json is excluded by: !**/*.json

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit-tests for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit tests for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

coderabbitai[bot] avatar Mar 06 '24 14:03 coderabbitai[bot]