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

Cleanup #1206

Closed
wants to merge 57 commits into from
Closed

Cleanup #1206

wants to merge 57 commits into from

Conversation

squdgy
Copy link

@squdgy squdgy commented Dec 27, 2024

Description

Tests

Additional context

Metadata

paulgnz and others added 30 commits July 22, 2024 16:25
update icons, chain constants
prep bridged token addresses for Metal L2
updated rpc providers page
feat: fix chainids to pull in correct contract addresses
Added Biconomy Integration below Networks
Changes for Metal L2 references
Cleanup of terms, links etc.
@squdgy squdgy requested review from 0xmariniere and a team as code owners December 27, 2024 19:55
@squdgy squdgy closed this Dec 27, 2024
Copy link

netlify bot commented Dec 27, 2024

Deploy Preview for docs-optimism failed. Why did it fail? →

Name Link
🔨 Latest commit bc5faae
🔍 Latest deploy log https://app.netlify.com/sites/docs-optimism/deploys/676f063f0a013b0007f86f1e

Copy link
Contributor

coderabbitai bot commented Dec 27, 2024

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

This pull request represents a comprehensive rebranding and migration of documentation from Optimism to Metal L2. The changes span across multiple files and directories, systematically replacing references to "Optimism" with "Metal L2" and updating associated URLs, repository links, and project-specific terminology. The transformation affects documentation structure, configuration files, issue templates, workflow definitions, and content across various sections such as builders, chain operators, tools, and resources. Key modifications include updating chain IDs, explorer URLs, and adjusting the overall narrative to reflect the Metal L2 ecosystem.

Sequence Diagram

sequenceDiagram
    participant User
    participant MetalL2Docs
    participant GitHub
    participant MetalL2Repo

    User->>MetalL2Docs: Access documentation
    MetalL2Docs->>GitHub: Fetch content
    GitHub->>MetalL2Repo: Retrieve latest files
    MetalL2Repo-->>GitHub: Return updated documentation
    GitHub-->>MetalL2Docs: Render documentation
    MetalL2Docs-->>User: Display Metal L2 documentation
Loading

Possibly related issues

Possibly related PRs

Suggested reviewers

  • bradleycamacho
  • sbvegan

These reviewers have demonstrated expertise in documentation management and have been actively involved in similar documentation migration and update efforts.

Tip

CodeRabbit's docstrings feature is now available as part of our Early Access Program! Simply use the command @coderabbitai generate docstrings to have CodeRabbit automatically generate docstrings for your pull request. We would love to hear your feedback on Discord.


📜 Recent review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 60e1422 and bc5faae.

⛔ Files ignored due to path filters (29)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
  • public/img/icons/500-page.svg is excluded by !**/*.svg
  • public/img/icons/arrow-left-right.svg is excluded by !**/*.svg
  • public/img/icons/asterisk.svg is excluded by !**/*.svg
  • public/img/icons/book.svg is excluded by !**/*.svg
  • public/img/icons/build.svg is excluded by !**/*.svg
  • public/img/icons/computer-line.svg is excluded by !**/*.svg
  • public/img/icons/favicon.ico is excluded by !**/*.ico
  • public/img/icons/file-edit-line.svg is excluded by !**/*.svg
  • public/img/icons/gear.svg is excluded by !**/*.svg
  • public/img/icons/government-line.svg is excluded by !**/*.svg
  • public/img/icons/instance-line.svg is excluded by !**/*.svg
  • public/img/icons/link.svg is excluded by !**/*.svg
  • public/img/icons/news-line.svg is excluded by !**/*.svg
  • public/img/icons/person.svg is excluded by !**/*.svg
  • public/img/icons/question-answer-line.svg is excluded by !**/*.svg
  • public/img/icons/rocket-2-line.svg is excluded by !**/*.svg
  • public/img/icons/shapes.svg is excluded by !**/*.svg
  • public/img/icons/stack-line.svg is excluded by !**/*.svg
  • public/img/icons/stack.svg is excluded by !**/*.svg
  • public/img/icons/terminal-window-line.svg is excluded by !**/*.svg
  • public/img/icons/tools.svg is excluded by !**/*.svg
  • public/img/icons/wallet.svg is excluded by !**/*.svg
  • public/img/op-stack/protocol/transaction-flow.svg is excluded by !**/*.svg
  • public/img/op-stack/protocol/tx-overall-process.svg is excluded by !**/*.svg
  • public/logos/logo-docs-dark.svg is excluded by !**/*.svg
  • public/logos/logo-docs-light.svg is excluded by !**/*.svg
  • public/logos/metal-logo-docs-dark.svg is excluded by !**/*.svg
  • public/logos/metal-logo-docs-light.svg is excluded by !**/*.svg
📒 Files selected for processing (73)
  • .github/CODEOWNERS (1 hunks)
  • .github/ISSUE_TEMPLATE/general_docs_request.md (2 hunks)
  • .github/ISSUE_TEMPLATE/suggest_faq_item.yaml (2 hunks)
  • .github/ISSUE_TEMPLATE/suggest_glossary_term.yaml (1 hunks)
  • .github/ISSUE_TEMPLATE/suggest_troubleshooting_item.yaml (2 hunks)
  • .github/ISSUE_TEMPLATE/suggest_tutorial.yaml (2 hunks)
  • .github/workflows/links.yml (1 hunks)
  • CONTRIBUTING.md (4 hunks)
  • README.md (2 hunks)
  • components/TokenListTable.tsx (1 hunks)
  • lychee.toml (2 hunks)
  • next-env.d.ts (1 hunks)
  • next-sitemap.config.js (1 hunks)
  • notes/README.md (1 hunks)
  • notes/nextra.md (1 hunks)
  • notes/remark.md (1 hunks)
  • package.json (3 hunks)
  • pages/_meta.json (2 hunks)
  • pages/builders.mdx (1 hunks)
  • pages/builders/app-developers/overview.mdx (2 hunks)
  • pages/builders/chain-operators/architecture.mdx (1 hunks)
  • pages/builders/chain-operators/deploy/genesis.mdx (1 hunks)
  • pages/builders/chain-operators/deploy/smart-contracts.mdx (1 hunks)
  • pages/builders/chain-operators/features/alt-da-mode.mdx (0 hunks)
  • pages/builders/chain-operators/self-hosted.mdx (0 hunks)
  • pages/builders/chain-operators/tools/op-challenger.mdx (1 hunks)
  • pages/builders/node-operators/management/snapshots.mdx (1 hunks)
  • pages/builders/node-operators/releases.mdx (2 hunks)
  • pages/builders/notices/_meta.json (1 hunks)
  • pages/builders/notices/holocene-changes.mdx (2 hunks)
  • pages/builders/notices/sdk-deprecation.mdx (0 hunks)
  • pages/builders/tools/build/account-abstraction.mdx (3 hunks)
  • pages/builders/tools/build/block-explorers.mdx (1 hunks)
  • pages/builders/tools/build/faucets.mdx (3 hunks)
  • pages/builders/tools/build/nft-tools.mdx (1 hunks)
  • pages/builders/tools/build/oracles.mdx (3 hunks)
  • pages/builders/tools/connect/rpc-providers.mdx (1 hunks)
  • pages/builders/tools/overview.mdx (2 hunks)
  • pages/chain/_meta.json (1 hunks)
  • pages/chain/addresses.mdx (2 hunks)
  • pages/chain/biconomy.mdx (1 hunks)
  • pages/chain/differences.mdx (1 hunks)
  • pages/chain/getting-started.mdx (3 hunks)
  • pages/chain/identity/schemas.mdx (1 hunks)
  • pages/chain/networks.mdx (1 hunks)
  • pages/chain/security/_meta.json (1 hunks)
  • pages/chain/security/faq.mdx (2 hunks)
  • pages/chain/security/privileged-roles.mdx (9 hunks)
  • pages/chain/security/security-policy.mdx (1 hunks)
  • pages/chain/testing/dev-node.mdx (1 hunks)
  • pages/chain/tokenlist.mdx (1 hunks)
  • pages/connect/_meta.json (1 hunks)
  • pages/connect/contribute/_meta.json (1 hunks)
  • pages/connect/contribute/docs-contribute.mdx (2 hunks)
  • pages/connect/contribute/stack-contribute.mdx (2 hunks)
  • pages/connect/contribute/style-guide.mdx (6 hunks)
  • pages/connect/resources/glossary.mdx (3 hunks)
  • pages/index.mdx (1 hunks)
  • pages/stack/fault-proofs/challenger.mdx (1 hunks)
  • pages/stack/fault-proofs/fp-components.mdx (1 hunks)
  • pages/stack/getting-started.mdx (1 hunks)
  • pages/stack/interop/assets/transfer-superchainERC20.mdx (2 hunks)
  • pages/stack/interop/cross-chain-message.mdx (1 hunks)
  • pages/stack/interop/explainer.mdx (1 hunks)
  • pages/stack/interop/message-passing.mdx (2 hunks)
  • pages/stack/smart-contracts.mdx (1 hunks)
  • pages/superchain/superchain-registry.mdx (0 hunks)
  • styles/colors.css (1 hunks)
  • styles/global.css (1 hunks)
  • styles/theme.css (3 hunks)
  • theme.config.tsx (1 hunks)
  • utils/constants.ts (1 hunks)
  • words.txt (2 hunks)

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>, please review it.
    • Generate unit testing code 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 testing code 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 gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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 using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@squdgy squdgy deleted the cleanup1227 branch December 27, 2024 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants