Skip to content

refactor: rm duplicate files for subset of native modules#174

Open
bguiz wants to merge 1 commit into
mainfrom
refactor/rm-duplicate-native-section
Open

refactor: rm duplicate files for subset of native modules#174
bguiz wants to merge 1 commit into
mainfrom
refactor/rm-duplicate-native-section

Conversation

@bguiz

@bguiz bguiz commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator
  • they already exist in .gitbook/developers-native/injective
  • and they existed within the repo, but were not rendered (docs.json redirects to the new location for those URL paths)

Summary by CodeRabbit

  • Documentation
    • Removed several developer-facing pages across the ERC-20, EVM, exchange, and permissions sections.
    • Simplified the published docs set by removing outdated module overviews, guides, and reference content.
    • Some pages no longer include previously published metadata or section content.

- they already exist in .gitbook/developers-native/injective

- and they existed within the repo, but were not rendered (docs.json redirects to the new location for those URL paths)

Signed-off-by: Brendan Graetz <bguiz@users.noreply.github.com>
@bguiz bguiz requested a review from ChuhanJin July 1, 2026 06:56
@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 73873a7b-3be8-4ea1-9a6c-a33e2682779c

📥 Commits

Reviewing files that changed from the base of the PR and between 4ad33e9 and 0904841.

⛔ Files ignored due to path filters (6)
  • .gitbook/developers/modules/injective/auction/img.png is excluded by !**/*.png
  • .gitbook/developers/modules/injective/peggy/images/SendToCosmos.png is excluded by !**/*.png
  • .gitbook/developers/modules/injective/peggy/images/SendToEth.png is excluded by !**/*.png
  • .gitbook/developers/modules/injective/peggy/images/valsetupdate.png is excluded by !**/*.png
  • .gitbook/developers/modules/injective/permissions/NamespaceRoleCreationPermissionsFlow.png is excluded by !**/*.png
  • .gitbook/developers/modules/injective/permissions/PolicyManagers.png is excluded by !**/*.png
📒 Files selected for processing (16)
  • .gitbook/developers/modules/injective/erc20/01_concepts.md
  • .gitbook/developers/modules/injective/erc20/02_state.md
  • .gitbook/developers/modules/injective/erc20/03_messages.md
  • .gitbook/developers/modules/injective/erc20/04_events.md
  • .gitbook/developers/modules/injective/erc20/README.md
  • .gitbook/developers/modules/injective/evm/01_concepts.md
  • .gitbook/developers/modules/injective/evm/02_state.md
  • .gitbook/developers/modules/injective/evm/03_state_transitions.md
  • .gitbook/developers/modules/injective/evm/04_transactions.md
  • .gitbook/developers/modules/injective/evm/05_abci.md
  • .gitbook/developers/modules/injective/evm/06_hooks.md
  • .gitbook/developers/modules/injective/evm/07_events.md
  • .gitbook/developers/modules/injective/evm/08_params.md
  • .gitbook/developers/modules/injective/evm/09_client.md
  • .gitbook/developers/modules/injective/exchange/12_gas_heuristics.md
  • .gitbook/developers/modules/injective/permissions/04_launch_permissioned_asset.md
💤 Files with no reviewable changes (16)
  • .gitbook/developers/modules/injective/erc20/README.md
  • .gitbook/developers/modules/injective/erc20/02_state.md
  • .gitbook/developers/modules/injective/evm/07_events.md
  • .gitbook/developers/modules/injective/evm/05_abci.md
  • .gitbook/developers/modules/injective/erc20/04_events.md
  • .gitbook/developers/modules/injective/evm/08_params.md
  • .gitbook/developers/modules/injective/exchange/12_gas_heuristics.md
  • .gitbook/developers/modules/injective/erc20/01_concepts.md
  • .gitbook/developers/modules/injective/evm/04_transactions.md
  • .gitbook/developers/modules/injective/permissions/04_launch_permissioned_asset.md
  • .gitbook/developers/modules/injective/evm/02_state.md
  • .gitbook/developers/modules/injective/evm/09_client.md
  • .gitbook/developers/modules/injective/evm/03_state_transitions.md
  • .gitbook/developers/modules/injective/erc20/03_messages.md
  • .gitbook/developers/modules/injective/evm/06_hooks.md
  • .gitbook/developers/modules/injective/evm/01_concepts.md

📝 Walkthrough

Walkthrough

This pull request removes documentation content across several Injective module GitBook pages, including erc20 (concepts, state, messages, events, README), evm (concepts, state, state transitions, transactions, abci, hooks, events, params, client), exchange (gas heuristics), and permissions (launch permissioned asset guide). No code or exported entity changes are included.

Changes

Cohort / File(s) Summary
ERC20 module docs removal
.gitbook/developers/modules/injective/erc20/01_concepts.md, .gitbook/developers/modules/injective/erc20/02_state.md, .gitbook/developers/modules/injective/erc20/03_messages.md, .gitbook/developers/modules/injective/erc20/04_events.md, .gitbook/developers/modules/injective/erc20/README.md
All content and frontmatter removed from ERC20 module documentation pages.
EVM module docs removal
.gitbook/developers/modules/injective/evm/01_concepts.md, .gitbook/developers/modules/injective/evm/02_state.md, .gitbook/developers/modules/injective/evm/03_state_transitions.md, .gitbook/developers/modules/injective/evm/04_transactions.md, .gitbook/developers/modules/injective/evm/05_abci.md, .gitbook/developers/modules/injective/evm/06_hooks.md, .gitbook/developers/modules/injective/evm/07_events.md, .gitbook/developers/modules/injective/evm/08_params.md, .gitbook/developers/modules/injective/evm/09_client.md
All content and frontmatter removed from EVM module documentation pages.
Exchange gas heuristics removal
.gitbook/developers/modules/injective/exchange/12_gas_heuristics.md
Gas heuristics documentation page removed entirely.
Permissions guide removal
.gitbook/developers/modules/injective/permissions/04_launch_permissioned_asset.md
"How to Launch Permissioned Assets" documentation page removed entirely.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the removal of duplicate native-module docs and matches the PR objective.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch refactor/rm-duplicate-native-section

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@mintlify

mintlify Bot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
injective_docs 🟢 Ready View Preview Jul 1, 2026, 7:07 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@ChuhanJin ChuhanJin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So these are files under .gitbook? No place to display them right?

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.

2 participants