-
Notifications
You must be signed in to change notification settings - Fork 8
fix broken remotemd link "Transaction Implementation Specifications" #255
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
Conversation
* chore: replace "l2scan" with "Xangle" * chore: modify faucet description & xangle png --------- Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local>
* create clean branch w new color scheme * overview * rm duplicate overview * rm guide --------- Co-authored-by: Daria Agadzhanova <dariaagadzhanova@Darias-MacBook-Air.local>
* initial structure * small fixes to developer docs * update developer.mdx & populated stakers.mdx pagfe * fixed broken links * Update query.mdx * removed community pool proposal type * Update docusaurus.config.js * initial structure * fix: adjust style & format baby staking guide (#196) Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local> * updated cosmos & op stack chain .mdxs (#200) * Merge remote-tracking branch 'origin/main' into jenks/re-org-nav --------- Co-authored-by: Kevin <33023258+kkkk666@users.noreply.github.com> Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local>
Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: kevin <liukangtian@liukangtiandeMacBook-Pro.local>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes a broken remotemd link for "Transaction Implementation Specifications" by updating the URL reference from the main branch to the release/v2.x branch. It also includes extensive documentation improvements including terminology updates (Consumer → BSN), link corrections, and content reorganization.
- Updates the broken remotemd link from main branch to release/v2.x branch
- Standardizes terminology from "Consumer" to "BSN" throughout documentation
- Reorganizes navigation structure with new sections for stakers, operators, and BSNs
- Corrects numerous internal links and content references
Reviewed Changes
Copilot reviewed 41 out of 64 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
static/remote-docs/guides/overview/phases_of_the_launch/phase-2/registration.html | Updates finality provider constraint from "at least one" to "exactly one" |
static/remote-docs/guides/architecture/consumer_zone_programs/zone_concierge.html | Major refactoring from Consumer to BSN terminology and simplified header indexing |
static/remote-docs/guides/architecture/consumer_zone_programs/babylon_contracts.html | Adds E2E test command |
static/remote-docs/guides/architecture/btc_staking_program/finality_providers.html | Fixes broken link to SPEC-CONSUMER.md |
static/remote-docs/guides/architecture/babylon_genesis_modules/btc_staking.html | Removes redundant step from selective slashing process |
src/components/homepage/HeroSection.tsx | Updates navigation links for new structure |
src/components/homepage/GuidesAndSamples.tsx | Updates demo links for BSN guides |
src/components/homepage/BlogSection.tsx | Corrects blog post image references |
sidebars-default.js | Adds new sidebar sections for stakers and BSNs |
docusaurus.config.js | Updates navigation menu structure |
docs/stakers/ | New staker documentation with comprehensive guides |
docs/operators/ | Updates validator documentation |
docs/guides/specifications/staking_transactions.mdx | Fixes the broken remotemd link to use release/v2.x branch |
docs/bsns/ | Reorganized BSN documentation with updated architecture diagrams |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.